Adafruit_SSD1306 icon indicating copy to clipboard operation
Adafruit_SSD1306 copied to clipboard

SetFont() always transparent background

Open vprheli opened this issue 5 years ago • 1 comments

Hello, if use some GFX font, then the background color for the text on the same position is transparent. pOLED->setTextColor(WHITE, BLACK); pOLED->setFont (&FreeSans12pt7b); pOLED->print ("12:35:56)"; next second writes over the "6" and do not clear black pixels. If I do not call SetFont(), it works even with bigger textSize.

vprheli avatar Mar 17 '19 17:03 vprheli