SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5812 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
627c408f85
commit
1e9db17ec3
@ -1509,7 +1509,7 @@ examples/touchscreen
|
||||
CONFIG_EXAMPLES_TOUCHSCREEN_BUILTIN - Build the touchscreen test as
|
||||
an NSH built-in function. Default: Built as a standalone problem
|
||||
CONFIG_EXAMPLES_TOUCHSCREEN_MINOR - The minor device number. Minor=N
|
||||
corresponds to touchscreen device /dev/input0. Note this value must
|
||||
corresponds to touchscreen device /dev/inputN. Note this value must
|
||||
with CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH. Default 0.
|
||||
CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH - The path to the touchscreen
|
||||
device. This must be consistent with CONFIG_EXAMPLES_TOUCHSCREEN_MINOR.
|
||||
|
@ -25,7 +25,7 @@ config EXAMPLES_TOUCHSCREEN_MINOR
|
||||
default 0
|
||||
---help---
|
||||
The minor device number. Minor=N corresponds to touchscreen device
|
||||
/dev/input0. Note this value must with EXAMPLES_TOUCHSCREEN_DEVPATH.
|
||||
/dev/inputN. Note this value must with EXAMPLES_TOUCHSCREEN_DEVPATH.
|
||||
Default 0.
|
||||
|
||||
config EXAMPLES_TOUCHSCREEN_DEVPATH
|
||||
|
Loading…
Reference in New Issue
Block a user