rm-hull / luma.oled

Python module to drive a SSD1306 / SSD1309 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SH1106 OLED
https://luma-oled.readthedocs.io
MIT License
790 stars 162 forks source link

Scrolling text within bounding box #371

Open wvthoog opened 1 year ago

wvthoog commented 1 year ago

Not an issue but more a question. Just wondering if it would be possible to scroll text within the constraints of a bounding box and not over the entire screen.

So let's say i have a 128x128 OLED and i want to scroll text on several parts of the screen if the text size is longer that N number of pixels/characters.

Would that be possible ?