datacute / Tiny4kOLED

Library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clearToEOL only clears a single page

datacute opened this issue · comments

The clearToEOL function is useful when the screen is being overwritten instead of being cleared.
When using the 8x16 font, the clearToEOL function only clears one page, the top 8 pixels of the line, to the end of the line, instead of both pages.

Fixed in version 2.2.0