Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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)
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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":
{
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name=QRcodeDisplay
version=2.1.0
author=Jose Antonio Espinosa <[email protected]>
maintainer=Jose Antonio Espinosa <[email protected]>
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
Expand Down