MAX7219_REINIT_ON_POWERUP

MarlinFirmware/Marlin#26163

Co-Authored-By: Manuel McLure <9875787+manuelmclure@users.noreply.github.com>
This commit is contained in:
Scott Lahteine 2024-03-16 19:48:15 -05:00
parent b9435eda34
commit 6d372caca5
365 changed files with 365 additions and 0 deletions

View file

@ -4353,6 +4353,7 @@
// See class CodeProfiler.
//#define MAX7219_DEBUG_MULTISTEPPING 6 // Show multi-stepping 1 to 128 on this LED matrix row.
//#define MAX7219_DEBUG_SLOWDOWN 6 // Count (mod 16) how many times SLOWDOWN has reduced print speed.
//#define MAX7219_REINIT_ON_POWERUP // Re-initialize MAX7129 when power supply turns on
#endif
/**