adafruit / Adafruit_Protomatter

RGB matrix library for Arduino
66 stars 23 forks source link

BLANK DISPLAY with panel 128x64 scan 1/32, 5 bit control row (A,B,C,D,E) #74

Open subairi opened 8 months ago

subairi commented 8 months ago

Adafruit_Protomatter matrix( 128, // Width of matrix (or matrix chain) in pixels 4, // Bit depth, 1-6 1, rgbPins, // # of matrix chains, array of 6 RGB pins for each 5, addrPins, // # of address pins (height is inferred), array of pins clockPin, latchPin, oePin, // Other matrix control pins false // double-buffering flag );

I use an ESP32 with a 128x64 panel with a scan model of 1/32 or 5 bit control (a,b,c,d,e), I run the example program "sample.ino", but the display is blank, if I change it to 4 bit control it appears but it's not perfect, there's something missing, If anyone can help, what needs to be modified, thank you