diff --git a/README.md b/README.md index c4385de..acb5f45 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Each subclass have its own repository with its own dependencies. This library ha * QRcode_ST7789: https://github.com/yoprogramo/QRcode_ST7789 * QRcode_eSPI: https://github.com/yoprogramo/QRcode_eSPI * QRcodeEink: https://github.com/yoprogramo/QRcodeEink +* QRcode_HUB75: https://github.com/yoprogramo/QRcode_HUB75 If you do not find match for your display model feel free to contribute with a new subclasss or file an Issue here. @@ -37,3 +38,7 @@ To avoid conflict with other libraries we have renamed the file qrcode.h to qrco ### EINK ![qrcode](https://github.com/yoprogramo/ESP_QRcode/blob/master/src/img/einkqr.jpg?raw=true) + +### HUB75 + +![qrcode](https://github.com/yoprogramo/ESP_QRcode/blob/master/src/img/hub75qr.jpg?raw=true) diff --git a/library.json b/library.json index 551d4cc..b11d5ca 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "QRcodeDisplay", "version": "2.1.0", - "keywords": "qr code, ESP32, ESP8266, TFT display, OLED Display, E-ink display", + "keywords": "qr code, ESP32, ESP8266, TFT display, OLED Display, E-ink display, HUB75", "description": "Base clase for generating QRCodes on ESP devices with different kind of displays", "repository": { diff --git a/library.properties b/library.properties index df6fda5..fd332f9 100644 --- a/library.properties +++ b/library.properties @@ -2,7 +2,7 @@ name=QRcodeDisplay version=2.1.0 author=Jose Antonio Espinosa maintainer=Jose Antonio Espinosa -sentence=Base code for displaying QRcodes on ESP based MCU with OLED, TFT or E-Ink displays +sentence=Base code for displaying QRcodes on ESP based MCU with OLED, TFT, E-Ink displays and HUB75 panels paragraph=This is the base clase to draw QRCodes in different displays. You should import some of the subclasses to use it. category=Display url=https://github.com/yoprogramo/QRcodeDisplay