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 16 lines 431 B view raw
1[package] 2name = "eepy-launcher" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7eepy-sys = { path = "../eepy-sys", features = ["critical-section-impl"] } 8eepy-gui = { path = "../eepy-gui" } 9eepy-serial = { path = "../eepy-serial" } 10embedded-graphics.workspace = true 11usb-device.workspace = true 12usbd-serial.workspace = true 13portable-atomic.workspace = true 14heapless.workspace = true 15postcard.workspace = true 16panic-halt = "1.0"