Source code for the Curilights Controller. See http://www.saccade.com/writing/projects/CuriController/ for details.

Dependencies:   FatFileSystem mbed

This is the source code for the Curilights controller. This lets you interactively control a string of Curilights. It provides a simple click-wheel user interface for changing colors, brightness and behavior. It responds to movement and lighting.

Finished Controller

/media/uploads/isonno/nxp3872_controllerclose.jpg

System Block Diagram

/media/uploads/isonno/blockdiagram.png

Revision:
3:0ac64c4ca40f
Parent:
1:d1da77023e6a
Child:
4:cfef06d8bb96
--- a/UserInterface.cpp	Sun Jan 15 09:07:04 2012 +0000
+++ b/UserInterface.cpp	Tue Jan 17 13:45:17 2012 +0000
@@ -280,7 +280,7 @@
 //================================================
 LightController::LightController( HomeMenu * parent, CheapLCD * lcd, LightString * lights ) 
 : PushKnobUI( lcd ), 
-  fParent( parent ), fLCD( lcd ), fLights( lights ),
+  fParent( parent ), fLights( lights ),
   fSubController( NULL ), 
   fColorSelector( lcd, lights ), 
   fWhiteSelector( lcd, lights ),