Skip to content

Commit

Permalink
Set NXGLYPHS_BACKGROUNDCOLOR default value
Browse files Browse the repository at this point in the history
to avoid warning: symbol value '' invalid for NXGLYPHS_BACKGROUNDCOLOR

Change-Id: I56e83a88b41d26a6833131a8dc89afe0dcf25d96
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
  • Loading branch information
xiaoxiang781216 committed Jan 23, 2020
1 parent 7612221 commit 6cd8ba3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graphics/nxglyphs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ config NXGLYPHS_LARGE_ICONS

config NXGLYPHS_BACKGROUNDCOLOR
hex "Background Color"
default 0x97 if NXWIDGETS_BPP = 8
default 0x95fa if NXWIDGETS_BPP = 16
default 0x94bdd7 if NXWIDGETS_BPP = 24 || NXWIDGETS_BPP = 32
---help---
Normal background color. Default: RGB(148,189,215)

Expand Down

0 comments on commit 6cd8ba3

Please sign in to comment.