Skip to content

Releases: CamelCaseName/HUB75nano

fixed flash example

02 Jan 18:39
7bdb89d
Compare
Choose a tag to compare
2.4.1

updated the flash example

small speedup and uno support

01 Dec 15:35
e39eafa
Compare
Choose a tag to compare

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

13 May 13:37
0ecea3e
Compare
Choose a tag to compare

Arduino Uno R4 Minima and smaller Panels (32x16) now supported

04 Dec 17:46
a8f5a76
Compare
Choose a tag to compare
  • 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

25 Nov 16:46
828d2b2
Compare
Choose a tag to compare
  • 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

16 Nov 13:44
e1e96e2
Compare
Choose a tag to compare

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

15 Nov 18:59
850721a
Compare
Choose a tag to compare
  • 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

12 Nov 18:51
7cfb15b
Compare
Choose a tag to compare

Color example fix

10 Nov 19:39
708dce4
Compare
Choose a tag to compare

Fixed the color example to work again

Full Changelog: 2.1.3...2.1.4

Flipping now also in the other buffer modes

09 Nov 18:27
535553e
Compare
Choose a tag to compare

added flipping support to the big buffer and horizontal flipping to the flash buffer. vertical flipping is not really possible there