Skip to content

!Backwards compatiblity break by #97 #181

@Rotzbua

Description

@Rotzbua

Backwards compatiblity break by #97.
This change will fuck up all current implementations, if a new version is released. The first argument OLEDDISPLAY_GEOMETRY g will cause this issue.
Better overload the constructor or set a default value for the argument.

// old
SSD1306Wire(uint8_t _address, uint8_t _sda, uint8_t _scl) {}

// new changed version
SSD1306Wire(OLEDDISPLAY_GEOMETRY g, uint8_t _address, uint8_t _sda, uint8_t _scl) {}

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