Dominic Buchstaller
Dominic Buchstaller
What kind of pattern did you try?
Try display.display(10), run at 160MHz and set display.setFastUpdate(true)
Can you post your code?
Try removing the delay from the loop. If that does not work increase ticker time, e.g. display_ticker.attach(0.004, display_updater);
The problem is that the data stucture that keeps the image/frame is s crafted so it can be sent to the matrix ‚as is‘, I.e. requiring no manipulation during an...
Yeah ... it's a lot of effort for saving a few kB of RAM ... I will keep the issue open ... maybe someone will implement this one day :)
@CelliesProjects - thanks for coming back to me - really appreciate it. I checked and you are right - those are VS1003 chips on my blue board. However, according to...
I see - so green board would not help I guess. I now put an N channel MOSFET (e.g.AO3400)in the GND supply and that gets the job done apparently. Important...