Code examples of using STM32F429 for generating VGA signals (HAL and SPL).
Hardware: Core429I devboard + custom devboard with R-2R VGA DAC, USB, SDCard and camera connectors:
"ov7670_camera" - picture from OV7670 camera is displayed at the VGA display. Written for SPL.
"simple_vga_example" - display some simple patterns at the VGA display. Written for SPL.
"simple_vga_example_hal" - display some simple patterns at the VGA display. Written for HAL.
"sdcard_vga_example" - STM32F429 reads image from SD Card and show it at the VGA display. Written for SPL.
There are some photos of VGA display at "Photos" directory.
See also this repo: https://github.com/iliasam/STM32_DisplayLink - drawing images at the VGA display using DisplayLink adapter.