https://github.com/iliasam/stm32f429_vga_examples
Code examples of using STM32F429 for generating VGA image.
https://github.com/iliasam/stm32f429_vga_examples
dcmi ltdc sdio sdram stm32f429
Last synced: about 2 months ago
JSON representation
Code examples of using STM32F429 for generating VGA image.
- Host: GitHub
- URL: https://github.com/iliasam/stm32f429_vga_examples
- Owner: iliasam
- Created: 2017-12-31T09:04:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T21:38:18.000Z (about 2 years ago)
- Last Synced: 2025-03-28T03:51:06.448Z (2 months ago)
- Topics: dcmi, ltdc, sdio, sdram, stm32f429
- Language: C
- Homepage:
- Size: 6.01 MB
- Stars: 24
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stm32f429_vga_examples
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.