Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TFT_eSPI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
TFT_eSPI
Commits
36c496ad
Commit
36c496ad
authored
Feb 25, 2023
by
Bodmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #2435
parent
a49ab129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Kconfig
Kconfig
+7
-7
No files found.
Kconfig
View file @
36c496ad
...
...
@@ -236,7 +236,7 @@ menu "TFT_eSPI"
default -1
range -1 32 if IDF_TARGET_ESP32
range -1 45 if IDF_TARGET_ESP32S2
range -1 48 if IDF_TARGET_ESP32S
2
range -1 48 if IDF_TARGET_ESP32S
3
help
Master In Slave Out pin.
Can be labelled as SDO in some displays
...
...
@@ -246,7 +246,7 @@ menu "TFT_eSPI"
default -1
range -1 32 if IDF_TARGET_ESP32
range -1 45 if IDF_TARGET_ESP32S2
range -1 48 if IDF_TARGET_ESP32S
2
range -1 48 if IDF_TARGET_ESP32S
3
help
Master Out Slave In pin.
Can be labelled as SDA or SDI in some displays
...
...
@@ -256,7 +256,7 @@ menu "TFT_eSPI"
default -1
range -1 32 if IDF_TARGET_ESP32
range -1 45 if IDF_TARGET_ESP32S2
range -1 48 if IDF_TARGET_ESP32S
2
range -1 48 if IDF_TARGET_ESP32S
3
help
Labelled in some displays as WR
...
...
@@ -294,7 +294,7 @@ menu "TFT_eSPI"
default -1
range -1 33 if IDF_TARGET_ESP32
range -1 45 if IDF_TARGET_ESP32S2
range -1 48 if IDF_TARGET_ESP32S
2
range -1 48 if IDF_TARGET_ESP32S
3
config TFT_DC
int "TFT Data/Command pin"
...
...
@@ -308,7 +308,7 @@ menu "TFT_eSPI"
default -1
range -1 33 if IDF_TARGET_ESP32
range -1 45 if IDF_TARGET_ESP32S2
range -1 48 if IDF_TARGET_ESP32S
2
range -1 48 if IDF_TARGET_ESP32S
3
config ENABLE_BL
bool "Enable backlight control"
...
...
@@ -320,7 +320,7 @@ menu "TFT_eSPI"
default -1
range -1 33 if IDF_TARGET_ESP32
range -1 45 if IDF_TARGET_ESP32S2
range -1 48 if IDF_TARGET_ESP32S
2
range -1 48 if IDF_TARGET_ESP32S
3
help
Pin for the backlight control signal
...
...
@@ -389,7 +389,7 @@ menu "TFT_eSPI"
default -1
range -1 33 if IDF_TARGET_ESP32
range -1 45 if IDF_TARGET_ESP32S2
range -1 48 if IDF_TARGET_ESP32S
2
range -1 48 if IDF_TARGET_ESP32S
3
config SPI_TOUCH_FREQUENCY
int "SPI frequency for XPT2046 chip (Hz)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment