Hi,
As far as i know there isn’t a kPanelType for 64x32 1/8, only for 64x32 1/16, how can i edit the ones already exists so it can work with my panel?
This is my panel:
dualshop.com.br/modulo-painel-led-p5-rgb-2727-smd-64x32px-18-scan-hub75-uso-externo-k2531
resolution: 64x32
Scan rate: 1/8 Hub75
It uses 2727 SMD chip.
The Hardware:
The problem:
kPanelType = SMARTMATRIX_HUB75_16ROW_MOD8SCAN;
does not work properly.
I am using the FeatureDemo Sketch with the following setup:
#define GPIOPINOUT ESP32_FORUM_PINOUT
#include <MatrixHardware_ESP32_V0.h>
const uint16_t kMatrixWidth = 64;
const uint16_t kMatrixHeight = 32;
const uint8_t kPanelType = SMARTMATRIX_HUB75_16ROW_MOD8SCAN;
those are the lines i added or edited, i didnt touch the rest of the code.
My result:
Hope you guys can help me ! Thank you !