M5Stack Core2 support (#48)
This commit is contained in:
committed by
GitHub
parent
473fb673bd
commit
d58f131033
@@ -78,6 +78,7 @@ Predefined configurations are available for:
|
||||
| [LilyGo T-Deck][tdeck] | ✅ | ✅ | Keyboard |
|
||||
| [Waveshare S3 Touch][waveshare_s3_touch] | ✅ | ⏳ | |
|
||||
| Yellow Board 2432S024C (\*) | ✅ | ✅ | |
|
||||
| [M5Stack Core2][m5stack] | ✅ | ✅ | |
|
||||
|
||||
- ✅: Capable and implemented
|
||||
- ⏳: Capable but not yet implemented
|
||||
@@ -89,9 +90,18 @@ Predefined configurations are available for:
|
||||
[waveshare_s3_touch]: https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-4.3
|
||||
[2432s024c_1]: https://www.aliexpress.com/item/1005005902429049.html
|
||||
[2432s024c_2]: https://www.aliexpress.com/item/1005005865107357.html
|
||||
[m5stack]: https://m5stack.com/
|
||||
|
||||
## Guide
|
||||
|
||||
### Cloning from git
|
||||
|
||||
Ensure you clone the repository including the submodules! For example:
|
||||
|
||||
```bash
|
||||
git clone --recurse-submodules -j8 https://github.com/ByteWelder/Tactility.git
|
||||
```
|
||||
|
||||
### Build environment setup
|
||||
|
||||
Ensure you have [esp-idf 5.1.2](https://docs.espressif.com/projects/esp-idf/en/v5.1.2/esp32/get-started/index.html) installed, then select the correct device:
|
||||
|
||||
Reference in New Issue
Block a user