Add Max7219 LED Matrix Debug Support (#7563)

* Add Max7219 LED Matrix Debug Support

The Max7219 8x8 LED Matrix's are very helpful for debugging new code.
And for that matter, just trying to maximize printer settings without
causing stuttering.

The displays are very inexpensive (under $2.00 with shipping) and
provide a lot of help when trying to debug complicated code.

* Try to keep Makefile up to date.
This commit is contained in:
Roxy-3D
2017-08-25 17:03:07 -05:00
committed by GitHub
parent ca9734805c
commit 3f0b38ed5d
32 changed files with 1090 additions and 5 deletions

View File

@@ -1625,7 +1625,7 @@
// Delay (in milliseconds) before the next move will start, to give the servo time to reach its target angle.
// 300ms is a good value but you can try less delay.
// If the servo can't reach the requested position, increase it.
#define SERVO_DELAY { 300 }
#define SERVO_DELAY { 300, 300 }
// Servo deactivation
//