mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Add configuration to select LCD driver for NX
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2596 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -518,6 +518,10 @@ defconfig -- This is a configuration file similar to the Linux
|
|||||||
CONFIG_NX_PACKEDMSFIRST
|
CONFIG_NX_PACKEDMSFIRST
|
||||||
If a pixel depth of less than 8-bits is used, then NX needs
|
If a pixel depth of less than 8-bits is used, then NX needs
|
||||||
to know if the pixels pack from the MS to LS or from LS to MS
|
to know if the pixels pack from the MS to LS or from LS to MS
|
||||||
|
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).
|
||||||
CONFIG_NX_MOUSE
|
CONFIG_NX_MOUSE
|
||||||
Build in support for mouse input.
|
Build in support for mouse input.
|
||||||
CONFIG_NX_KBD
|
CONFIG_NX_KBD
|
||||||
|
|||||||
Reference in New Issue
Block a user