Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/TM1650.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,28 @@
#endif

```

-----------------------------------------------------

From version 14.4.1 onwards, you must also add this:
```c++
#ifdef USE_DISPLAY_LCD
#undef USE_DISPLAY_LCD
#endif

#ifdef USE_DISPLAY_SEVENSEG
#undef USE_DISPLAY_SEVENSEG
#endif

```

or simply disable those I2C drivers from the console:
```c++
I2cDriver3 0
I2CDriver47 0

```


| TM1650 - XY-Clock | TM1650 - 303WiFiLC01 |
|:---:|:---:|
Expand Down