mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
P14201 driver now uses new SPI cmddata method
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3158 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -214,6 +214,11 @@ CONFIG_MOTOROLA_SREC=n
|
||||
CONFIG_RAW_BINARY=y
|
||||
CONFIG_HAVE_LIBM=n
|
||||
|
||||
#
|
||||
# General SPI interface configuration
|
||||
#
|
||||
CONFIG_SPI_CMDDATA=y
|
||||
|
||||
#
|
||||
# General OS setup
|
||||
#
|
||||
@@ -526,7 +531,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
|
||||
# CONFIG_NX_LCDDRIVER
|
||||
# By default, NX builds to use a framebuffer driver (see
|
||||
# include/nuttx/fb.h). If this option is defined, NX will
|
||||
# build to use an LCD driver (see include/nuttx/lcd.h).
|
||||
# build to use an LCD driver (see include/nuttx/lcd/lcd.h).
|
||||
# CONFIG_LCD_MAXPOWER - The full-on power setting for an LCD device.
|
||||
# CONFIG_LCD_MAXCONTRAST - The maximum contrast value for an LCD device.
|
||||
# CONFIG_NX_MOUSE
|
||||
|
||||
Reference in New Issue
Block a user