anunpanya / ESP8266_QRcode

102 stars 53 forks source link

resize qr code follow display size #6

Open anunpanya opened 5 years ago

anunpanya commented 5 years ago

https://github.com/anunpanya/QRGenerate/blob/master/qrgenerate.cpp

See void render() and void createQR().

edit line 37 for (byte x = 0; x <WD; x + = 2) {. to for (byte x = 0; x <WD; x + = pxSize) {.

Trial sample files In order to understand https://github.com/anunpanya/QRGenerate/blob/master/examples/example/example.ino