Qr Code Generator

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
Bhuvan
Posts: 8
Joined: Mon Sep 03, 2018 2:30 pm

Qr Code Generator

Post by Bhuvan » Mon Sep 24, 2018 6:50 am

Hi All,

Is there any QR code generator module or python script which can be used on esp32 to generate QR code , and display the same on TFT display ?
there is one code available but its in C ?
Please suggest.

Thank You in Advance

__deets__
Posts: 23
Joined: Sun Aug 20, 2017 4:50 pm

Re: Qr Code Generator

Post by __deets__ » Fri Sep 28, 2018 3:03 pm

If you have code in C, why don't you just translate it? It should be pretty straight forward.

Post Reply