Browse Source

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

pull/1/head
Roxy-3D 6 years ago
committed by GitHub
parent
commit
65c5227c29
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/gcode/feature/leds/M7219.cpp

2
Marlin/src/gcode/feature/leds/M7219.cpp

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

Loading…
Cancel
Save