Closed
Description
Changed some lines of the Display-API to make graphics appear faster by a factor.
PR containing the whole, latest codebase for reference: #665
Here's a little preview, running on STM32F0 @48Mhz
VID_20210713_211743.mp4
The Number is rendered into a single monochrome Buffer witch is then streamed to different displays. Only the area of the Buffer is affected. Notice the noizy bottom half of the OLEDs. The flickering squares on the ILI9341 comes from debugging code. Soo yes, just a preview ;) Details about the implementation, the benefits and more examples coming soon.