Merge pull request #30 from xiaoxiang781216/fix-NXGLYPHS_BACKGROUNDCOLOR-invalid

Set NXGLYPHS_BACKGROUNDCOLOR default value
This commit is contained in:
Alin Jerpelea 2020-01-23 09:23:55 +01:00 committed by GitHub
commit 285f7b4072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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