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.

1[package] 2name = "fw16-epd-program-interface" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7tp370pgh01 = { path = "../tp370pgh01" } 8defmt.workspace = true 9embedded-graphics = { workspace = true, optional = true }