mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Add missing #define condition for MAX7219
This commit is contained in:
parent
b79802d6f5
commit
c7d76f24f7
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef USE_DISPLAY
|
#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
|
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.
|
on the inexpensive TM1637-, TM1638- and MAX7219-based seven-segment modules.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user