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
a1b62403
Unverified
Commit
a1b62403
authored
Apr 22, 2022
by
Bodmer
Committed by
GitHub
Apr 22, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TFT_eSPI_ESP32_S3.c
parent
f624d505
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Processors/TFT_eSPI_ESP32_S3.c
Processors/TFT_eSPI_ESP32_S3.c
+2
-2
No files found.
Processors/TFT_eSPI_ESP32_S3.c
View file @
a1b62403
...
@@ -151,8 +151,8 @@ void TFT_eSPI::busDir(uint32_t mask, uint8_t mode)
...
@@ -151,8 +151,8 @@ void TFT_eSPI::busDir(uint32_t mask, uint8_t mode)
***************************************************************************************/
***************************************************************************************/
void
TFT_eSPI
::
gpioMode
(
uint8_t
gpio
,
uint8_t
mode
)
void
TFT_eSPI
::
gpioMode
(
uint8_t
gpio
,
uint8_t
mode
)
{
{
pinMode
(
pin
,
mode
);
pinMode
(
gpio
,
mode
);
digitalWrite
(
pin
,
HIGH
);
digitalWrite
(
gpio
,
HIGH
);
}
}
////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////
#endif // #ifdef TFT_PARALLEL_8_BIT
#endif // #ifdef TFT_PARALLEL_8_BIT
...
...
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