B13 final project part 1
Dependencies: mbed
Diff: iteadstudio_colourshield.h
- Revision:
- 0:0def0023f900
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iteadstudio_colourshield.h Tue Dec 08 21:42:56 2015 +0000 @@ -0,0 +1,11 @@ + +#ifndef iteadstudio_colourshield_H +#define iteadstudio_colourshield_H + +void INITRGB(char in[3]); //whitebalance define +void displayRGB(); //display +void HSVtoRGB( float *r, float *g, float *b, float h, float s, float v ); +void screen_zeros(); +void sendframe(uint8_t frame[8][8][3]); + +#endif // my8x8RGB_H \ No newline at end of file