-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Description
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
and this is what the original font is supposed to look like
These are the Pictures of the Panel
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
Labels
No labels