STM32 F469-DISC0 change display resolution, LTCD frequency
Hello!
Q1: We wonder if it is possible for evaluation to change the resolution from 800x480 to something like 640x480 (or even 320 x 240) on the f469I-DISC0 by changing parameters.
The screen should then show black 80 pixel to the left and 80 pixels to the right, the active screen should be positioned in the middle (like on a standard monitor).
Reasons to do so:
- target application does just need lower resolution
- remarkable memory saving (e.g. using internal SRAM)
- saving 20% (640/800) bus bandwidth can have an impact while evaluating for a 640 x 480 solution. With 800 x 480 we already have issues with DMA2D (we need to set the "DeadTime" to a value of 230 to avoid "bucking").
- higher framerates for nice animations
We played already with values for horizontal front- and back porches (""nt35510.h"), in the hope, this produces the black bars on the left and right side but with no positive effects, there are no black bars at all...
Q2: We were able to change the frequency of the LTCD to 38400MHz (384MHz / 5 / 2) for to have a higher framerate. This seems to work but of course we wonder, what the maximum frequency for the LTCD is? The "normal" TFT-LCDs (24 bit parallel control) have a range up to approx. 36MHz. But here we have this "DSI-LTCD-Blackbox" combination that makes it hard to anticipate the correct settings (what we try and what happens does often not correspond...).
Q3: For the "STM32H747I-DISCO" there exists an DSI-HDMI adapter to connect the board to an external monitor.
Do you know:
a) where to buy this adapter?
b) if this adapter can be connected to the board to replace the internal display of the "STM32F469I-DISC0", in other words, is it (that way) possible to connect a HDMI monitor to the F469-DISC0 Board?
Thank you and best regards!
