Releases: CamelCaseName/HUB75nano
Releases · CamelCaseName/HUB75nano
fixed flash example
2.4.1 updated the flash example
small speedup and uno support
THIS UPDATE NEEDS NEW PINOUT FOR NANO AND UNO
small speedup with most boards, but esp nano and uno profit off it
Added Pro mini to supported boards
Full Changelog: 2.3.1...2.3.2
Arduino Uno R4 Minima and smaller Panels (32x16) now supported
- added full support for the Arduino Uno R4 Minima
- slight improvements in how the library works with scaling to smaller boards
- now also tested against a smaller board, 32x16, but set up to go as low as 16x8
- should be set up to work with 128x64 but not yet tested
Full Changelog: 2.3.0...2.3.1
Nano Every and Mega2560 now also supported
- Way faster drawing for all shapes
- Triangle drawing added
- Arduino Nano Every support added
- Arduino Mega2560 support added
- Rebuild library structure to make future additions easier
- Color example reworked
Full Changelog: 2.2.2...2.3.0
setBuffer public again, the buffer itself not
Accidentally made setBuffer private in the last update, its no back to public
the buffer object itself is private now however.
Full Changelog: 2.2.1...2.2.2
Faster drawing and new Color system
- New Color system, you can get them via the Colors class, names are as before.
- faster drawing for rectangles and scaled letters
- #PANEL_MAX_SPEED now works for all applicable functions
Full Changelog: 2.1.5...2.2.1
The 16th and 0th line will no longer stay on after the display code finishes
Color example fix
Fixed the color example to work again
Full Changelog: 2.1.3...2.1.4
Flipping now also in the other buffer modes
added flipping support to the big buffer and horizontal flipping to the flash buffer. vertical flipping is not really possible there