Skip to content

Commit

Permalink
SSD1351, ST7789 drivers replaced with uDisplay (#21184)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger authored Apr 15, 2024
1 parent 2a0c53a commit d9895a0
Show file tree
Hide file tree
Showing 23 changed files with 376 additions and 2,507 deletions.
4 changes: 1 addition & 3 deletions BUILDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,7 @@ Note: the `minimal` variant is not listed as it shouldn't be used outside of the
| USE_DISPLAY_MATRIX | - | - / - | - | - | - | x |
| USE_DISPLAY_EPAPER_29 | - | - / - | - | - | - | x |
| USE_DISPLAY_EPAPER_42 | - | - / - | - | - | - | x |
| USE_DISPLAY_SSD1351 | - | - / - | - | - | - | x |
| USE_DISPLAY_RA8876 | - | - / - | - | - | - | x |
| USE_DISPLAY_ST7789 | - | - / - | - | - | - | x |
| USE_DISPLAY_TM1637 | - | - / - | - | - | - | x |
| USE_DISPLAY_TM1621_SONOFF | - | - / x | - | - | - | - |
| USE_DISPLAY_TM1650 | - | - / - | - | - | - | - |
Expand All @@ -277,6 +275,6 @@ Note: the `minimal` variant is not listed as it shouldn't be used outside of the
| USE_DINGTIAN_RELAY | | / - | | | | |
| USE_MATTER_DEVICE | | / x | | | | | See SetOption151 |

The following specific display drivers are replaced with uDisplay, see [uDisplay/uTouch documentation](https://tasmota.github.io/docs/Universal-Display-Driver/#migrating-to-udisplay): `USE_DISPLAY_ILI9341`, `USE_DISPLAY_SSD1306`, `USE_DISPLAY_SH1106`
The following specific display drivers are replaced with uDisplay, see [uDisplay/uTouch documentation](https://tasmota.github.io/docs/Universal-Display-Driver/#migrating-to-udisplay): `USE_DISPLAY_ILI9341`, `USE_DISPLAY_SSD1306`, `USE_DISPLAY_SH1106`, `USE_DISPLAY_SSD1351`, `USE_DISPLAY_ST7789`

- USE_MQTT_TLS is enabled by default in every ESP32 variants
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ All notable changes to this project will be documented in this file.
- SSD1306 driver replaced with uDisplay (#21176)
- SSD1331 driver replaced with uDisplay (#21177)
- SSH1106 driver replaced with uDisplay (#21183)
- SSD1351 driver replaced with uDisplay
- ST7789 driver replaced with uDisplay

## [13.4.0.3] 20240402
### Added
Expand Down
2 changes: 0 additions & 2 deletions lib/lib_display/Adafruit_SSD1351-gemu-1.0/README.md

This file was deleted.

Loading

0 comments on commit d9895a0

Please sign in to comment.