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-main" 3version = "0.1.0-alpha" 4edition = "2021" 5 6[dependencies] 7fw16-epd-bsp = { path = "../fw16-epd-bsp" } 8fw16-epd-program-interface = { path = "../fw16-epd-program-interface" } 9fw16-epd-gui = { path = "../fw16-epd-gui" } 10tp370pgh01 = { path = "../tp370pgh01", features = ["rp2040"] } 11cortex-m.workspace = true 12cortex-m-rt.workspace = true 13rp2040-flash.workspace = true 14embedded-hal.workspace = true 15defmt.workspace = true 16defmt-rtt.workspace = true 17panic-probe.workspace = true 18critical-section.workspace = true 19portable-atomic.workspace = true 20mcp9808.workspace = true 21usb-device.workspace = true 22usbd-serial.workspace = true 23crc32fast.workspace = true 24embedded-graphics.workspace = true 25heapless.workspace = true 26once_cell.workspace = true