Skip to content

GRAYSCALE FLEXIBLE OLED: Scrolling #8

Description

@nmiloni

Don't understand how I can scroll text? The scroll functions mentioned on

https://learn.sparkfun.com/tutorials/flexible-grayscale-oled-hookup-guide/all, i.e.

void scrollRight(uint8_t start, uint8_t stop);
void scrollLeft(uint8_t start, uint8_t stop);
void scrollUp(uint8_t start, uint8_t stop);
void scrollStop(void);

and allowing you to specify a scroll range don't work. Tried a left scroll with putting in rows 1 to 32, thus trying

flexibleOLEDscrollLeft(1, 32);

because I assumed the 160 wide x32 pixel high OLED would have 32 rows...

The only thing which worked but which gives you less flexibility (no scroll range) was

flexibleOLED.command(ACTIVATESCROLL);
flexibleOLED.command(LEFTHORIZONTALSCROLL);
delay(10000);

Also, is there a way to adjust the scroll speed?

Best regards from Switzerland & stay safe and healthy, Nino

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions