Skip to content

[3rd party] Adafruit_SSD1306: move reset code to driver #42

@grafalex82

Description

@grafalex82

reset code happens in begin() method of a main class. This ties all library to arduino (dependency on delay() and pinWrite()). It is reasonable to move this out from a main class. Display Driver implementation looks like a best place for this.

Depends on adafruit/Adafruit_SSD1306#87

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions