I am learning embedded development with STM32 and trying to turn small hardware experiments into projects that other people can build and test.
我正在学习 STM32 与嵌入式开发,也在尝试把自己的硬件实验整理成别人可以复现、测试和继续修改的项目。
An offline monochrome video player for STM32F103C8T6, SSD1306/SH1106 OLED and SPI Micro SD. It includes FatFs file browsing, CRC-checked OVID playback, an OLED UI, and a Windows converter for images, GIFs and video.
基于 STM32F103C8T6、SSD1306/SH1106 OLED 与 SPI Micro SD 的离线帧视频播放器,支持 FatFs 文件浏览、OVID CRC 校验、OLED UI,以及图片、GIF 和视频转换工具。
Source code · Releases · English README
- STM32-HAL-SSD1306-SH1106 — OLED drawing, double buffering, I2C DMA, SSD1306 and SH1106 support.
- STM32 HAL SPI SD + FatFs — SPI-mode SD card protocol core, STM32 HAL adapter and FatFs
diskiointegration.
These repositories are still part of my learning process. Bug reports, hardware test results and clear improvement suggestions are welcome.