Hi all,
I purchased an Interstate 75 W, along with a Waveshare LED matrix board. Using any of the Interstate75 or Hub75 module examples, I get ghost pixels lighting up on the display. I contacted Waveshare and they suggested lowering the CLK rate. I used machine.freq() to lower the i75 clock speed to 50MHz and this got rid of the ghosting.
I want to keep the i75 running full speed but lower the CLK rate communicating with the LED board. I can only find a CircuitPython solution to this, but ideally I would like to still use Micropython with the Interstate75 and Hub75 modules. Anyone know of a way to do this?
Thanks!