Skip to content

Commit

Permalink
T-Display-S3-PRO port
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli committed Dec 6, 2024
1 parent a71e67e commit e10609f
Show file tree
Hide file tree
Showing 9 changed files with 932 additions and 9 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,18 @@
description: "",
link: "https://lilygo.cc/products/t-display-s3?_pos=1&_sid=d7b2ebc22&_ss=r&variant=42589373268149",
family: "ESP32-S3",
env: "lilygo-t-display-S3",
env: "lilygo-t-display-S3-touch",
partitions: {
bootloader_addr: "0x0",
},
}
- {
vendor: "Lilygo",
name: "T-Display_S3_PRO",
description: "",
link: "https://lilygo.cc/products/t-display-s3?_pos=1&_sid=d7b2ebc22&_ss=r&variant=42589373268149",
family: "ESP32-S3",
env: "lilygo-t-display-S3-pro",
partitions: {
bootloader_addr: "0x0",
},
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ Sourcecode will be released in the future..

## Changelog
* 2.4.1:
* [x] T-Deck SD Card fix (Disable LoRa Chip, CS pin to High state, to avoid conflicts)
* [x] T-Deck SD Card fix (Disable LoRa Chip, CS pin to High state, to avoid conflicts) https://github.com/bmorcelli/M5Stick-Launcher/issues/86
* [x] Lilygo T-Display-S3-Pro port https://github.com/bmorcelli/M5Stick-Launcher/issues/73

* 2.4.0:
* [x] CYD-2432W328C port https://github.com/bmorcelli/M5Stick-Launcher/issues/80
* [x] Rolling texts for large SSIDs and large filenames
Expand Down
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ default_envs =
m5stack-cardputer
#m5stack-c
#m5stack-cores3
#lilygo-t-display-S3
#lilygo-t-display-S3-touch
#lilygo-t-display-S3-pro
#lilygo-t-embed
#lilygo-t-embed-cc1101
#lilygo-t-deck
Expand Down
Loading

0 comments on commit e10609f

Please sign in to comment.