nuttx/configs/stm32f429i-disco/ltdc
Gregory Nutt e63730e995 stm32f429i-disco: add default platform configuration to test framebuffer support for the ltdc
Memory configuration:

The heap start address of memory region 3 starts at 0xD0000000.
The allocated framebuffer of the layers is addressed up to the end of the memory
region 3.

If the layer pixel format changes e.g. from RGB565 to RGB24, than the memory
configuration must be configured too. Currently an easy memory calculation
is missing for that in Kconfig.

Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
2014-12-19 14:08:59 -06:00
..
defconfig stm32f429i-disco: add default platform configuration to test framebuffer support for the ltdc 2014-12-19 14:08:59 -06:00
Make.defs stm32f429i-disco: add default platform configuration to test framebuffer support for the ltdc 2014-12-19 14:08:59 -06:00
README.txt stm32f429i-disco: add default platform configuration to test framebuffer support for the ltdc 2014-12-19 14:08:59 -06:00
setenv.sh stm32f429i-disco: add default platform configuration to test framebuffer support for the ltdc 2014-12-19 14:08:59 -06:00

README.txt
==========

STM32F429I-DISCO LTDC Framebuffer demo example

Configure and build
-----------------------------------------------
cd tools
./configure -a <appdir> stm32f429i-disco/ltdc
cd ..
make

Loading
-----------------------------------------------
st-flash write nuttx.bin 0x8000000

Executing
-----------------------------------------------
The ltdc is initialized during boot up.
Interaction with NSH is via the serial console at 115200 8N1 baud.
From the nsh comandline execute one (or both) of the examples:
- nx (default nx example)
- ltdc (trivial ltdc interface test)