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:
0:6da5625a6946
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WheelCursor.h	Thu Dec 29 01:59:53 2011 +0000
@@ -0,0 +1,18 @@
+const unsigned char WheelCursor_data[] = {
+	0x00,0x00,0x37,0x88,0x40,0x00,0x00,
+	0x00,0x3D,0xFF,0xFF,0xFE,0x60,0x00,
+	0x03,0xFF,0xFF,0xFF,0xFF,0xF8,0x00,
+	0x1E,0xFF,0xFF,0xFF,0xFF,0xFF,0x40,
+	0x6F,0xFF,0xFF,0x0F,0xFF,0xFF,0xC0,
+	0xBF,0xFF,0xF0,0x00,0xFF,0xFF,0xF0,
+	0xCF,0xFF,0x00,0x00,0x0F,0xFF,0xF0,
+	0x9F,0xFF,0xF0,0x00,0xFF,0xFF,0xF0,
+	0x4F,0xFF,0xFF,0x0F,0xFF,0xFF,0x90,
+	0x0B,0xFF,0xFF,0xFF,0xFF,0xFF,0x20,
+	0x01,0xCF,0xFF,0xFF,0xFF,0xF3,0x00,
+	0x00,0x06,0xEF,0xFF,0xF9,0x10,0x00,
+	0x00,0x00,0x01,0x32,0x00,0x00,0x00
+};
+
+const sprite_data_t WheelCursor_sprt = { WheelCursor_data, 13, 13 };
+