You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ Each subclass have its own repository with its own dependencies. This library ha
16
16
17
17
If you do not find match for your display model feel free to contribute with a new subclasss or file an Issue here.
18
18
19
+
# How to select a different QR version
20
+
21
+
By default the QR version is 7 and ECC 1. If you wanna use a different version you have to define in your project QRCODEVERSION with a number from 1 to 10.
22
+
We have chosen this conditional compilation to reduce the library footprint for small devices. Frame files courtesy of @slavendam.
23
+
19
24
## Breaking changes in version 2.0.0
20
25
To avoid conflict with other libraries we have renamed the file qrcode.h to qrcodedisplay.h, so all the subclasses have to do the same change.
0 commit comments