Example program to cycle the RGB LED on the mbed application board through all colours
Dependencies: C12832_lcd LCD_fonts mbed
Fork of app-board-RGB by
Test Program to show the RGB Led on the mbed Lab Board
The color is changed by Pot 2, the value by Pot 1.
The program use a function to convert hue , saturation and value to RGB.
With this parameters you can change the color thru the rainbow. see http://en.wikipedia.org/wiki/HSL_and_HSV
History
The lcd lib don't claim the printf now, so we have to call LCD.printf
2012-12-05, by dreschpe [Wed, 05 Dec 2012 08:08:41 +0000] rev 3
The lcd lib don't claim the printf now, so we have to call LCD.printf
change ADC scaling
2012-10-20, by dreschpe [Sat, 20 Oct 2012 09:14:13 +0000] rev 2
change ADC scaling
Test program for the RGB led on the mbed Lab Board V1.0;
2012-10-20, by dreschpe [Sat, 20 Oct 2012 00:21:54 +0000] rev 1
Test program for the RGB led on the mbed Lab Board V1.0;
Example program from the mbed application board, showing the RGB LED cycling through all colours.
2012-10-15, by chris [Mon, 15 Oct 2012 12:19:12 +0000] rev 0
Example program from the mbed application board, showing the RGB LED cycling through all colours.