Skip to content

ESP Generate QRCode for several displays - Base Repo

Notifications You must be signed in to change notification settings

alex-code/QRcodeDisplay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QRcodeDisplay

This is a rework of the library ESP QRcode (https://github.com/yoprogramo/ESP_QRcode) to make it more flexible and be capable to include more displays sharing the same base code.

You should use, at least one of the subclasses (this file will be populated with the references) to be able to display some QR, choose the corresponding to the hardware you have available.

Each subclass have its own repository with its own dependencies. This library have not dependencies. Depending your hardware you can choose one of the following approved subclasses, please visit the links to see the dependencies and hardware support:

If you do not find match for your display model feel free to contribute with a new subclasss or file an Issue here.

Breaking changes in version 2.0.0

To avoid conflict with other libraries we have renamed the file qrcode.h to qrcodedisplay.h, so all the subclasses have to do the same change.

Examples

Oled

qrcode

TFT

qrcode

EINK

qrcode

About

ESP Generate QRCode for several displays - Base Repo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.2%
  • C++ 10.8%