From 3394c3c1026465dc40853434cd6d56237e059860 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 17 Apr 2010 01:53:49 +0000 Subject: [PATCH] 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 --- configs/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/README.txt b/configs/README.txt index 863cdf52d6..51b7397217 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -518,6 +518,10 @@ defconfig -- This is a configuration file similar to the Linux CONFIG_NX_PACKEDMSFIRST 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 + 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 Build in support for mouse input. CONFIG_NX_KBD