add COLOR_BLACK

pull/190/head
Ye Hang Yang 2021-07-30 20:49:39 +08:00
parent e913d228c9
commit bd6877c89b
1 changed files with 2 additions and 0 deletions

View File

@ -9,11 +9,13 @@
#define COLOR_RED 0b0000000011111000 #define COLOR_RED 0b0000000011111000
#define COLOR_GREEN 0b1110000000000111 #define COLOR_GREEN 0b1110000000000111
#define COLOR_BLUE 0b0001111100000000 #define COLOR_BLUE 0b0001111100000000
#define COLOR_BLACK 0b0000000000000000
#else #else
#define IMAGE_T uint8_t #define IMAGE_T uint8_t
#define COLOR_RED 0x0000FF #define COLOR_RED 0x0000FF
#define COLOR_GREEN 0x00FF00 #define COLOR_GREEN 0x00FF00
#define COLOR_BLUE 0xFF0000 #define COLOR_BLUE 0xFF0000
#define COLOR_BLACK 0x000000
#endif #endif
#if CONFIG_CAMERA_MODULE_WROVER_KIT #if CONFIG_CAMERA_MODULE_WROVER_KIT