Skip to content

Commit fccc85b

Browse files
committed
README fix
1 parent 740717b commit fccc85b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ESP QRcode
1+
# QRcodeDisplay
22

33
This is a rework of the library ESP QRcode (https://github.com/yoprogramo/ESP_QRcode) to make it more flexible and be capable to include more
44
displays sharing the same base code.
@@ -18,7 +18,13 @@ The following examples has been generated using different subclasses:
1818
![qrcode](https://github.com/yoprogramo/ESP_QRcode/blob/master/src/img/qrcode.JPG?raw=true)
1919

2020
## TFT example
21+
22+
QRcode_ST7735: https://github.com/yoprogramo/QRcode_ST7735
23+
2124
![qrcode](https://github.com/yoprogramo/ESP_QRcode/blob/master/src/img/tftqr.jpg?raw=true)
2225

2326
## EINK Example
27+
28+
QRcodeEink: https://github.com/yoprogramo/QRcodeEink
29+
2430
![qrcode](https://github.com/yoprogramo/ESP_QRcode/blob/master/src/img/einkqr.jpg?raw=true)

0 commit comments

Comments
 (0)