firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
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"]