LilyGO T HMI ESP32 S3 ST7789 Parellel 8 and XPT2046 SPI touch display confi #646
Replies: 5 comments 4 replies
-
LGFX_LilyGO_T-HMI.zip |
Beta Was this translation helpful? Give feedback.
-
LilyGo-T-HMI_Arduino_GFX_red_point_Touch_XPT2046.zip |
Beta Was this translation helpful? Give feedback.
-
Thank you for your mail.
Regard
Nilesh
…On Thu, 6 Mar, 2025, 2:11 pm ottoklein, ***@***.***> wrote:
LGFX_LilyGO_T-HMI.zip
<https://github.com/user-attachments/files/19104363/LGFX_LilyGO_T-HMI.zip>
For Lovyan GFX configuration
73 Kurt
—
Reply to this email directly, view it on GitHub
<#646 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCHAUZP2UURORLAZDA3G5XD2TACZ7AVCNFSM6AAAAABR2RSD2OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBRGEZDQOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
the uploaded from library manager #include
<XPT2046_Touchscreen_TT.h>//XPT2046_Touchscreen_TT
require adafruit GFX
…On Thu, Mar 6, 2025 at 2:25 PM ottoklein ***@***.***> wrote:
LilyGo-T-HMI_Arduino_GFX_red_point_Touch_XPT2046.zip
<https://github.com/user-attachments/files/19104592/LilyGo-T-HMI_Arduino_GFX_red_point_Touch_XPT2046.zip>
For Arduino GFX INO file with configuration.
73 k.
—
Reply to this email directly, view it on GitHub
<#646 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCHAUZIWFHCCLGGU2EUUFLL2TAERTAVCNFSM6AAAAABR2RSD2OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBRGE2DEMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Regard
Nilesh
|
Beta Was this translation helpful? Give feedback.
-
//do not forget to turn on power and light in the setup //#646 #include "LGFX_LilyGO_T-HMI.h" static TFT_eSPI tft; void setup() { Serial.begin(115200); |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since RD and RESET pin is not defined is -1 in LilyGO T HMI ESP32 S3 ST7789 Parellel 8 and XPT2046 SPI touch display How to configure available pins
// lcd
#define LCD_DATA0_PIN (48)
#define LCD_DATA1_PIN (47)
#define LCD_DATA2_PIN (39)
#define LCD_DATA3_PIN (40)
#define LCD_DATA4_PIN (41)
#define LCD_DATA5_PIN (42)
#define LCD_DATA6_PIN (45)
#define LCD_DATA7_PIN (46)
#define PCLK_PIN (8)
#define CS_PIN (6)
#define DC_PIN (7)
#define RST_PIN (-1)
#define BK_LIGHT_PIN (38)
// touch screen
#define TOUCHSCREEN_SCLK_PIN (1)
#define TOUCHSCREEN_MISO_PIN (4)
#define TOUCHSCREEN_MOSI_PIN (3)
#define TOUCHSCREEN_CS_PIN (2)
#define TOUCHSCREEN_IRQ_PIN (9)
Touch having compilation error : error: 'HSPI_HOST' was not declared in this scope; did you mean 'SPI3_HOST'?
73 | cfg.spi_host = HSPI_HOST;// 使用するSPIを選択 (HSPI_HOST or VSPI_HOST and when used SPI3_HOST code compiled
Beta Was this translation helpful? Give feedback.
All reactions