mirror of
https://github.com/thrust26/6502-QR-code-generator.git
synced 2024-12-27 19:29:35 +00:00
Update README.md
This commit is contained in:
parent
78a463e067
commit
abcca5c4bd
18
README.md
18
README.md
@ -1,2 +1,20 @@
|
||||
# 6502-QR-code-generator
|
||||
A simple DASM assembler library for creating small QR codes
|
||||
|
||||
## Introduction
|
||||
This project provides a simple QR code generator for the 650x family.
|
||||
|
||||
## Features
|
||||
- easy to use DASM macros
|
||||
- assembler switches to taylor generator to your needs
|
||||
- code size optimized for minimal RAM and ROM space
|
||||
- all eight mask pattern supported
|
||||
- Atari 2600 demo code
|
||||
|
||||
## Limitations
|
||||
- only small, single block QR codes supported
|
||||
- only byte mode supported
|
||||
- no automatic mask pattern evaluation
|
||||
- tested only for version 2 QR codes (25x25)
|
||||
|
||||
## License
|
||||
|
Loading…
Reference in New Issue
Block a user