mirror of https://github.com/arendst/Tasmota.git
LVGL add `lv.COLOR_ORANGE`
This commit is contained in:
parent
c5b22b53d6
commit
01e80c4ce8
|
@ -297,6 +297,7 @@ const be_const_member_t lv0_constants[] = {
|
|||
{ "COLOR_MAROON", be_cconst_int(0x800000) },
|
||||
{ "COLOR_NAVY", be_cconst_int(0x000080) },
|
||||
{ "COLOR_OLIVE", be_cconst_int(0x808000) },
|
||||
{ "COLOR_ORANGE", be_cconst_int(0xFF7F00) },
|
||||
{ "COLOR_PURPLE", be_cconst_int(0x800080) },
|
||||
{ "COLOR_RED", be_cconst_int(0xFF0000) },
|
||||
{ "COLOR_SILVER", be_cconst_int(0xC0C0C0) },
|
||||
|
|
|
@ -34,6 +34,7 @@ COLOR_TEAL=0x008080
|
|||
COLOR_BLUE=0x0000FF
|
||||
COLOR_NAVY=0x000080
|
||||
COLOR_MAGENTA=0xFF00FF
|
||||
COLOR_ORANGE=0xFF7F00
|
||||
COLOR_PURPLE=0x800080
|
||||
|
||||
// Freetype
|
||||
|
|
|
@ -235,6 +235,7 @@ COLOR_TEAL=0x008080
|
|||
COLOR_BLUE=0x0000FF
|
||||
COLOR_NAVY=0x000080
|
||||
COLOR_MAGENTA=0xFF00FF
|
||||
COLOR_ORANGE=0xFF7F00
|
||||
COLOR_PURPLE=0x800080
|
||||
|
||||
// Freetype
|
||||
|
|
Loading…
Reference in New Issue