Browse Source

Change M7219 I to setup Max7219 registers, but not do initialization pattern

Roxy-3D 6 years ago
parent
commit
65c5227c29
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/feature/leds/M7219.cpp

+ 1
- 1
Marlin/src/gcode/feature/leds/M7219.cpp View File

@@ -44,7 +44,7 @@
44 44
 void GcodeSuite::M7219() {
45 45
   if (parser.seen('I')) {
46 46
     Max7219_Clear();
47
-    Max7219_init();
47
+    Max7219_register_setup();
48 48
   }
49 49
 
50 50
   if (parser.seen('F'))

Loading…
Cancel
Save