Close

Bouncy, bouncy

A project log for HACKtablet: Crestron TSS-752 Teardown + Rebuild

Tearing down a Crestron display conference room controller, the second. And making it into a CircuitPython device.

kmatch98kmatch98 06/10/2022 at 20:490 Comments

Thanks to some code suggestions from Espressif, I’ve got a bouncing square. A glitch occurred whenever the LCD peripheral and the processor would both access PSRAM. The new code (as best I understand) ties up the processor while doing the LCD refresh. Seems like there would be a better way of avoiding collisions, but at least it works. 

Discussions