From 6cd8ba3cf8cfb955cf37be45f8d1fb8097718618 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Thu, 23 Jan 2020 13:36:26 +0800 Subject: [PATCH] Set NXGLYPHS_BACKGROUNDCOLOR default value to avoid warning: symbol value '' invalid for NXGLYPHS_BACKGROUNDCOLOR Change-Id: I56e83a88b41d26a6833131a8dc89afe0dcf25d96 Signed-off-by: Xiang Xiao --- graphics/nxglyphs/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/nxglyphs/Kconfig b/graphics/nxglyphs/Kconfig index 1e36f49a6..543b63c0c 100644 --- a/graphics/nxglyphs/Kconfig +++ b/graphics/nxglyphs/Kconfig @@ -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)