yoprogramo / QRcodeDisplay

ESP Generate QRCode for several displays - Base Repo
18 stars 9 forks source link

Need Example to define QRCODEVERSION #13

Open tkjoko09 opened 11 months ago

tkjoko09 commented 11 months ago

Hello, yoprogramo. i need example to define the QRCODEVERSION on my sketch. i use:

define QROCDEVERSION 10

but there is nothing changed. Please Help. Thanks a lot.

yoprogramo commented 11 months ago

You should define it at compiling level (in platformio.ini for example). See https://github.com/yoprogramo/QRcode_eSPI/issues/5

tkjoko09 commented 11 months ago

ok, Actualy i need version > 10 this is Text QR source what i get from API 00020101021226570011ID.DANA.WWW011893600915050931609402095093160940303UKE51440014ID.CO.QRIS.WWW0215ID20232917655760303UKE520489995303360540410005802ID5912Play and Win6015Kota Jakarta Ut61051435062720115CcvpWSNKraGMW4E60490011ID.DANA.WWW0425MER20210714007745096086410501163044C17

i have success using version 10 but not all character can generated, this below what i get show using version 10, 00020101021226570011ID.DANA.WWW011893600915050931609402095093160940303UKE51440014ID.CO.QRIS.WWW0215ID20232917655760303UKE520489995303360540410005802ID5912Play and Win6015Kota Jakarta Ut61051435062720115CcvpWSNKraGMW4E60490011ID.DANA.WWW0425MER2021071400774509

is it possible to using version above 10?

yoprogramo commented 11 months ago

Yes, you can generate the file frame-v11.c needed following the process referenced in #7 and add it to the code.

Please, if you do so and works share it with us to include it in the repository

agungdewa commented 10 months ago

Hello yoprogramo, can you please generate the file frame-v11 for us.