How do you control graphics on the badger2040?
colossalchicken opened this issue · 3 comments
colossalchicken commented
The only example of using the badger2040 with Rust online seems to be the example on how to control the blinking light.
How do I control graphics? Which library do I need to use?
Pimoroni has a graphics library for c/c++ but that kind-of defeats the purpose of using Rust.
9names commented
9names commented
I have some basic code using it at https://github.com/9names/badger2040_testing/blob/main/src/main.rs that probably needs updating
colossalchicken commented
Thanks!