Usage examples for the st7735-lcd Rust crate
cargo build --release --examples --target=thumbv7em-none-eabihf
cargo build --release --examples --target=thumbv7m-none-eabi
ST7735 Pin | Metro M4 Pin |
---|---|
GND | GND |
VCC | 5V |
SCL/SCK | SCK (see picture) |
SDA/MOSI | MOSI (see picture) |
RES/RST | D1 |
DC | D0 |
CS | GND |
BLK | Not connected |
ST7735 Pin | Blue Pill Pin |
---|---|
GND | G |
VCC | 5V |
SCL/SCK | A5 |
SDA/MOSI | A7 |
RES/RST | B1 |
DC | B0 |
CS | G |
BLK | Not connected |