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 = "eepytool" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7eepy-serial-host = { path = "../eepy-serial-host" } 8color-eyre = "0.6.3" 9clap.workspace = true 10tar.workspace = true 11zstd.workspace = true