initial working version of ili9341 disp

This commit is contained in:
2026-08-02 15:45:04 +02:00
committed by rhetenor
parent d5cca5a81b
commit 3e6ff9c686
11 changed files with 2148 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[target.xtensa-esp32s3-none-elf]
runner = "espflash flash --monitor --chip esp32s3"
[env]
ESP_LOG="info"
[build]
rustflags = [
"-C", "link-arg=-nostartfiles",
]
target = "xtensa-esp32s3-none-elf"
[unstable]
build-std = ["alloc", "core"]