You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,4 +78,30 @@ wasm-bindgen --target web --out-dir pkg target/wasm32-unknown-unknown/release/co
78
78
python3 -m http.server
79
79
```
80
80
81
+
### ESP32-WROVER-KIT
82
+
83
+
This board is no longer in production, yet it's still used by many developers.
84
+
85
+
The implementation is based on Rust no\_std, using mipidsi crate and Bevy ECS.
86
+
It requires es-rs toolchain for ESP32-S3 version at [least 1.85](https://github.com/esp-rs/rust-build/releases/tag/v1.85.0.0), because of edition 2024.
87
+
88
+
Limitation: Graphical buffer is limited to 320x100 pixels due to memory issue.
89
+
PSRAM should work, but for some reason the buffer is not allocated there.
90
+
Some previous examples were working with PSRAM fine, it needs further investigation
0 commit comments