Clear LED matrix without startup test
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
*/
|
||||
void GcodeSuite::M7219() {
|
||||
if (parser.seen('I'))
|
||||
Max7219_init();
|
||||
Max7219_Clear();
|
||||
else if (parser.seenval('R')) {
|
||||
const uint8_t r = parser.value_int();
|
||||
Max7219_Set_Row(r, parser.byteval('V'));
|
||||
|
Reference in New Issue
Block a user