tombrazier
a811005ab2
🚸 Vertical Max7219::quantity in portrait orientation (#24415 )
2 年之前
tombrazier
2266f1ad67
✨ MAX7219 idle profiler (#24375 )
2 年之前
Scott Lahteine
6fb2d8a25f
🧑💻 Remove extraneous 'inline' hints
2 年之前
Scott Lahteine
1dafd1887e
🎨 Apply F() to various reports
3 年之前
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' (#21505 )
3 年之前
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 年之前
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI (#17156 )
4 年之前
Scott Lahteine
c99773bae0
Max7219 suspend/resume
4 年之前
Scott Lahteine
1da49d0ac5
Non-blocking Max7219 test pattern
4 年之前
Scott Lahteine
bfad23d3e2
(c) 2020
4 年之前
Scott Lahteine
e3fd0519b3
Reduce need for UNUSED
5 年之前
Scott Lahteine
c2b319360d
Remove extra pragmas
5 年之前
Scott Lahteine
5c3ec6306f
Max7219 side-by-side arrangement (#14702 )
5 年之前
Scott Lahteine
b6546ea33a
Add include guards to some headers
5 年之前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 年之前
Scott Lahteine
0feeef2604
Update copyright in headers
5 年之前
Scott Lahteine
fce150f094
inline static => static inline
6 年之前
Roxy-3D
8d5bea073b
Assume one Max7219 unit if not specified
6 年之前
Scott Lahteine
8f0bbdcc9b
Fix up Max7219 orientations (#11596 )
6 年之前
Scott Lahteine
56f1e17a25
[2.0.x] Max7219 cleanup, simplify, and extend (#11575 )
6 年之前
Roxy-3D
aae4c67e5d
Max7219 Clean Up (#11563 )
Some of the Rotations did not do the right thing with setting and clearing pixels.
I think it is correct now. But if not... It is much closer to being correct.
6 年之前
Roxy-3D
e9de321ac0
declare void Max7219_register_setup();
6 年之前
Scott Lahteine
e05e95cf97
Clean trailing whitespace
6 年之前
Roxy-3D
a35abce1ac
Fix missing ')'
6 年之前
Roxy-3D
9660996cc3
Add Multi Unit Support for Max7219 to bugfix_2.0.0 (#11285 )
* Add Multi Unit Support for Max7219 to bugfix_2.0.0
* Apply multi-MAX7219 to example configs
* Tweak some spacing, macros
6 年之前
Scott Lahteine
229b26b02c
Clear LED matrix without startup test
6 年之前
Scott Lahteine
d4795e5b8e
[2.0.x] Tweaks and additions for MAX7219 (#11034 )
6 年之前
Roxy-3D
6cb26c98c8
Fix Baby Stepping on 32-Bit platforms (#8001 )
Also, Max7219 debug code was used for this effort. It has been
improved and hardened.
7 年之前
Scott Lahteine
8fbb833de9
Encapsulate RGB(W) LEDs
7 年之前
Scott Lahteine
fa5f9c2aec
Move 'feature' files
7 年之前
Scott Lahteine
5851c2d36f
MAX7219 followup (#7564 )
* Add MAX7219_DEBUG to Travis CI testing
* Tweak config and use standard pin naming for MAX7219_DEBUG
* MAX7219: Apply coding standards, use macros, etc.
* Make code work...
7 年之前
Roxy-3D
3f0b38ed5d
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.
7 年之前