olikraus / U8g2_for_Adafruit_GFX

Add U8g2 fonts to any Adafruit GFX based graphics library.
Other
103 stars 32 forks source link

Background color not rendered on empty spaces. #40

Closed cranefist closed 1 year ago

cranefist commented 1 year ago

The fastest way to draw text on SSD1351 seems to be to set the background color as black, this way you don't always have to erase the old text before printing new.

But it seems this library does not render background color on spaces at all.

If i try to print : " TEXT"

The background color is not rendered on the empty spaces. Any way around this?

cranefist commented 1 year ago

Apparently moving to MF fonts solved this, i was using TF fonts.