datacute / Tiny4kOLED

Library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C
MIT License
247 stars 36 forks source link

Allow for inverse output and carriage return #28

Closed rtlprmft closed 3 years ago

rtlprmft commented 3 years ago

Respecting CR allows for more easy output of progress information. An inverse output allow for a more flexible use of the diaplay.

datacute commented 3 years ago

Can you take out the change to CR so that this change is just adding inverse capability, and add an example demonstrating it?

rtlprmft commented 3 years ago

If you give me a hint how I can change a pull request after issuing it... an example is attached.

InverseText.txt

datacute commented 3 years ago

No problem. My attempts didn't do what I thought they would either.