LCD controller and graphics #2

Closed
opened 2021-09-08 14:40:06 +02:00 by Vovanium · 1 comment
Owner
  1. Initialize the display.
  2. Initialize the LTDC
  3. Allocate a frame buffer (need SDRAM, as there's too small memory in the chip).
  4. Use DMA2D to blit.
1. Initialize the display. 2. Initialize the LTDC 3. Allocate a frame buffer (need SDRAM, as there's too small memory in the chip). 4. Use DMA2D to blit.
Vovanium added a new dependency 2021-09-08 14:40:33 +02:00
Vovanium removed a dependency 2021-09-08 14:40:48 +02:00
Vovanium added a new dependency 2021-09-08 14:40:56 +02:00
Author
Owner

Complete.
See LCD_Demo example.

Complete. See LCD_Demo example.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
#1 Using SDRAM
Vovanium/stm32-ada
Reference: Vovanium/stm32-ada#2
No description provided.