summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/nx/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-28 18:25:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-28 18:25:59 +0000
commit0082944765d1cba8beed30224a2181e8b0f37744 (patch)
treefd99d34cb62aa42700cd4a2d061b33cd09a4d52c /nuttx/configs/sim/nx/defconfig
parent6736fbdba4dd6de0f60e80afd64ede783f192b5d (diff)
downloadpx4-nuttx-0082944765d1cba8beed30224a2181e8b0f37744.tar.gz
px4-nuttx-0082944765d1cba8beed30224a2181e8b0f37744.tar.bz2
px4-nuttx-0082944765d1cba8beed30224a2181e8b0f37744.zip
Fixe backward selection of BPP
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1336 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sim/nx/defconfig')
-rw-r--r--nuttx/configs/sim/nx/defconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/configs/sim/nx/defconfig b/nuttx/configs/sim/nx/defconfig
index 914686422..7bc09bfe2 100644
--- a/nuttx/configs/sim/nx/defconfig
+++ b/nuttx/configs/sim/nx/defconfig
@@ -317,13 +317,13 @@ CONFIG_NET_RESOLV_ENTRIES=4
CONFIG_NXGRAPHICS=y
CONFIG_NX_MULTIUSER=n
CONFIG_NX_NPLANES=1
-CONFIG_NXGLIB_DISABLE_1BPP=n
-CONFIG_NXGLIB_DISABLE_2BPP=n
-CONFIG_NXGLIB_DISABLE_4BPP=n
-CONFIG_NXGLIB_DISABLE_8BPP=y
-CONFIG_NXGLIB_DISABLE_16BPP=n
-CONFIG_NXGLIB_DISABLE_24BPP=n
-CONFIG_NXGLIB_DISABLE_32BPP=n
+CONFIG_NXGLIB_DISABLE_1BPP=y
+CONFIG_NXGLIB_DISABLE_2BPP=y
+CONFIG_NXGLIB_DISABLE_4BPP=y
+CONFIG_NXGLIB_DISABLE_8BPP=n
+CONFIG_NXGLIB_DISABLE_16BPP=y
+CONFIG_NXGLIB_DISABLE_24BPP=y
+CONFIG_NXGLIB_DISABLE_32BPP=y
CONFIG_NXGL_PACKEDMSFIRST=n
CONFIG_NX_MOUSE=n
CONFIG_NX_KBD=n