Skip to main content
lxw
Associate III
October 19, 2020
Question

STM32H750 use 8080 to drive the 5-inch LCD (800x480) and only use the MCU's internal SRAM

  • October 19, 2020
  • 2 replies
  • 1258 views

I wanted to use the 8080 interface on the STM32H750 to drive the 5-inch LCD (800x480) and only use the MCU's internal SRAM.Is there a similar template for reference?Because all I can see are templates that use the LTDC(RGB888)+DMA2D+SDRAM interface.Thank you very much:D

This topic has been closed for replies.

2 replies

Ran Kai
Associate
October 19, 2020

I think you could probably fit one single B/W frame somehow but you will need lot's of ram for anything color.

lxw
lxwAuthor
Associate III
October 21, 2020

​I want to use 8080,RGB565, partial frame cache and DMA2D mode to drive THE LCD

lxw
lxwAuthor
Associate III
October 26, 2020

:face_with_tears_of_joy: