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

Draw pixel by pixel #23

Closed jfoucher closed 4 years ago

jfoucher commented 4 years ago

Hi, Is there a way to draw single pixels on the screen? Preferably by giving the pixel coordinates instead of pages.

Thanks