Skip to content

A source code bug creates issues when operating in Vertical memory access mode. #282

Description

@moeur

RE: Adafruit_SSD1306.cpp
A bug the in source code of the Adafruit_SSD1306 class in the display() method on line 1000

While attempting to set the page range an invalid page end value of 0xFF is used.
This does not create problems while the memory access mode is Horizontal, but creates big problems when operating in Vertical memory access mode. A proper end page value must be used in this case.

-moeur

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