Change M7219 I to setup Max7219 registers, but not do initialization pattern
This commit is contained in:
parent
66d2b48b59
commit
65c5227c29
@ -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'))
|
||||||
|
Loading…
Reference in New Issue
Block a user