Replies: 8 comments 9 replies
-
Someone told me TR and AR are different before, but I did not have TR in hand so cannot test it. |
Beta Was this translation helpful? Give feedback.
-
Hello @strange-v, Honestly not yet, I'm trying to figure it out, I've checked the RGB panel in the Arduino_GFX library, and did some changes but still no progress. I will surely send the code here once it works, please let me know if you got it working, Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello @strange-v, I think your message was just so lucky to me, it turned on for the first time just now, but colors isn't right, ill fix it and share the code. |
Beta Was this translation helpful? Give feedback.
-
what i noticed is, its about the RST Pin of the display, i didnt try to make it work on lovyaneGFX yet, but if i did ill mention u
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: strange_v ***@***.***>
Sent: Thursday, August 10, 2023 7:58:06 PM
To: moononournation/Arduino_GFX ***@***.***>
Cc: Abdullah Abu Taimeh ***@***.***>; Mention ***@***.***>
Subject: Re: [moononournation/Arduino_GFX] Wireless Tag ZX3D95CE01S-TR Arduino_GFX settings (Discussion #329)
It works with Arduino_GFX, though when I apply the same parameters to LovyanGFX, it doesn't.
Thanks for your help!
—
Reply to this email directly, view it on GitHub<#329 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BAQGVLK6HEWX3BZ6PVJPV2LXUUHJ5ANCNFSM6AAAAAA3HZ5VTU>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
thank you guys |
Beta Was this translation helpful? Give feedback.
-
If tested ok, please provide a Youtube link of PDQgraphicstest. I will add the dev board declaration to the example. |
Beta Was this translation helpful? Give feedback.
-
hi i tested with your help but doesnt work for me.
/Don't forget to set Sketchbook location in File/Preferencesto the path of your UI project (the parent foder of this INO file)/ /Change to your screen resolution/ static lv_disp_draw_buf_t draw_buf; TFT_eSPI tft = TFT_eSPI(TFT_WIDTH, TFT_HEIGHT); /* TFT instance */ #if LV_USE_LOG != 0 #define GFX_BL 5 /* Display flushing */
} /Read the touchpad/
} void setup()
#if LV_USE_LOG != 0
} void loop() |
Beta Was this translation helpful? Give feedback.
-
There is also a new model, ZX3D95CE01S-V12 with speaker and microphones. #include <Arduino_GFX_Library.h> or in esp-idf enviroment // RGB SPI interface #define LCD_VSYNC_GPIO (12) #define LCD_PIN_BK_LIGHT 45 #define LCD_BK_LIGHT_ON_LEVEL 1 #define TP_SDA 7 |
Beta Was this translation helpful? Give feedback.
-
Hello @moononournation,
I hope you are doing well at your end.
Just need to ask, in my case I'm using Wireless Tag ZX3D95CE01S-TR, which I think its the same as ZX3D95CE01S-AR but with different parameters, i have tried to upload the code following all the instructions, and what I got is an empty turned on screen.
The Arduino_GFX setting code used is:
#define GFX_BL 5 Arduino_DataBus *bus = new Arduino_SWSPI( GFX_NOT_DEFINED /* DC */, 38 /* CS */, 45 /* SCK or SCLK */, 48 /* MOSI */, GFX_NOT_DEFINED /* MISO */); Arduino_ESP32RGBPanel *rgbpanel = new Arduino_ESP32RGBPanel( 40 /* DE */, 41 /* VSYNC */, 42 /* HSYNC */, 39 /* PCLK */, 18 /* R0 */, 8 /* R1 */, 3 /* R2 */, 46 /* R3 */, 10 /* R4 */, 14 /* G0 */, 13 /* G1 */, 12 /* G2 */, 11 /* G3 */, 16 /* G4 */, 17 /* G5 */, 45 /* B0 */, 48 /* B1 */, 47 /* B2 */, 0 /* B3 */, 21 /* B4 */, 1 /* hsync_polarity */, 10 /* hsync_front_porch */, 8 /* hsync_pulse_width */, 50 /* hsync_back_porch */, 1 /* vsync_polarity */, 10 /* vsync_front_porch */, 8 /* vsync_pulse_width */, 20 /* vsync_back_porch */ ); Arduino_RGB_Display *gfx = new Arduino_RGB_Display( 480 /* width */, 480 /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */, bus, GFX_NOT_DEFINED /* RST */, gc9503v_type1_init_operations, sizeof(gc9503v_type1_init_operations));
I would be grateful if you could help me choosing the right Arduino_GFX settings.
Thanks,
Abdullah
Beta Was this translation helpful? Give feedback.
All reactions