Skip to content

Commit

Permalink
SSD1306 driver replaced with uDisplay (#21176)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed Apr 14, 2024
1 parent 35c2d55 commit 05f4011
Show file tree
Hide file tree
Showing 22 changed files with 187 additions and 3,595 deletions.
3 changes: 1 addition & 2 deletions BUILDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ Note: the `minimal` variant is not listed as it shouldn't be used outside of the
| **Feature or Sensor** | **l** | **t** | **k** | **s** | **i** | **d** | **Remarks** |
| USE_DISPLAY | - | - / - | - | - | - | x |
| USE_DISPLAY_LCD | - | - / - | - | - | - | x |
| USE_DISPLAY_SSD1306 | - | - / - | - | - | - | x |
| USE_DISPLAY_MATRIX | - | - / - | - | - | - | x |
| USE_DISPLAY_SH1106 | - | - / - | - | - | - | x |
| USE_DISPLAY_EPAPER_29 | - | - / - | - | - | - | x |
Expand Down Expand Up @@ -279,6 +278,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`
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_MQTT_TLS is enabled by default in every ESP32 variants
2 changes: 1 addition & 1 deletion I2CDEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Index | Define | Driver | Device | Address(es) | Bus2 | Descrip
2 | USE_PCF8574 | xdrv_28 | PCF8574 | 0x20 - 0x26 | | 8-bit I/O expander (address range overridable)
2 | USE_PCF8574 | xdrv_28 | PCF8574A | 0x39 - 0x3F | | 8-bit I/O expander (address range overridable)
3 | USE_DISPLAY_LCD | xdsp_01 | | 0x27, 0x3F | | LCD display
4 | USE_DISPLAY_SSD1306 | xdsp_02 | SSD1306 | 0x3C - 0x3D | | Oled display
4 | - REMOVED | | | | | USE_DISPLAY_SSD1306 - REMOVED
5 | USE_DISPLAY_MATRIX | xdsp_03 | HT16K33 | 0x70 - 0x77 | | 8x8 led matrix
6 | USE_DISPLAY_SH1106 | xdsp_07 | SH1106 | 0x3C - 0x3D | | Oled display
7 | USE_ADE7953 | xnrg_07 | ADE7953 | 0x38 | | Energy monitor
Expand Down

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions lib/lib_display/Adafruit_SSD1306-1.3.0-gemu-1.1/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions lib/lib_display/Adafruit_SSD1306-1.3.0-gemu-1.1/.travis.yml

This file was deleted.

Loading

0 comments on commit 05f4011

Please sign in to comment.