-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix ttgo tdisplay glitch 9708520172779030890 #2234
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
base: main
Are you sure you want to change the base?
Changes from all commits
aa6c4b4
b4a6554
60726ee
73214d4
a24c6b5
c0d9952
ea177d2
cde396e
a0c2625
43d4efb
a8e7cfe
7b63e78
69df2b7
dd3b418
dce1f9b
4bcb50a
8b9a5b9
708f5a9
b146f21
44e5533
5761796
3a8f2dd
7177559
222b4ad
0d6018f
577bbd3
8337af5
638826f
24b7aef
833f538
e0170c0
77a54a0
efab88a
399598c
b562e2a
f34f225
7d41d96
a5492a9
d487615
b962a61
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do not change this file... Create a second env in the boards/lilygo-t-display-ttgo/lilygo-t-display-s3.ini file, specifying the board changes you need.. |
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do not change this env... Create a second Env in this file specifying the 16mb flash memory and board settings |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,7 +64,7 @@ static const uint8_t SCK = 18; | |
| #define USER_SETUP_LOADED 1 | ||
| #define ST7789_DRIVER 1 | ||
| #define TFT_RGB_ORDER 0 | ||
| #define TFT_WIDTH 170 | ||
| #define TFT_WIDTH 172 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why? |
||
| #define TFT_HEIGHT 320 | ||
| #define TFT_BACKLIGHT_ON 1 | ||
| #define TFT_BL 6 | ||
|
|
@@ -123,3 +123,4 @@ static const uint8_t SCK = 18; | |
| #define IO_EXP_CC_RX 7 | ||
| #define IO_EXP_CC_TX 12 | ||
| #endif /* Pins_Arduino_h */ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not change this file.