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

2.0.x
Roxy-3D 6 years ago committed by GitHub
parent 66d2b48b59
commit 65c5227c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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