Can I control a 1bpp, 8 bit parallel ,LCD with LTDC on an STM32H750?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-10 6: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.
- Labels:
-
LCD-LTDC
-
STM32H7 series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-10 8:23 AM
LTDC is for 16/24 RGB.
Your LCD maybe can use FMC/FSMC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-10 8:35 AM
That looks promising, cheers. Also, any idea if the graphics library works with it?
