Simple circuit with 3 pots to control red, green, and blue values. RGB LED displays result in colour, LCD displays numeric value of output going to LED.
Fritzing circuit diagram pending.
Video/photos pending.
/*
THEVERANT
--- .--. . -. ... --- ..- .-. -.-. . --- .-. -.. . .- - .... .-.-.-
*/
// include the library code:
#include
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);