greiman / SSD1306Ascii

Text only Arduino Library for SSD1306 OLED displays
MIT License
490 stars 120 forks source link

Scroll only certain columns #75

Open myval opened 3 years ago

myval commented 3 years ago

Hi, I am just wondering if there is a way to scroll vertical only some column of the screen. Like left half stationary and right half moving up'n'down. Thanks

greiman commented 3 years ago

No the controller does not support this and rewrite of memory will flicker and not be a smooth scroll.

myval commented 3 years ago

ok no problem thanks.