nuttx/boards/arm/stm32f7/stm32f746g-disco/configs/fb
Xiang Xiao a9d7a776c4 sched: Remove SDCLONE_DISABLE option and config
since the related code was removed by:
commit 4d5a964f29
Author: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
Date:   Tue Feb 23 18:04:13 2021 +0800

    net: unify socket into file descriptor

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-01-31 19:03:20 +01:00
..
defconfig sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
README.txt Merged in alinjerpelea/nuttx (pull request #967) 2019-08-07 20:49:39 +00:00

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.