userlib now implements embedded_graphics::DrawTarget

This commit is contained in:
2025-08-27 17:12:51 -06:00
parent 64254831e8
commit f3c67beb00
9 changed files with 141 additions and 42 deletions

View File

@@ -87,4 +87,4 @@ talc = "4.4.3"
spin = "0.10.0"
shared = { path = "../shared" }
abi = { path = "../abi" }
abi_sys = { path = "../abi_sys" }

View File

@@ -1,4 +1,4 @@
use abi::Syscall;
use abi_sys::Syscall;
use defmt::info;
use embassy_futures::block_on;
use embedded_graphics::{