firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
1[package]
2name = "eepy-gui"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7eepy-sys = { path = "../eepy-sys", features = ["embedded-graphics"] }
8tp370pgh01 = { path = "../tp370pgh01" }
9embedded-graphics.workspace = true
10defmt = { workspace = true, optional = true }
11
12[features]
13defmt-derive = ["defmt", "tp370pgh01/defmt", "embedded-graphics/defmt"]