Featherwing OLED scroll new data

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
philg
 
Posts: 90
Joined: Sun Mar 06, 2011 4:42 pm

Featherwing OLED scroll new data

Post by philg »

I have played with StartScrollLeft and StopScroll but it just scrolls what's on the screen. I need to scroll a long line of data to the screen. Do I stop the scroll after the line has left the screen then change the data then scroll new data on the screen? Is there a simple way to do this?

User avatar
philg
 
Posts: 90
Joined: Sun Mar 06, 2011 4:42 pm

Re: Featherwing OLED scroll new data

Post by philg »

I found an answer in the post called "OLED scrolling setTextWrap(false) doesn't behave as expected ". The scroll speed is quite slow and not adjustable. I assume that it's limited by the i2C data rate.

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Featherwing OLED scroll new data

Post by adafruit_support_mike »

Yeah, that's a limit of the interface.

Locked
Please be positive and constructive with your questions and comments.

Return to “Feather - Adafruit's lightweight platform”