Use embedded-graphics crate to draw shapes and text

This commit is contained in:
Philipp Oppermann
2023-12-29 19:27:56 +01:00
parent 00fa82937a
commit 79f47fda12
4 changed files with 141 additions and 15 deletions

View File

@@ -10,3 +10,4 @@ bench = false
[dependencies]
bootloader_api = "0.11.0"
embedded-graphics = "0.8.1"