Merge pull request #16484 from s-hadinger/lv_orange

LVGL add `lv.COLOR_ORANGE`
This commit is contained in:
s-hadinger 2022-09-10 14:23:08 +02:00 committed by GitHub
commit d1f06846f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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