ILI9225 and ESP32 #2720
ChassaB
started this conversation in
Compatible displays and setup files
Replies: 2 comments 4 replies
-
Hello. Where is that file? I don't see it in the user_setup directory.Thanks in advance. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Thanks à lot!
Le ven. 21 juin 2024, 02:02, ChassaB ***@***.***> a écrit :
… Hi Pierre. Here are the settings for the file.
didn't get around to figuring out how to put it into the GIT directory
#define ILI9225_DRIVER // 2.2inch 176x220 display
// PIN numbers for my ESP32 Dev board
#define TFT_MISO 19 //Not used but defined. Do not use for anything else
#define TFT_MOSI 23
#define TFT_SCLK 18
#define TFT_CS 15 // Chip select control pin for a single screen.
#define TFT_DC 2 // Data Command control pin. Usually 2 but 2 is driving
the onboard LED on my board
#define TFT_RST 4 // Reset pin
// Section 3 Fonts. All uncommented and available. Left font8 as normal
#define SPI_FREQUENCY 27000000 //didn't want to work with anything higher
#define SPI_READ_FREQUENCY 20000000
#define SPI_TOUCH_FREQUENCY 2500000
—
Reply to this email directly, view it on GitHub
<#2720 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ3PU3AVWCAMUEXIXQNICRTZINUQ3AVCNFSM6AAAAABJUEROLGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQMZUGIYDM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I have created a user setup for the ILI9225 (176*220) with ESP32. Works AOK with ESP DEV module on Arduino. Analogue clock example reworked for this screen size with a nice elliptical face. Don't know where I should put the files so others can use them if needed.
Guidance appreciated
Beta Was this translation helpful? Give feedback.
All reactions