diff --git a/docs/TM1650.md b/docs/TM1650.md index 2ce3c735ea..669924934a 100644 --- a/docs/TM1650.md +++ b/docs/TM1650.md @@ -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 | |:---:|:---:|