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
- Host: GitHub
- URL: https://github.com/sehugg/qrcode_cc65
- Owner: sehugg
- License: bsd-2-clause
- Created: 2022-12-02T03:02:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T03:11:12.000Z (over 3 years ago)
- Last Synced: 2024-11-15T06:36:07.753Z (over 1 year ago)
- Language: C
- Size: 22.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.