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
416a84e5
Commit
416a84e5
authored
Apr 24, 2022
by
Bodmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Setup70b_ESP32_S3_ILI9341.h
parent
89a2457c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
User_Setups/Setup70b_ESP32_S3_ILI9341.h
User_Setups/Setup70b_ESP32_S3_ILI9341.h
+8
-9
No files found.
User_Setups/Setup70b_ESP32_S3_ILI9341.h
View file @
416a84e5
// Setup for the ESP32 S
2
with ILI9341 display
// Setup for the ESP32 S
3
with ILI9341 display
// Note SPI DMA with ESP32 S
2
is not currently supported
// Note SPI DMA with ESP32 S
3
is not currently supported
#define USER_SETUP_ID 70
#define USER_SETUP_ID 70
// See SetupX_Template.h for all options available
// See SetupX_Template.h for all options available
#define ILI9341_DRIVER
#define ILI9341_DRIVER
// Typical board default pins
// Typical board default pins - change to match your board
#define TFT_CS 34 // 10 or 34
#define TFT_CS 34 // 10 or 34 (FSPI CS0)
#define TFT_MOSI 35 // 11 or 35 (FSPI D)
#define TFT_MOSI 35 // 11 or 35
#define TFT_SCLK 36 // 12 or 36 (FSPI CLK)
#define TFT_SCLK 36 // 12 or 36
#define TFT_MISO 37 // 13 or 37 (FSPI Q)
#define TFT_MISO 37 // 13 or 37
// Use pins in range 0-31
// Use pins in range 0-31
#define TFT_DC 7
#define TFT_DC 7
...
@@ -27,7 +26,7 @@
...
@@ -27,7 +26,7 @@
#define SMOOTH_FONT
#define SMOOTH_FONT
//
HSPI port
NOT TESTED YET
//
FSPI port (SPI2) used unless following defined. HSPI port (SPI3)
NOT TESTED YET
//#define USE_HSPI_PORT
//#define USE_HSPI_PORT
//#define SPI_FREQUENCY 27000000
//#define SPI_FREQUENCY 27000000
...
...
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