From 232a405d39133a049bdf7f121de77156b91b58e0 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Tue, 29 Mar 2016 18:10:31 +0200 Subject: Add breathe mode --- src/app/App.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app') diff --git a/src/app/App.java b/src/app/App.java index adec5cc..fd10967 100644 --- a/src/app/App.java +++ b/src/app/App.java @@ -49,16 +49,16 @@ public class App App app =new App(); CmdLineParser parser = new CmdLineParser(app); parser.parseArgument(args); - app.parseArguments(); + app.parseArguments(); new MainWindow(); - /* DriverTypeA device=new Driver_1770_ff00(); + /*DriverTypeA device=new Driver_1770_ff00(); Driver a=(Driver) device; a.initDriver(); device.setRegionColor(Region.LEFT, Color.RED, Intensity.HIGH); device.setRegionColor(Region.MIDDLE, Color.ORANGE, Intensity.HIGH); device.setRegionColor(Region.RIGHT, Color.PURPLE, Intensity.HIGH); - device.setMode(Mode.WAVE);*/ + device.setMode(Mode.BREATHE);*/ } } -- cgit v1.2.3