We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8e3cc commit 4fbe359Copy full SHA for 4fbe359
tasmota/include/tasmota_configurations.h
@@ -356,6 +356,8 @@
356
#define USE_DISPLAY_TM1637 // [DisplayModel 15] Enable TM1637 module
357
#define USE_DISPLAY_MAX7219 // [DisplayModel 19] Enable MAX7219 7-segment module
358
359
+#define USE_TM1638 // Add support for TM1638 switches copying Switch1 .. Switch8 (+1k code)
360
+
361
#define USE_I2C // I2C using library wire (+10k code, 0k2 mem, 124 iram)
362
#define USE_DISPLAY_MODES1TO5 // Enable display mode 1 to 5 in addition to mode 0
363
#define USE_DISPLAY_LCD // [DisplayModel 1] Enable Lcd display (I2C addresses 0x27 and 0x3F) (+6k code)
0 commit comments