Skip to content

Stretched display on the DP32020A and DP5135 #804

@yasirr33

Description

@yasirr33

I got a Qiangli P3 module, 64x64px with DP5135 and DP32020A, It is a similar panel to issue #645 . The panel works when I set the following set it up like this :

#define PANEL_RES_X 64 // Number of pixels wide of each INDIVIDUAL panel module.
#define PANEL_RES_Y 64 // Number of pixels tall of each INDIVIDUAL panel module.
#define PANEL_CHAIN 1  // Total number of panels chained one to another


HUB75_I2S_CFG mxconfig(
                PANEL_RES_X,              // DO NOT CHANGE THIS
                PANEL_RES_Y,              // DO NOT CHANGE THIS
                NUM_ROWS*NUM_COLS           // DO NOT CHANGE THIS
                //,_pins            // Uncomment to enable custom pins
    );
    mxconfig.clkphase = false;     
    mxconfig.driver   = HUB75_I2S_CFG::DP3246_SM5368; 

BUT the output comes out stretched along the X-axis.

This is what it displays

Image

and this is what the original font is supposed to look like

Image

These are the Pictures of the Panel

Image

Image

Image

Image

It basically regards every 2 pixels as 1 along the x-axis only. I want to chain 3 such panels at max, it used to work flawlessly with ICN2037 based panels but the vendor doesn't sell those anymore.

It's really important for my project, please help @board707

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