Skip to content

Commit

Permalink
ILI9341 driver replaced with uDisplay (#21169)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger authored Apr 14, 2024
1 parent 2321d66 commit ff43dc2
Show file tree
Hide file tree
Showing 9 changed files with 410 additions and 1,253 deletions.
3 changes: 2 additions & 1 deletion BUILDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ Note: the `minimal` variant is not listed as it shouldn't be used outside of the
| USE_DISPLAY_SSD1306 | - | - / - | - | - | - | x |
| USE_DISPLAY_MATRIX | - | - / - | - | - | - | x |
| USE_DISPLAY_SH1106 | - | - / - | - | - | - | x |
| USE_DISPLAY_ILI9341 | - | - / - | - | - | - | x |
| USE_DISPLAY_EPAPER_29 | - | - / - | - | - | - | x |
| USE_DISPLAY_EPAPER_42 | - | - / - | - | - | - | x |
| USE_DISPLAY_SSD1351 | - | - / - | - | - | - | x |
Expand Down Expand Up @@ -280,4 +279,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_MQTT_TLS is enabled by default in every ESP32 variants
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ All notable changes to this project will be documented in this file.

### Removed
- Unused `#define MQTT_DATA_STRING` support
- ILI9341 driver replaced with uDisplay

## [13.4.0.3] 20240402
### Added
Expand Down
Loading

0 comments on commit ff43dc2

Please sign in to comment.