So my Customer chose a tiny WaveShare 128x32 Monochrome GLCD display, using the SSD1306 chip over i2C
As a minium, I only need to display a Dynamic number in a 32 pixel font.
I'm using a number only Font. Using the SevenSegment 32 would be great but any large font would do.
I'm getting odd artifacts when displaying a static Value. I created some FC to write circles over the whole area, this worked fine. So I'm assuming my i2C and Dispaly Hardware are OK. but I get odd artifacts with the rectangle component, Staic NUmbers are not great, If I make the value count I get even more artifacts.
It must be something to do with buffers etc but that is somewhat beyond me.

Any ideas on a relatively simple solution?