From c9fffd370cf7fea92a4fe1327143d283e7504fb5 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Sat, 4 Jul 2020 15:19:59 +0100 Subject: [PATCH] Updated name --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 1e612b2..e62f592 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,5 @@ { - "name": "ESP32 LED MATRIX HUB75 DMA Display", + "name": "ESP32 64x32 LED MATRIX HUB75 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.", "repository": { diff --git a/library.properties b/library.properties index d2b0666..ef6a54c 100644 --- a/library.properties +++ b/library.properties @@ -1,4 +1,4 @@ -name=ESP32 LED MATRIX HUB75 DMA Display +name=ESP32 64x32 LED MATRIX HUB75 DMA Display version=1.0.0 author=Faptastic maintainer=Faptastic