From b6da8ea09a84004354edf720cbd2c7d76f20d767 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Sat, 28 Nov 2020 08:39:35 +0000 Subject: Change library name --- library.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'library.json') 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": [ -- cgit v1.3.1