LVGL add `lv.COLOR_ORANGE`

This commit is contained in:
Stephan Hadinger 2022-09-10 13:27:14 +02:00
parent c5b22b53d6
commit 01e80c4ce8
3 changed files with 3 additions and 0 deletions

View File

@ -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) },

View File

@ -34,6 +34,7 @@ COLOR_TEAL=0x008080
COLOR_BLUE=0x0000FF
COLOR_NAVY=0x000080
COLOR_MAGENTA=0xFF00FF
COLOR_ORANGE=0xFF7F00
COLOR_PURPLE=0x800080
// Freetype

View File

@ -235,6 +235,7 @@ COLOR_TEAL=0x008080
COLOR_BLUE=0x0000FF
COLOR_NAVY=0x000080
COLOR_MAGENTA=0xFF00FF
COLOR_ORANGE=0xFF7F00
COLOR_PURPLE=0x800080
// Freetype