diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-11-28 08:39:35 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-11-28 08:39:35 +0000 |
| commit | b6da8ea09a84004354edf720cbd2c7d76f20d767 (patch) | |
| tree | a4e0d2765d92cb4967971b243831bbac128dbe24 /library.json | |
| parent | 9f9150183619ae755a0d27449ab594b561e22918 (diff) | |
Change library name
Diffstat (limited to 'library.json')
| -rw-r--r-- | library.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library.json b/library.json index 84c9cad..7311ae3 100644 --- a/library.json +++ b/library.json @@ -1,16 +1,16 @@ { - "name": "ESP32 64x32 LED MATRIX HUB75 DMA Display", + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", "keywords": "hub75, esp32, display, dma, rgb matrix", - "description": "An experimental Adafruit GFX compatible library for 64x32 RGB matrix modules (other modules not tested - YMMV), using the ESP's DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage (5%) so you can do other things with your ESP32.", + "description": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", "repository": { "type": "git", - "url": "https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA.git" + "url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git" }, "authors": { "name": "Faptastic", "url": "https://github.com/mrfaptastic/" }, - "version": "1.2.2", + "version": "1.2.3", "frameworks": "arduino", "platforms": "esp32", "examples": [ |
