From 406681e3fddc5432cb358e5ce464fd16228a47eb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 30 Oct 2013 10:11:43 -0600 Subject: Add interface definition for platform-specific storage of configuration data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data. --- apps/NxWidgets/Kconfig | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'apps/NxWidgets/Kconfig') diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig index 7c7b0b8d4..ae71bf997 100644 --- a/apps/NxWidgets/Kconfig +++ b/apps/NxWidgets/Kconfig @@ -567,15 +567,15 @@ config NXWM_CUSTOM_STARTWINDOW_ICON bool "Custom Start Window Icon" default n ---help--- - Select to override the default Start Window Icon: NxWM::g_playBitmap + Select to override the default Start Window Icon: NxWM::g_playBitmap24x24 if NXWM_CUSTOM_STARTWINDOW_ICON config NXWM_STARTWINDOW_ICON string "StartWindow Icon" - default "NxWM::g_playBitmap" + default "NxWM::g_playBitmap24x24" ---help--- - The glyph to use as the start window icon. Default: NxWM::g_playBitmap + The glyph to use as the start window icon. Default: NxWM::g_playBitmap24x24 endif # NXWM_CUSTOM_STARTWINDOW_ICON @@ -741,6 +741,16 @@ config NXWM_TOUCHSCREEN_LISTENERSTACK ---help--- Touchscreen listener thread stack size. Default 1024 +config NXWM_TOUSCHCREEN_CONFIGDATA + bool "Touchscreen configuration data" + default n + depends on PLATFORM_CONFIGDATA + ---help--- + If the architecture supports retention of configuration data, then + you may select this option to save touchscreen configuration data. + Otherwise, the touchscreen calibration must be performed each time + that you boot the system. + endif # NXWM_TOUCHSCREEN endmenu # NxWM Touchscreen Configuration -- cgit v1.2.3