Multipass

Listen to Multipass by La théorie des cordes now. Check it out along with all artist info. Get your own Artist Hub for free now.

#STM32 #LTDC
自作基板
Custom board based on STM32F429I-DISCO and ILI9488 based Display [TouchGFX]
https://community.st.com/s/question/0D50X0000C20zvbSQA/custom-board-based-on-stm32f429idisco-and-ili9488-based-display-touchgfx

> Configure it to use SPI 4-wire mode (IM0=IM1=IM2=high), and use SPI commands (documented in the ILI9488 datasheet) to activate the RGB interface.

ST Community

#STM32 #LTDC #electriccircuit
STM32F429I-DISC1の回路図
https://docs.rs-online.com/b72f/0900766b815247be.pdf
p28
U_LCD-24
DCX_SCLとSDAがある一方
RGB関連のピンもあるということか

#STM32 #LTDC
http://nemuisan.blog.bai.ne.jp/?eid=208842
> 以前から触れてきたSTM32F429I-Discoveryの
TFT-LCDをSPIではなくRGBインターフェースで動かすことに成功しました。

基板を改修したのか、そのままで変更できたんだろうか

ねむいさんのぶろぐ | STM32F4シリーズを使ってみる11 - STM32F429I-Discovery発動編 -

#STM32 #LTDC
STM32: using the LTDC display controller
LUCA DAVIDIAN, 2017/10/2
http://www.lucadavidian.com/2017/10/02/stm32-using-the-ltdc-display-controller/

DPI接続

STM32: using the LTDC display controller – hello world

hello world
#STM32 #LTDC
AN4861
Application Note
LCD-TFT display controller (LTDC) on STM32 MCUs
https://www.stmcu.jp/design/document/application_note/51510/
AN4861|デザイン/サポート|STM32, STM8ファミリはSTの32bit/8bit汎用マイクロコントローラ製品

BSP_DISCO_F769NI - STM32Cube BSP FW for STM32F769I-Discovery | Mbed

STM32Cube BSP FW for STM32F769I-Discovery

#stm32discovery
#LTDC

#define LCD_FB_START_ADDRESS ((uint32_t)0xC0000000)

BSPに定義の値

FBはFrame buffer

#stm32discovery
#LTDC
#BSP

LTDCの動くサンプルのプロジェクト

C/C++ General > Paths and Symbols

../../../../../../../Drivers/BSP/STM32F769I-Discovery

../../../../../../../Drivers/BSP/Components/Common

これがBSP関連のパスか