diff --git a/Marlin/src/gcode/feature/leds/M7219.cpp b/Marlin/src/gcode/feature/leds/M7219.cpp index 62edcecea..521d2dd30 100644 --- a/Marlin/src/gcode/feature/leds/M7219.cpp +++ b/Marlin/src/gcode/feature/leds/M7219.cpp @@ -42,8 +42,10 @@ * rows or columns depending upon rotation) */ void GcodeSuite::M7219() { - if (parser.seen('I')) + if (parser.seen('I')) { Max7219_Clear(); + Max7219_init(); + } if (parser.seen('F')) for (uint8_t x = 0; x < MAX7219_X_LEDS; x++)