Skip to content

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

@moeur

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

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