Hi Yang Yang, I have purchased one of these boards but am having trouble developing on it. What software re you using 8ms or Squareline also tried to get it working with the Arduino GFX Library but the setting that I got from looking and the schematic and manual don't initialize the screen any help would be appreciated. Here is the code that I've used. #define GFX_BL 45 Arduino_ESP32RGBPanel *rgbpanel = new Arduino_ESP32RGBPanel( 39 /* DE */, 38 /* VSYNC */, 5 /* HSYNC */, 9 /* PCLK */, 10 /* R0 */, 11 /* R1 */, 12 /* R2 */, 13 /* R3 */, 14 /* R4 */, 21 /* G0 */, 0 /* G1 */, 46 /* G2 */, 3 /* G3 */, 8 /* G4 */, 18 /* G5 */, 17 /* B0 */, 16 /* B1 */, 15 /* B2 */, 7 /* B3 */, 6 /* B4 */, 0 /* hsync_polarity */, 8 /* hsync_front_porch */, 1 /* hsync_pulse_width */, 32 /* hsync_back_porch */, 0 /* vsync_polarity */, 8 /* vsync_front_porch */, 1 /* vsync_pulse_width */, 8 /* vsync_back_porch */, 1 /* pclk_active_neg */, 16000000 /* prefer_speed */);
Arduino_RGB_Display *gfx = new Arduino_RGB_Display( 800 /* width */, 480 /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */); Thanks in advance for your response. :)
impressive, what the name of the software you're using?
Hi Yang Yang,
I have purchased one of these boards but am having trouble developing on it. What software re you using 8ms or Squareline also tried to get it working with the Arduino GFX Library but the setting that I got from looking and the schematic and manual don't initialize the screen any help would be appreciated. Here is the code that I've used.
#define GFX_BL 45
Arduino_ESP32RGBPanel *rgbpanel = new Arduino_ESP32RGBPanel(
39 /* DE */, 38 /* VSYNC */, 5 /* HSYNC */, 9 /* PCLK */,
10 /* R0 */, 11 /* R1 */, 12 /* R2 */, 13 /* R3 */, 14 /* R4 */,
21 /* G0 */, 0 /* G1 */, 46 /* G2 */, 3 /* G3 */, 8 /* G4 */, 18 /* G5 */,
17 /* B0 */, 16 /* B1 */, 15 /* B2 */, 7 /* B3 */, 6 /* B4 */,
0 /* hsync_polarity */, 8 /* hsync_front_porch */, 1 /* hsync_pulse_width */, 32 /* hsync_back_porch */,
0 /* vsync_polarity */, 8 /* vsync_front_porch */, 1 /* vsync_pulse_width */, 8 /* vsync_back_porch */,
1 /* pclk_active_neg */, 16000000 /* prefer_speed */);
Arduino_RGB_Display *gfx = new Arduino_RGB_Display(
800 /* width */, 480 /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */);
Thanks in advance for your response. :)
Arduino can refer to our warehouse:github.com/smartpanle/PanelLan_esp32_arduino
www.nxp.com/design/design-center/software/developmentsoftware/gui-guider:GUI-GUIDER OR Squareline
Nece work