Skip to content

Commit 3d83484

Browse files
Merge remote-tracking branch 'Tasmota/development' into work
2 parents 2a6c082 + a0b9981 commit 3d83484

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file.
2525
- RGBW handling in TasmotaLED and xlgt_01_ws2812_esp32 (#24172)
2626
- ArtNet single light color mapping using `ChannelRemap` (#24058)
2727
- Thermostat temperature unit (#24213)
28+
- Display rotate regression from v15.1.0.1 (#24214)
2829

2930
### Removed
3031

lib/lib_display/UDisplay/include/uDisplay_I2C_panel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class i2c_panel : public UniversalPanel {
5151
bool updateFrame() override;
5252
bool displayOnff(int8_t on) override;
5353
bool invertDisplay(bool invert) override;
54-
bool setRotation(uint8_t rotation) override { return true; }
54+
bool setRotation(uint8_t rotation) override { return false; }
5555

5656
bool drawPixel(int16_t x, int16_t y, uint16_t color) override { return false; }
5757
bool fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color) override { return false; }

0 commit comments

Comments
 (0)