From 4fbe3590bea16b3d43fc870bda13807e5d223534 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:23:43 +0200 Subject: [PATCH] add TM1638 switches to display build (#21617) --- tasmota/include/tasmota_configurations.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/include/tasmota_configurations.h b/tasmota/include/tasmota_configurations.h index 80401756f..2cecc2d46 100644 --- a/tasmota/include/tasmota_configurations.h +++ b/tasmota/include/tasmota_configurations.h @@ -356,6 +356,8 @@ #define USE_DISPLAY_TM1637 // [DisplayModel 15] Enable TM1637 module #define USE_DISPLAY_MAX7219 // [DisplayModel 19] Enable MAX7219 7-segment module +#define USE_TM1638 // Add support for TM1638 switches copying Switch1 .. Switch8 (+1k code) + #define USE_I2C // I2C using library wire (+10k code, 0k2 mem, 124 iram) #define USE_DISPLAY_MODES1TO5 // Enable display mode 1 to 5 in addition to mode 0 #define USE_DISPLAY_LCD // [DisplayModel 1] Enable Lcd display (I2C addresses 0x27 and 0x3F) (+6k code)