Minor update.

This commit is contained in:
mrfaptastic 2022-09-30 11:13:05 +01:00
parent b490699eab
commit 2db8f26659
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display",
"keywords": "hub75, esp32, display, dma, rgb matrix", "keywords": "hub75, esp32, esp32s2, esp32s3, display, dma, rgb matrix",
"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.", "description": "An 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": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git" "url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git"
@ -10,7 +10,7 @@
"name": "Faptastic", "name": "Faptastic",
"url": "https://github.com/mrfaptastic/" "url": "https://github.com/mrfaptastic/"
}, },
"version": "2.0.7", "version": "3.0.0",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "esp32", "platforms": "esp32",
"examples": [ "examples": [

View file

@ -1,9 +1,9 @@
name=ESP32 HUB75 LED MATRIX PANEL DMA Display name=ESP32 HUB75 LED MATRIX PANEL DMA Display
version=2.0.7 version= 3.0.0
author=Faptastic author=Faptastic
maintainer=Faptastic maintainer=Faptastic
sentence=Experimental DMA based LED Matrix HUB75 Library sentence=DMA based LED Matrix HUB75 Library
paragraph=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. paragraph=An 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.
category=Display category=Display
url=https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA url=https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
architectures=esp32 architectures=esp32