Clear LED matrix without startup test

This commit is contained in:
Scott Lahteine
2018-06-26 18:51:39 -05:00
parent 0ee34eb784
commit 229b26b02c
3 changed files with 8 additions and 1 deletions

View File

@ -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'));