RGB 8*8 By Oey

Dependents:   B17_ClockGame

Revision:
0:c01d67879eb2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/my8x8RGB.h	Mon Dec 07 11:24:40 2015 +0000
@@ -0,0 +1,14 @@
+
+#ifndef my8x8RGB_H
+#define my8x8RGB_H
+
+
+void INITRGB(char in[3]); //whitebalance define
+
+void displayRGB(); //display
+
+void screen_color(uint8_t R,uint8_t G,uint8_t B); // all dot on screen
+void screen_off();//all led brightness=0
+void RGB_led(uint8_t Colum,uint8_t Row,char  color,uint8_t brightness); ////on LED each point | color = 'R','G','B' | **brightness 0-255 => rgb_point(1,1,'R ',255);
+void rgb_point(uint8_t Colum,uint8_t Row,uint8_t R,uint8_t G,uint8_t B); // 16m_colorful *yellow,purple,pink. etc.
+#endif // my8x8RGB_H
\ No newline at end of file