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)

Lists

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
```