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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/gcode/feature/leds/M7219.cpp
|
@ -44,7 +44,7 @@ |
|
|
void GcodeSuite::M7219() { |
|
|
void GcodeSuite::M7219() { |
|
|
if (parser.seen('I')) { |
|
|
if (parser.seen('I')) { |
|
|
Max7219_Clear(); |
|
|
Max7219_Clear(); |
|
|
Max7219_init(); |
|
|
Max7219_register_setup(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (parser.seen('F')) |
|
|
if (parser.seen('F')) |
|
|