File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,26 @@ Subclass that you can use jointly with https://github.com/yoprogramo/QRcodeDispl
44
55To 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
You can’t perform that action at this time.
0 commit comments