Update README.md
This commit is contained in:
parent
dddf907a05
commit
f8e1de00c7
1 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
* [Latch blanking](#latch-blanking)
|
* [Latch blanking](#latch-blanking)
|
||||||
* [Power, Power and Power!](#power--power-and-power)
|
* [Power, Power and Power!](#power--power-and-power)
|
||||||
* [Inspiration](#inspiration)
|
* [Inspiration](#inspiration)
|
||||||
- [Thank you](#thank-you)
|
- [Thank you!](#thank-you)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
This ESP32 Arduino/IDF library for HUB75 / HUB75E connector type 64x32 RGB LED 1/16 Scan OR 64x64 RGB LED 1/32 Scan LED Matrix Panel, utilities the DMA functionality provided by the ESP32's I2S 'LCD Mode'.
|
This ESP32 Arduino/IDF library for HUB75 / HUB75E connector type 64x32 RGB LED 1/16 Scan OR 64x64 RGB LED 1/32 Scan LED Matrix Panel, utilities the DMA functionality provided by the ESP32's I2S 'LCD Mode'.
|
||||||
|
@ -218,10 +218,10 @@ This project was inspired by:
|
||||||
* 'SmartMatrix': https://github.com/pixelmatix/SmartMatrix/tree/teensylc
|
* 'SmartMatrix': https://github.com/pixelmatix/SmartMatrix/tree/teensylc
|
||||||
* Sprite_TM's demo implementation here: https://www.esp32.com/viewtopic.php?f=17&t=3188
|
* Sprite_TM's demo implementation here: https://www.esp32.com/viewtopic.php?f=17&t=3188
|
||||||
|
|
||||||
# Thank you
|
# Thank you!
|
||||||
* [Brian Lough](https://www.tindie.com/stores/brianlough/) for providing code contributions, hardware and suggestions
|
* [Brian Lough](https://www.tindie.com/stores/brianlough/) ([youtube link](https://www.youtube.com/c/brianlough)) for providing code contributions, hardware and suggestions
|
||||||
* [Vortigont](https://github.com/vortigont) for his game changing code contributions and performance optimisations
|
* [Vortigont](https://github.com/vortigont) for his game changing code contributions and performance optimisations
|
||||||
* [Galaxy Man](https://github.com/Galaxy-Man) for donation of 1/16 scan panels to support the implemenation of led matrix panel chaining (virtual display) support
|
* [Galaxy Man](https://github.com/Galaxy-Man) for donation of 1/16 scan panels to support the implemenation of led matrix panel chaining (virtual display) support
|
||||||
* [Pipimaxi](https://github.com/Pipimaxi) for the donation of a ESP32-S2 to enable support for ESP32 S2/S3's to be implemented
|
* [Pipimaxi](https://github.com/Pipimaxi) for the donation of a ESP32-S2 to enable support for ESP32 S2/S3's to be implemented
|
||||||
* [Mark Donners](https://github.com/donnersm) for the donation of a 1/8 scan panel to build and test working support of these led matrix panels!
|
* [Mark Donners](https://github.com/donnersm) ('The Electronic Engineer' on [youtube](https://www.youtube.com/watch?v=bQ7c9Vlhyp0&t=118s)) for the donation of a 1/8 scan panel to build and test working support of these led matrix panels!
|
||||||
* And lots of others, let me know if I've missed you.
|
* And lots of others, let me know if I've missed you.
|
||||||
|
|
Loading…
Reference in a new issue