summaryrefslogtreecommitdiff
path: root/apps/examples/nxhello/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-23 14:39:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-23 14:39:56 -0600
commit9d4f3f645e606d812e3bec76a10940691b30b5ff (patch)
treeec970f690586d7ce93d937df8d6389bc1ecbdf57 /apps/examples/nxhello/Kconfig
parent333edc2da8d4bad41a3ea553bf635cbad5119427 (diff)
downloadnuttx-9d4f3f645e606d812e3bec76a10940691b30b5ff.tar.gz
nuttx-9d4f3f645e606d812e3bec76a10940691b30b5ff.tar.bz2
nuttx-9d4f3f645e606d812e3bec76a10940691b30b5ff.zip
Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED module that uses that OLED.
Diffstat (limited to 'apps/examples/nxhello/Kconfig')
-rw-r--r--apps/examples/nxhello/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxhello/Kconfig b/apps/examples/nxhello/Kconfig
index 52924e38e..4f15c94f6 100644
--- a/apps/examples/nxhello/Kconfig
+++ b/apps/examples/nxhello/Kconfig
@@ -29,7 +29,7 @@ config EXAMPLES_NXHELLO_BPP
int "Bits-Per-Pixel"
default 32
---help---
- Pixels per pixel to use. Valid options include 2, 4, 8, 16, 24,
+ Pixels per pixel to use. Valid options include 1, 2, 4, 8, 16, 24,
and 32. Default is 32.