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

Configure Feed

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

at main 279 B View raw
1[package] 2name = "eepy-example-app" 3version = "0.1.0" 4edition = "2024" 5authors = ["arthomnix"] 6license = "MIT" 7 8[dependencies] 9eepy-sys = { path = "../eepy-sys" } 10eepy-gui = { path = "../eepy-gui" } 11embedded-graphics.workspace = true 12heapless.workspace = true 13panic-halt = "1.0"