Skip to content

Commit

Permalink
Merge pull request #30 from xiaoxiang781216/fix-NXGLYPHS_BACKGROUNDCO…
Browse files Browse the repository at this point in the history
…LOR-invalid

Set NXGLYPHS_BACKGROUNDCOLOR default value
  • Loading branch information
jerpelea authored Jan 23, 2020
2 parents 7612221 + 6cd8ba3 commit 285f7b4
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 285f7b4

Please sign in to comment.