https://github.com/todbot/picodvi_experiments
Experiments using PicoDVI (mostly on Adafruit DVI RP2040 Feather)
https://github.com/todbot/picodvi_experiments
Last synced: about 1 year ago
JSON representation
Experiments using PicoDVI (mostly on Adafruit DVI RP2040 Feather)
- Host: GitHub
- URL: https://github.com/todbot/picodvi_experiments
- Owner: todbot
- License: bsd-3-clause
- Created: 2023-03-30T20:12:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T18:35:21.000Z (about 2 years ago)
- Last Synced: 2025-05-08T02:18:26.718Z (about 1 year ago)
- Language: C++
- Size: 39.1 KB
- Stars: 41
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PicoDVI_experiments
Experiments using PicoDVI (mostly on Adafruit DVI RP2040 Feather),
These demos all use [Adafruit's PicoDVI fork](https://github.com/adafruit/PicoDVI/)
that makes the video framebuffer look like a regular
[Adafruit_GFX object](https://github.com/adafruit/Adafruit-GFX-Library/).
(thx @PaintYourDragon!)
This makes drawing to it really easy.
## Demo
https://user-images.githubusercontent.com/274093/230142731-7d3b9510-4b6b-4370-b233-3583915d5471.mp4
[demo on youtube](https://www.youtube.com/watch?v=yEY8iRZ_L4E)
https://user-images.githubusercontent.com/274093/234426197-69f821fb-b2f2-49fd-8908-5667362c9e83.mp4
[demo on youtube](https://www.youtube.com/watch?v=5tgbiDAT5lE)