Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/initerworker/esp32-s3-touch-lcd-1-28
A Rust-based boilerplate for supporting the waveshare esp32-s3-touch-lcd-1-28 with esp-idf-svc
https://github.com/initerworker/esp32-s3-touch-lcd-1-28
esp32 esp32-idf esp32-s3 rust
Last synced: 18 days ago
JSON representation
A Rust-based boilerplate for supporting the waveshare esp32-s3-touch-lcd-1-28 with esp-idf-svc
- Host: GitHub
- URL: https://github.com/initerworker/esp32-s3-touch-lcd-1-28
- Owner: IniterWorker
- License: apache-2.0
- Created: 2024-04-20T00:06:29.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-27T01:15:06.000Z (3 months ago)
- Last Synced: 2024-12-02T07:45:06.831Z (20 days ago)
- Topics: esp32, esp32-idf, esp32-s3, rust
- Language: C
- Homepage:
- Size: 715 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# ESP32-S3-TOUCH-LCD-1.28
Rust boilerplate to support [ESP32-S3-Touch-LCD-1.28](https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28) from WaveShare.
## Features
* Crate [`lvgl`](https://github.com/lvgl/lv_binding_rust)
* Crate [`shared-bus`](https://github.com/Rahix/shared-bus)
* Driver [`qmi8658`](https://github.com/IniterWorker/qmi8658) _accelerometer,pedometer,gyroscope_
* Driver [`cst816s`](https://github.com/IniterWorker/cst816s) _touch screen_## Getting Started
```bash
espup install --extended-llvm
# edit /home/${USER}/export-esp.sh
# Add export C_INCLUDE_PATH="/home/${USER}/.rustup/toolchains/esp/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include"
. /home/${USER}/export-esp.sh
cargo build --release
```## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.