mirror of
https://github.com/DashyFox/MusicRing.git
synced 2025-06-27 20:59:28 +00:00
wrapper
This commit is contained in:
@ -16,8 +16,8 @@ public:
|
||||
}
|
||||
|
||||
|
||||
void writePixel() override {
|
||||
|
||||
void writePixel(uint16_t x, uint16_t y, bool color) override {
|
||||
adafruit->writePixel(x, y, color);
|
||||
}
|
||||
|
||||
~Display_Adafruit_SSD1306() {
|
||||
|
Reference in New Issue
Block a user