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?
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?