Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpcyrd/rp2040-37c3-oled
Pure Rust firmware for 37c3 logo animation (waveshare-rp2040-zero with 128x64 oled screen - i2c sda: gpio14, scl: gpio15)
https://github.com/kpcyrd/rp2040-37c3-oled
Last synced: 19 days ago
JSON representation
Pure Rust firmware for 37c3 logo animation (waveshare-rp2040-zero with 128x64 oled screen - i2c sda: gpio14, scl: gpio15)
- Host: GitHub
- URL: https://github.com/kpcyrd/rp2040-37c3-oled
- Owner: kpcyrd
- Created: 2023-12-02T01:46:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-10T19:30:08.000Z (11 months ago)
- Last Synced: 2024-08-02T06:12:11.743Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 1.76 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rp2040-37c3-oled
```
rustup target add thumbv6m-none-eabi
cargo build --release
elf2uf2-rs -d
```## Regenerate frames
```
convert frame1.png -monochrome -negate frame1.pbm
# use a hex editor, search for start of null bytes
tail -c +11 frame1.pbm > frame1.raw
```