diff --git a/tasmota/xdsp_15_tm1637.ino b/tasmota/xdsp_15_tm1637.ino index 80b97b6bf..a7daf61bf 100644 --- a/tasmota/xdsp_15_tm1637.ino +++ b/tasmota/xdsp_15_tm1637.ino @@ -18,7 +18,7 @@ */ #ifdef USE_DISPLAY -#ifdef USE_DISPLAY_TM1637 +#if defined(USE_DISPLAY_TM1637) || defined(USE_DISPLAY_MAX7219) /*********************************************************************************************\ This driver enables the display of numbers (both integers and floats) and basic text on the inexpensive TM1637-, TM1638- and MAX7219-based seven-segment modules.