Change M7219 I to setup Max7219 registers, but not do initialization pattern
This commit is contained in:
parent
02381d6821
commit
e518533a75
@ -10915,7 +10915,7 @@ inline void gcode_M502() {
|
||||
inline void gcode_M7219() {
|
||||
if (parser.seen('I')) {
|
||||
Max7219_Clear();
|
||||
Max7219_init();
|
||||
Max7219_register_setup();
|
||||
}
|
||||
|
||||
if (parser.seen('F'))
|
||||
|
Loading…
Reference in New Issue
Block a user