summaryrefslogtreecommitdiff
path: root/nuttx/configs/samv71-xult/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/samv71-xult/Kconfig')
-rw-r--r--nuttx/configs/samv71-xult/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/nuttx/configs/samv71-xult/Kconfig b/nuttx/configs/samv71-xult/Kconfig
index b6cddcc03..4bb759c6a 100644
--- a/nuttx/configs/samv71-xult/Kconfig
+++ b/nuttx/configs/samv71-xult/Kconfig
@@ -17,9 +17,11 @@ choice
config SAMV71XULT_MXTXPLND_EXT1
bool "Connected on EXT1 (2x10 pin)"
+ depends on EXPERIMENTAL
config SAMV71XULT_MXTXPLND_EXT2
bool "Connected on EXT2 (2x10 pin)"
+ depends on EXPERIMENTAL
config SAMV71XULT_MXTXPLND_LCD
bool "Connected on LCD (50-pin)"
@@ -37,6 +39,32 @@ config SAMV71XULT_MXT_DEVMINOR
default 0
endif # INPUT_MXT
+
+if LCD
+
+choice
+ prompt "LCD Color Configuration"
+ default SAMV71XULT_LCD_RGB565
+
+config SAMV71XULT_LCD_RGB565
+ bool "RGB565"
+
+config SAMV71XULT_LCD_RGB24
+ bool "RGB24 / RGB888"
+ depends on EXPERIMENTAL
+
+config SAMV71XULT_LCD_RGB32
+ bool "RGB32"
+ depends on EXPERIMENTAL
+
+endchoice # LCD Color Configuration
+
+config SAMV71XULT_LCD_BGCOLOR
+ hex "Initial background color"
+ default 0x00
+
+endif # LCD
+
endif # SAMV71XULT_MXTXPLND
config SAMV71XULT_HSMCI0_AUTOMOUNT