Add missing #define condition for MAX7219

This commit is contained in:
hpagonis 2022-04-11 12:30:35 +00:00
parent b79802d6f5
commit c7d76f24f7

View File

@ -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.