Heltec_ESP32 icon indicating copy to clipboard operation
Heltec_ESP32 copied to clipboard

Heltec.display->drawString does not clean the Pixel buffer

Open antonmeyer opened this issue 6 years ago • 0 comments

Heltec.display->drawString I´m not sure if this is by design. I would name it a bug. When I want to write a string to a given position I do not want to think about what pixels have been there before. So please clean the pixel buffer before writting the new character to the given postition or overwrite the pixel but do not do an OR. In most cases it does not make sense in text mode. or provide a clear line function.

I can use clear, but I do not want to draw the whole screen for every update.

antonmeyer avatar Mar 07 '20 11:03 antonmeyer