RoCorbera / BlueVGA

VGA library for STM32F103C (BluePill) that can manipulate a screen with 28x30 tiles with 8x8 pixels each, in a total resolution of 224x240 pixels with 8 colors using a very low footprint
Other
61 stars 11 forks source link

Stm32H7 port? #15

Open DaniloSakovic opened 1 year ago

DaniloSakovic commented 1 year ago

Hello again, how do you think of STM32H7 with 1024kb mem and 480mhz / 550mhz clock? Then vga 640x480 @ 60 hz is achievable?

RoCorbera commented 3 weeks ago

It may be possible. The system shall be able to generate VGA signals using the Timers. I have no STM32H7 board here with in order to test/develop it.