summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mx7mmb/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/pic32mx7mmb/README.txt')
-rw-r--r--nuttx/configs/pic32mx7mmb/README.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/nuttx/configs/pic32mx7mmb/README.txt b/nuttx/configs/pic32mx7mmb/README.txt
index a3f751b9c..175259bcc 100644
--- a/nuttx/configs/pic32mx7mmb/README.txt
+++ b/nuttx/configs/pic32mx7mmb/README.txt
@@ -745,6 +745,15 @@ Where <subdir> is one of the following:
Adding LCD and graphics support to the nsh configuration:
--------------------------------------------------------
+ LCD support is already enabled in defconfig (nuttx/.config):
+
+ CONFIG_NX=y : Enable graphics suppport
+ CONFIG_PIC32MX_PMP=y : Enable parallel port support
+ CONFIG_LCD_MIO283QT2=y : MIO283QT2 LCD support
+
+ But you will have to enable a specific graphics example application
+ in order to see anything.
+
appconfig (apps/.config): Enable the application configurations that you
want to use. Asexamples:
@@ -753,6 +762,3 @@ Where <subdir> is one of the following:
CONFIGURED_APPS += examples/nximage :
CONFIGURED_APPS += examples/nxlines :
- defconfig (nuttx/.config):
-
- CONFIG_NX=y : Enable graphics suppport