mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:22:18 +08:00
Massive naming fix: STMPE11->STMPE811
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4782 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -956,66 +956,66 @@ CONFIG_INPUT=y
|
||||
CONFIG_INPUT_TSC2007=n
|
||||
|
||||
#
|
||||
# STMPE11 input device configuration
|
||||
# STMPE811 input device configuration
|
||||
#
|
||||
# Prerequisites: CONFIG_INPUT=y
|
||||
# Other settings that effect the driver: CONFIG_DISABLE_POLL
|
||||
#
|
||||
# CONFIG_INPUT_STMPE11
|
||||
# Enables support for the STMPE11 driver (Needs CONFIG_INPUT)
|
||||
# CONFIG_STMPE11_SPI
|
||||
# CONFIG_INPUT_STMPE811
|
||||
# Enables support for the STMPE811 driver (Needs CONFIG_INPUT)
|
||||
# CONFIG_STMPE811_SPI
|
||||
# Enables support for the SPI interface (not currenly supported)
|
||||
# CONFIG_STMPE11_I2C
|
||||
# CONFIG_STMPE811_I2C
|
||||
# Enables support for the I2C interface
|
||||
# CONFIG_STMPE11_MULTIPLE
|
||||
# Can be defined to support multiple STMPE11 devices on board.
|
||||
# CONFIG_STMPE11_ACTIVELOW
|
||||
# CONFIG_STMPE811_MULTIPLE
|
||||
# Can be defined to support multiple STMPE811 devices on board.
|
||||
# CONFIG_STMPE811_ACTIVELOW
|
||||
# Interrupt is generated by an active low signal (or falling edge).
|
||||
# CONFIG_STMPE11_EDGE
|
||||
# CONFIG_STMPE811_EDGE
|
||||
# Interrupt is generated on an edge (vs. on the active level)
|
||||
# CONFIG_STMPE11_NPOLLWAITERS
|
||||
# CONFIG_STMPE811_NPOLLWAITERS
|
||||
# Maximum number of threads that can be waiting on poll() (ignored if
|
||||
# CONFIG_DISABLE_POLL is set).
|
||||
# CONFIG_STMPE11_TSC_DISABLE
|
||||
# CONFIG_STMPE811_TSC_DISABLE
|
||||
# Disable driver touchscreen functionality.
|
||||
# CONFIG_STMPE11_ADC_DISABLE
|
||||
# CONFIG_STMPE811_ADC_DISABLE
|
||||
# Disable driver ADC functionality.
|
||||
# CONFIG_STMPE11_GPIO_DISABLE
|
||||
# CONFIG_STMPE811_GPIO_DISABLE
|
||||
# Disable driver GPIO functionality.
|
||||
# CONFIG_STMPE11_GPIOINT_DISABLE
|
||||
# CONFIG_STMPE811_GPIOINT_DISABLE
|
||||
# Disable driver GPIO interrupt functionality (ignored if GPIO functionality is
|
||||
# disabled).
|
||||
# CONFIG_STMPE11_SWAPXY
|
||||
# CONFIG_STMPE811_SWAPXY
|
||||
# Reverse the meaning of X and Y to handle different LCD orientations.
|
||||
# For the STM3240G-EVAL, X and Y should be swapped in PORTRAIT modes
|
||||
# CONFIG_STMPE11_TEMP_DISABLE
|
||||
# CONFIG_STMPE811_TEMP_DISABLE
|
||||
# Disable driver temperature sensor functionality.
|
||||
# CONFIG_STMPE11_REGDBUG
|
||||
# CONFIG_STMPE811_REGDBUG
|
||||
# Enabled very low register-level debug output. Requires CONFIG_DEBUG.
|
||||
# CONFIG_STMPE11_THRESHX and CONFIG_STMPE11_THRESHY
|
||||
# STMPE11 touchscreen data comes in a a very high rate. New touch positions
|
||||
# CONFIG_STMPE811_THRESHX and CONFIG_STMPE811_THRESHY
|
||||
# STMPE811 touchscreen data comes in a a very high rate. New touch positions
|
||||
# will only be reported when the X or Y data changes by these thresholds.
|
||||
# This trades reduces data rate for some loss in dragging accuracy. The
|
||||
# STMPE11 is configure for 12-bit values so the raw ranges are 0-4095. So
|
||||
# STMPE811 is configure for 12-bit values so the raw ranges are 0-4095. So
|
||||
# for example, if your display is 320x240, then THRESHX=13 and THRESHY=17
|
||||
# would correspond to one pixel. Default: 12
|
||||
#
|
||||
CONFIG_INPUT_STMPE11=y
|
||||
CONFIG_STMPE11_SPI=n
|
||||
CONFIG_STMPE11_I2C=y
|
||||
CONFIG_STMPE11_MULTIPLE=y
|
||||
CONFIG_STMPE11_ACTIVELOW=y
|
||||
CONFIG_STMPE11_EDGE=y
|
||||
#CONFIG_STMPE11_NPOLLWAITERS
|
||||
CONFIG_STMPE11_TSC_DISABLE=n
|
||||
CONFIG_STMPE11_ADC_DISABLE=y
|
||||
CONFIG_STMPE11_GPIO_DISABLE=y
|
||||
CONFIG_STMPE11_GPIOINT_DISABLE=y
|
||||
CONFIG_STMPE11_SWAPXY=n
|
||||
CONFIG_STMPE11_TEMP_DISABLE=y
|
||||
CONFIG_STMPE11_REGDEBUG=n
|
||||
CONFIG_STMPE11_THRESHX=39
|
||||
CONFIG_STMPE11_THRESHY=51
|
||||
CONFIG_INPUT_STMPE811=y
|
||||
CONFIG_STMPE811_SPI=n
|
||||
CONFIG_STMPE811_I2C=y
|
||||
CONFIG_STMPE811_MULTIPLE=y
|
||||
CONFIG_STMPE811_ACTIVELOW=y
|
||||
CONFIG_STMPE811_EDGE=y
|
||||
#CONFIG_STMPE811_NPOLLWAITERS
|
||||
CONFIG_STMPE811_TSC_DISABLE=n
|
||||
CONFIG_STMPE811_ADC_DISABLE=y
|
||||
CONFIG_STMPE811_GPIO_DISABLE=y
|
||||
CONFIG_STMPE811_GPIOINT_DISABLE=y
|
||||
CONFIG_STMPE811_SWAPXY=n
|
||||
CONFIG_STMPE811_TEMP_DISABLE=y
|
||||
CONFIG_STMPE811_REGDEBUG=n
|
||||
CONFIG_STMPE811_THRESHX=39
|
||||
CONFIG_STMPE811_THRESHY=51
|
||||
|
||||
#
|
||||
# USB Device Configuration
|
||||
|
||||
Reference in New Issue
Block a user