Skip to content

Problems since after version 1.5.1 #637

Closed
@CoolmdXi

Description

@CoolmdXi

I have previously been using your library with no problems on dev board JC8048W550. I was using this setup and never had an issue.

#define GFX_DEV_DEVICE ESP32_4827S043
#define GFX_BL 2
#define RGB_PANEL
// Uncomment for ST7262 IPS LCD 800x480
Arduino_ESP32RGBPanel rgbpanel = new Arduino_ESP32RGBPanel(
40 /
DE /, 41 / VSYNC /, 39 / HSYNC /, 42 / PCLK /,
45 /
R0 /, 48 / R1 /, 47 / R2 /, 21 / R3 /, 14 / R4 /,
5 /
G0 /, 6 / G1 /, 7 / G2 /, 15 / G3 /, 16 / G4 /, 4 / G5 /,
8 /
B0 /, 3 / B1 /, 46 / B2 /, 9 / B3 /, 1 / B4 /,
0 /
hsync_polarity /, 8 / hsync_front_porch /, 4 / hsync_pulse_width /, 8 / hsync_back_porch /,
0 /
vsync_polarity /, 8 / vsync_front_porch /, 4 / 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 */);

since update of version 1.5.1 the display is no longer correct, lots of noise and flicker and does not look like display is being writtain at correct coordinates. But hard to say other than very unstable and flickers very badly. If i take the version back to 1.5.1 everything is perfect
Regards
Mark D

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions