Skip to content

Commit ff43dc2

Browse files
authored
ILI9341 driver replaced with uDisplay (#21169)
1 parent 2321d66 commit ff43dc2

File tree

9 files changed

+410
-1253
lines changed

9 files changed

+410
-1253
lines changed

BUILDS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ Note: the `minimal` variant is not listed as it shouldn't be used outside of the
251251
| USE_DISPLAY_SSD1306 | - | - / - | - | - | - | x |
252252
| USE_DISPLAY_MATRIX | - | - / - | - | - | - | x |
253253
| USE_DISPLAY_SH1106 | - | - / - | - | - | - | x |
254-
| USE_DISPLAY_ILI9341 | - | - / - | - | - | - | x |
255254
| USE_DISPLAY_EPAPER_29 | - | - / - | - | - | - | x |
256255
| USE_DISPLAY_EPAPER_42 | - | - / - | - | - | - | x |
257256
| USE_DISPLAY_SSD1351 | - | - / - | - | - | - | x |
@@ -280,4 +279,6 @@ Note: the `minimal` variant is not listed as it shouldn't be used outside of the
280279
| USE_DINGTIAN_RELAY | | / - | | | | |
281280
| USE_MATTER_DEVICE | | / x | | | | | See SetOption151 |
282281

282+
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`
283+
283284
- USE_MQTT_TLS is enabled by default in every ESP32 variants

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ All notable changes to this project will be documented in this file.
2626

2727
### Removed
2828
- Unused `#define MQTT_DATA_STRING` support
29+
- ILI9341 driver replaced with uDisplay
2930

3031
## [13.4.0.3] 20240402
3132
### Added

0 commit comments

Comments
 (0)