summaryrefslogtreecommitdiff
path: root/apps/NxWidgets/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ↵Gregory Nutt2013-12-301-0/+16
| | | | to initialize the touchscreen from NxWM in the kernel build
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled ↵Gregory Nutt2013-12-301-4/+10
| | | | the NxConsole for now because there are issues with the kernel build.
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-291-2/+2
|
* NxWidgets server initialization must be performed in the kernel when ↵Gregory Nutt2013-12-291-4/+27
| | | | NxWdigets is built in kernel mode
* Fix typos introduced into NxWM configuration by an earlier check-in todayGregory Nutt2013-10-301-1/+1
|
* Add interface definition for platform-specific storage of configuration ↵Gregory Nutt2013-10-301-3/+13
| | | | data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data.
* New touchscreen scaling algorithm for the case where measured X values vary ↵Gregory Nutt2013-10-171-52/+136
| | | | with y position (and vice versa)
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-151-1/+2
|
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-151-0/+22
|
* NxWM::CCalibration: Add logic to collect and average samples, optionally ↵Gregory Nutt2013-10-141-3/+31
| | | | discarding the most extreem values
* NxWM::CCalibration: Add an option to provide some instructions in the ↵Gregory Nutt2013-10-141-0/+40
| | | | center of the calibration screen
* Minor updates to Kconfig and README filesGregory Nutt2013-05-171-1/+1
|
* Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent ↵Gregory Nutt2013-05-121-16/+16
| | | | with other default priorities
* Add beginning a a media player window to NxWM from Ken Pettit. Still a work ↵Gregory Nutt2013-05-111-3/+15
| | | | in progress
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-0/+6
|
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-281-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5689 42af7a65-404d-4744-a932-0658087f49c3
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-211-23/+238
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5448 42af7a65-404d-4744-a932-0658087f49c3
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-0/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
* Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)patacongo2012-09-281-2/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5202 42af7a65-404d-4744-a932-0658087f49c3
* Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen ↵patacongo2012-09-251-0/+575
support for the Shenzhou board; Complete the Shenzhou NxWM configuration (also untested). git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5190 42af7a65-404d-4744-a932-0658087f49c3