I'm adding a 16-segment-based font here, and have encoded the numbers 0-10. I've also worked out a way to make a Canvas structure not crash the pico.
13 lines
207 B
TOML
13 lines
207 B
TOML
[package]
|
|
name = "pico-st7789"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cortex-m-rt = "0.7.3"
|
|
embedded-alloc = "0.6.0"
|
|
embedded-hal = "1.0.0"
|
|
fugit = "0.3.7"
|
|
panic-halt = "1.0.0"
|
|
rp-pico = "0.9.0"
|