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 13 lines 256 B view raw
1[package] 2name = "eepytool" 3version = "0.1.0" 4edition = "2024" 5authors = ["arthomnix"] 6license = "MIT" 7 8[dependencies] 9eepy-serial-host = { path = "../eepy-serial-host" } 10color-eyre = "0.6.3" 11clap.workspace = true 12tar.workspace = true 13zstd.workspace = true