mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-28 04:15:53 +00:00
fix displayrotate for i2c (#24214)
Co-authored-by: Christian Baars <christianbaars@MacStudio-von-Christian.local>
This commit is contained in:
co-authored by
Christian Baars
parent
5bfa621699
commit
b276479b29
@@ -51,7 +51,7 @@ public:
|
||||
bool updateFrame() override;
|
||||
bool displayOnff(int8_t on) override;
|
||||
bool invertDisplay(bool invert) override;
|
||||
bool setRotation(uint8_t rotation) override { return true; }
|
||||
bool setRotation(uint8_t rotation) override { return false; }
|
||||
|
||||
bool drawPixel(int16_t x, int16_t y, uint16_t color) override { return false; }
|
||||
bool fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color) override { return false; }
|
||||
|
||||
Reference in New Issue
Block a user