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

This commit is contained in:
Roxy-3D 2018-08-13 17:46:48 -05:00 committed by GitHub
parent 66d2b48b59
commit 65c5227c29
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

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