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 f6676c82689a4e7314b93c8eb98ddd08152fe708 16 lines 425 B view raw
1[package] 2name = "eepy-gui" 3version = "0.1.0" 4edition = "2024" 5authors = ["arthomnix"] 6license = "MIT" 7 8[dependencies] 9eepy-sys = { path = "../eepy-sys", features = ["embedded-graphics", "fugit"] } 10tp370pgh01 = { path = "../tp370pgh01" } 11embedded-graphics.workspace = true 12defmt = { workspace = true, optional = true } 13fugit.workspace = true 14 15[features] 16defmt-derive = ["defmt", "tp370pgh01/defmt", "embedded-graphics/defmt"]