2022-04-10 06:44 AM
I have spent a couple hours going through the STM32H750 data sheet and haven't been able to come to a conclusion. The display in question is an el.640.200.sk panel that is 1bpp monochrome with a dual 4 bit parallel interface and takes PCLK, VSYNC, and HSYNC. I am wanting to use the LTDC pared with DMA2D as the display has a high refresh rate of 240hz.
So far I have looked at using CLUT with L8 format and leaving pins floating on the 16 bit RGB outputs but it is a huge waste of memory space and gpio pins. Is there a way to configure the LTDC output to 8 bit parallel with the 3 clock/sync signals?
Any help is appreciated.
2022-04-10 08:23 AM
LTDC is for 16/24 RGB.
Your LCD maybe can use FMC/FSMC
2022-04-10 08:35 AM
That looks promising, cheers. Also, any idea if the graphics library works with it?