[Steve] from Hackshed did just this: he integrated an Arduino based webserver into a new network controllable RGB lamp. What makes this lamp unique is that the RGB LED bar comes from an old Epson ...
Y = 0.299R + 0.587G + 0.114B U = -0.147R - 0.289G + 0.436B V = 0.615R - 0.515G - 0.100B From YUV to RGB R = Y + 1.140V G = Y - 0.395U - 0.581V B = Y + 2.032U THIS DEFINITION IS FOR PERSONAL USE ONLY.