This commit is contained in:
2023-09-27 23:28:41 +03:00
parent 6ad23825b5
commit f432bc16be
4 changed files with 73 additions and 50 deletions

View File

@ -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() {