An open API service indexing awesome lists of open source software.

https://github.com/sehugg/qrcode_cc65

draw QR code on 8-bit computers via CC65
https://github.com/sehugg/qrcode_cc65

Last synced: 9 months ago
JSON representation

draw QR code on 8-bit computers via CC65

Awesome Lists containing this project

README

          

qrcode_cc65
=====

[Open this project in 8bitworkshop](http://8bitworkshop.com/redir.html?platform=apple2&githubURL=https%3A%2F%2Fgithub.com%2Fsehugg%2Fqrcode_cc65&file=qrtest.c).

A quick demo of QR code generation on the Apple ][.

More info: https://8bitworkshop.com/docs/posts/2022/8bit-qr-code.html

Uses the qrtest library: https://github.com/danielgjackson/qrtiny
Copyright (c) 2020, Dan Jackson. All rights reserved.