yoprogramo / QRcodeDisplay

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

Change mode #10

Closed slavendam closed 11 months ago

slavendam commented 1 year ago

Hi, is it possible to change mode from byte to alphanumeric?

I succeed to generate frame.c file, but I don't see parameter to change mode.

Thanks!

yoprogramo commented 1 year ago

Hello,

We only support one mode that allows you to encode any string. We do not have plans to support other more limited modes for the moment. If you find some other libraries that implements in a efficient way, please let me know to see if it is possible to integrated in the library.

slavendam commented 1 year ago

Thanks for info!

I succeed to get QR code with this library: https://github.com/ricmoo/QRCode It has option to automtically check if text is number, alphanumeric or byte.

And here are libraries to display that QR code: https://github.com/yoprogramo/QRcodeDisplay https://github.com/yoprogramo/QRcode_ST7789