https://github.com/simonwaldherr/pico75player
play animated GIFs on a Hub75 Matrix with Raspberry Pi Pico (Pimoroni Interstate 75)
https://github.com/simonwaldherr/pico75player
hub75 interstate75 led pimoroni raspberry-pi-pico rp2040
Last synced: 2 months ago
JSON representation
play animated GIFs on a Hub75 Matrix with Raspberry Pi Pico (Pimoroni Interstate 75)
- Host: GitHub
- URL: https://github.com/simonwaldherr/pico75player
- Owner: SimonWaldherr
- Created: 2024-08-13T21:06:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T21:22:26.000Z (10 months ago)
- Last Synced: 2025-03-27T23:51:31.905Z (2 months ago)
- Topics: hub75, interstate75, led, pimoroni, raspberry-pi-pico, rp2040
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pico75player
play animated GIFs on a Hub75 Matrix with Raspberry Pi Pico (Pimoroni Interstate 75)
convert GIF to SAG
```sh
go run gif2sag.go imgcolor/example.gif output.sag gif
```convert it back to GIF (to check)
```sh
go run sag2gif.go output.sag output.gif
```upload *output.sag* and *play_sag_on_hub75.py* to Raspberry Pi Pico and run the code