Skip to content

Update LilyGo T-Watch-S3-Ultra and T-LoRa-Pager variants #11299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 28, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update T-Watch-S3-Ultra variants
  • Loading branch information
lewisxhe committed Apr 25, 2025
commit 4047829d1e4e3200522f9d22d656f23867a06a0c
3 changes: 2 additions & 1 deletion variants/lilygo_twatch_ultra/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ static const uint8_t SCK = 35;
// External expansion chip IO definition
#define EXPANDS_DRV_EN (6)
#define EXPANDS_DISP_EN (7)
#define EXPANDS_SD_DET (10)
#define EXPANDS_TOUCH_RST (8)
#define EXPANDS_SD_DET (10)

// Peripheral definition exists
#define USING_XL9555_EXPANDS
Expand Down
Loading