firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at a3ff1f4e4e2aaec4a4c1ec5def91c21d36dc12f7 11 lines 239 B view raw
1[package] 2name = "eepy-example-app" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7eepy-sys = { path = "../eepy-sys" } 8eepy-gui = { path = "../eepy-gui" } 9embedded-graphics.workspace = true 10heapless.workspace = true 11panic-halt = "1.0"