I would really appreciate some help please. I am using a 32x64 matrix with an Arduino Mega 2650 board. I have striped down the code to work out where the issue but cannot seem to find it. The issue is , there are rows missing and some rows darker on startup. After 72 seconds (approx) it comes right. This seems to be very constant. I have tried changing different pins but get the same result. I have also tried different versions of the RGBmatrixpanel and Adafruit GFX libs but no joy. This is my test code
Please post your sketch, using code tags when you do
Posting your code using code tags prevents parts of it being interpreted as HTML coding and makes it easier to copy for examination
In my experience the easiest way to tidy up the code and add the code tags is as follows
Start by tidying up your code by using Tools/Auto Format in the IDE to make it easier to read. Then use Edit/Copy for Forum and paste what was copied in a new reply. Code tags will have been added to the code to make it easy to read in the forum thus making it easier to provide help.
It is also helpful to post error messages in code tags as it makes it easier to scroll through them and copy them for examination
Hi Bob
Thank you so much for your prompt response. My LED panel doesn't have a E pin.
I tried it now by adding in software and got an error as
RGBmatrixPanel doesn't need the E pin. <RGBmatrixPanel(uint8_t a, uint8_t b, uint8_t c, uint8_t d, uint8_t clk,uint8_t lat, uint8_t oe, boolean dbuf, uint8_t width = 32 / >
Attached you will find the panel after startup and then 72 seconds later and the pinouts of my LED panel.