pimoroni-pico icon indicating copy to clipboard operation
pimoroni-pico copied to clipboard

Where can I find hte api definition for the qrcode that is used here?

Open MarcKarasek opened this issue 2 years ago • 1 comments

I have googled with no luck in finding micropython (or python) api docs for the qrcode library.

MarcKarasek avatar Oct 09 '22 01:10 MarcKarasek

I ported the QRCode library (https://github.com/nayuki/QR-Code-generator) to MicroPython and maintain it here: https://github.com/pimoroni/QR-Code-generator/tree/micropython/edge

There are some MicroPython stubs here detailing the API: https://github.com/pimoroni/pimoroni-pico-stubs/blob/main/pimoroni_pico-stubs/qrcode/init.pyi

Beyond what's shown in the examples, it doesn't really do anything much since we only implement a very basic, text-only subset of the libraries features.

Gadgetoid avatar Jun 04 '24 13:06 Gadgetoid