nuttx/configs/stm32f746g-disco/fb
Marcin Wyrwas 18ca531b40 Merged in plwm/nuttx/stm32f746g-disco-touchscreen (pull request #701)
stm32f746g-disco: touchscreen support

* fixed FT5x06 driver to correctly close (previously it unregistered interrupt handler during close)
* added LittlevGL demo for STM32F746G-DISCO

Approved-by: GregoryN <gnutt@nuttx.org>
2018-08-01 21:31:39 +00:00
..
defconfig Merged in plwm/nuttx/stm32f746g-disco-touchscreen (pull request #701) 2018-08-01 21:31:39 +00:00
README.txt

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

STM32F746G-DISCO LTDC Framebuffer demo example

Configure and build
-------------------

tools/configure.sh stm32f746g-disco/fb
make


Configuration
------------

This configuration provides 1 LTDC with
16bpp pixel format and a resolution of 480x272.


Loading
-------

st-flash write nuttx.bin 0x8000000


Executing
---------

The ltdc is initialized during boot up.  Interaction with NSH is via the serial
console provided by ST-LINK USB at 115200 8N1 baud.
From the nsh comandline execute the fb example:

  nsh> fb

The test will put a pattern of concentric squares in the framebuffer and
terminate.