Skip to content

Commit bafe049

Browse files
committed
Fixing readme
1 parent 50c737d commit bafe049

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,26 @@ Subclass that you can use jointly with https://github.com/yoprogramo/QRcodeDispl
44

55
To use it:
66

7-
* In platform.io: add as dependencies:
7+
## In platform.io
88

9-
** yoprogramo/QRcodeDisplay
10-
** yoprogramo/QRcodeEink
11-
** adafruit/Adafruit GFX Library@1.7.5
12-
** https://github.com/lewisxhe/GxEPD
9+
Add as dependencies:
10+
11+
* yoprogramo/QRcodeDisplay
12+
* yoprogramo/QRcodeEink
13+
* adafruit/Adafruit GFX Library@1.7.5
14+
* https://github.com/lewisxhe/GxEPD
15+
16+
## In arduino ide
1317

14-
* In arduino ide open Library Manager (menu Sketch > Include Library > Manage Libraries…) then install the following libraries:
18+
Open Library Manager (menu Sketch > Include Library > Manage Libraries…) then install the following libraries:
1519

1620
** QRcodeDisplay
1721
** QRcodeOled
1822
** Adafruit GFX Library@1.7.5
1923
** https://github.com/lewisxhe/GxEPD
2024

21-
Creating a QRcode is just as simple as:
25+
26+
Creating a QRcode is just as simple as:
2227

2328
```
2429
#define ELINK_SS 5

0 commit comments

Comments
 (0)