summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-28 18:48:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-28 18:48:10 +0000
commit783dea5150512780cfaba1048403caf757108f45 (patch)
treee4545b81eb8e248820ed41b811b2240491d56f81
parent5e28b5ed36048a1ddb2c338b84c96a36ee79a72f (diff)
downloadnuttx-783dea5150512780cfaba1048403caf757108f45.tar.gz
nuttx-783dea5150512780cfaba1048403caf757108f45.tar.bz2
nuttx-783dea5150512780cfaba1048403caf757108f45.zip
Add configuration of simulated framebuffer
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1340 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/configs/sim/nx/defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/sim/nx/defconfig b/nuttx/configs/sim/nx/defconfig
index 7bc09bfe2..126727b5a 100644
--- a/nuttx/configs/sim/nx/defconfig
+++ b/nuttx/configs/sim/nx/defconfig
@@ -50,6 +50,12 @@ CONFIG_ARCH_BOARD=sim
CONFIG_ARCH_BOARD_SIM=y
#
+# Simulated framebuffer configuration
+CONFIG_SIM_FBWIDTH=480
+CONFIG_SIM_FBHEIGHT=240
+CONFIG_SIM_FBBPP=8
+
+#
# General OS setup
#
# CONFIG_EXAMPLE - identifies the subdirectory in examples
@@ -86,6 +92,7 @@ CONFIG_ARCH_BOARD_SIM=y
CONFIG_EXAMPLE=nx
CONFIG_DEBUG=y
CONFIG_DEBUG_VERBOSE=y
+CONFIG_DEBUG_GRAPHICS=y
CONFIG_MM_REGIONS=1
CONFIG_ARCH_LOWPUTC=y
CONFIG_RR_INTERVAL=0