Updated README file

This commit is contained in:
Gregory Nutt
2014-02-10 12:37:40 -06:00
parent a9b01d5824
commit f5d38624e1
+22 -6
View File
@@ -404,16 +404,22 @@ There are two version of the FPU support built into the STM32 port.
+ENTRY(__start) /* Treat __start as the anchor for dead code stripping */ +ENTRY(__start) /* Treat __start as the anchor for dead code stripping */
+EXTERN(_vectors) /* Force the vectors to be included in the output */ +EXTERN(_vectors) /* Force the vectors to be included in the output */
MIO283QT-2 MIO283QT-2/MIO283QT-9A
========== ======================
The Mikroe-SMT32F4 board as an on-board MIO283QT-2 TFT LCD that can be The original Mikroe-SMT32F4 board as an on-board MIO283QT-2 TFT LCD that can
configured and used. This is a 320x240 resolution display with color be configured and used. This is a 320x240 resolution display with color
capability to 262K colors, though the mio283qt-2 driver in NuttX only capability to 262K colors, though the mio283qt-2 driver in NuttX only
supports 16-bit color depth, or 65K colors. Changes to both the supports 16-bit color depth, or 65K colors. Changes to both the
mio283qt-2 driver and the driver interface layer would need to be made mio283qt-2 driver and the driver interface layer would need to be made
to support 24 BPP mode. to support 24 BPP mode.
UPDATE: New boards now support a MIO283QT-9A TFT LCD that is not compatible
with the MIO283QT-2. It uses a different LCD controller. The default in
all of these configurations is the MIO283QT-2. But MIO283QT-9A is also
supported and you can switch from the MIO283QT-2 to the MIO283QT-9A by simply
modifying the NuttX configuration
CFLAGS CFLAGS
------ ------
@@ -872,7 +878,12 @@ Where <subdir> is one of the following:
input. input.
CONFIG_LCD_LANDSCAPE=y : 320x240 landscape orientation CONFIG_LCD_LANDSCAPE=y : 320x240 landscape orientation
CONFIG_LCD_MIO283QT2 CONFIG_LCD_MIO283QT2=y : MIO283QT-2 is the default
You can the newer MIO283QT-9A by enabling it in the configuration.
CONFIG_LCD_MIO283QT2=n : Disable the MIO283QT-2
CONFIG_LCD_MIO283QT9A=y : Enable the MIO283QT-9A
nxlines: nxlines:
------ ------
@@ -881,7 +892,12 @@ Where <subdir> is one of the following:
on-board TFT LCD. on-board TFT LCD.
CONFIG_LCD_LANDSCAPE=y : 320x240 landscape orientation CONFIG_LCD_LANDSCAPE=y : 320x240 landscape orientation
CONFIG_LCD_MIO283QT2 CONFIG_LCD_MIO283QT2=y : MIO283QT-2 is the default
You can the newer MIO283QT-9A by enabling it in the configuration.
CONFIG_LCD_MIO283QT2=n : Disable the MIO283QT-2
CONFIG_LCD_MIO283QT9A=y : Enable the MIO283QT-9A
nxtext: nxtext:
------ ------