Application develop start
This commit is contained in:
@@ -20,6 +20,17 @@ namespace drivers
|
||||
uint8_t b;
|
||||
} color_t;
|
||||
|
||||
const color_t COLOR_RED = {255, 0, 0};
|
||||
const color_t COLOR_ORANGE = {255, 127, 0};
|
||||
const color_t COLOR_YELLOW = {255, 255, 0};
|
||||
const color_t COLOR_CHARTREUSE = {127, 255, 0};
|
||||
const color_t COLOR_GREEN = {0, 255, 0};
|
||||
const color_t COLOR_CYAN = {0, 255, 255};
|
||||
const color_t COLOR_SKYBLUE = {0, 127, 255};
|
||||
const color_t COLOR_BLUE = {0, 0, 255};
|
||||
const color_t COLOR_VIOLET = {127, 0, 255};
|
||||
const color_t COLOR_MAGENTA = {255, 0, 255};
|
||||
|
||||
private:
|
||||
typedef struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user