apps/examples/lcdrw: Fill out empty Kconfig file
This commit is contained in:
parent
cf6895dac0
commit
c6743d9d28
@ -868,3 +868,5 @@
|
||||
From Manuel Stühn (2014-3-24).
|
||||
* apps/system/usbmsc: Back out the USBMSC daemon... it is no longer
|
||||
needed with the recent fix to the USBMSC class driver (2014-3-25).
|
||||
* apps/examplex/lcdrw: Fill out empty Kconfig file (2014-2-27).
|
||||
|
||||
|
@ -6,8 +6,38 @@
|
||||
config EXAMPLES_LCDRW
|
||||
bool "LCD read/write example"
|
||||
default n
|
||||
depends on NX && NX_LCDDRIVER
|
||||
---help---
|
||||
Enable the LCD read/write example
|
||||
|
||||
if EXAMPLES_LCDRW
|
||||
|
||||
config EXAMPLES_LDCRW_DEVNO
|
||||
int "Video Device Number"
|
||||
default 0
|
||||
---help---
|
||||
The LCD device to select from the LCD driver for use in the test:
|
||||
Default: 0
|
||||
|
||||
config EXAMPLES_LCDRW_BPP
|
||||
int "Bits-Per-Pixel"
|
||||
default 16
|
||||
range 1 32
|
||||
depends on EXPERIMENTAL
|
||||
---help---
|
||||
Pixels per pixel to use. Valid options include 1, 2, 4, 8, 16, 24,
|
||||
and 32. Default is 16.
|
||||
|
||||
config EXAMPLES_LDCRW_XRES
|
||||
int "Horizontal display resolution (pixels)"
|
||||
default 240
|
||||
---help---
|
||||
Horizontal resolution of the display in pixels. Default 240.
|
||||
|
||||
config EXAMPLES_LDCRW_YRES
|
||||
int "Vertical display resolution (rows)"
|
||||
default 320
|
||||
---help---
|
||||
Vertical resolution of the display in rows. Default 320.
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user