From c7d76f24f7b5cb475615addb082f6e6c619dd89c Mon Sep 17 00:00:00 2001 From: hpagonis Date: Mon, 11 Apr 2022 12:30:35 +0000 Subject: [PATCH] Add missing #define condition for MAX7219 --- tasmota/xdsp_15_tm1637.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.