summaryrefslogtreecommitdiff
path: root/nuttx/configs/pcblogic-pic32mx/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-26 09:28:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-26 09:28:57 -0600
commit5e23e42a0d5f7256bb284bdd8ffbe7b52eef0cef (patch)
treea3c05dfc1cb9ece8d2559fdef6c029380f851153 /nuttx/configs/pcblogic-pic32mx/README.txt
parentf7102cb478678502cd7b6a3ff60e27025f52281e (diff)
downloadpx4-nuttx-5e23e42a0d5f7256bb284bdd8ffbe7b52eef0cef.tar.gz
px4-nuttx-5e23e42a0d5f7256bb284bdd8ffbe7b52eef0cef.tar.bz2
px4-nuttx-5e23e42a0d5f7256bb284bdd8ffbe7b52eef0cef.zip
Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixes
Diffstat (limited to 'nuttx/configs/pcblogic-pic32mx/README.txt')
-rw-r--r--nuttx/configs/pcblogic-pic32mx/README.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/nuttx/configs/pcblogic-pic32mx/README.txt b/nuttx/configs/pcblogic-pic32mx/README.txt
index 22815ae0c..fa11750af 100644
--- a/nuttx/configs/pcblogic-pic32mx/README.txt
+++ b/nuttx/configs/pcblogic-pic32mx/README.txt
@@ -665,15 +665,12 @@ Configuration sub-directories
To enable LCD debug output:
- Device Drivers:
- CONFIG_LCD=y : (Needed to enable LCD debug)
-
Build Setup:
CONFIG_DEBUG=y : Enable debug features
CONFIG_DEBUG_VERBOSE=y : Enable LCD debug
NOTE: At this point in time, testing of the SLCD is very limited because
there is not much in apps/examples/slcd. Certainly there are more bugs
- to be found. There are also many segment-encoded glyphs in stm32_lcd.c
- But there is a basically functional driver with a working test setup
- that can be extended if you want a fully functional SLCD driver.
+ to be found. But there is a basically functional driver with a working
+ test setup that can be extended if you want a fully functional LCD1602
+ driver.