From 88a3baba1ceefc3c597265138c60dfd4cb0087ae Mon Sep 17 00:00:00 2001 From: Charles Mangin Date: Sat, 12 Jun 2021 00:28:26 -0400 Subject: [PATCH] added readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fdc463..4b66272 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# A2QR \ No newline at end of file +# A2QR +Creates QR codes on an Apple II. DSK includes an example BASIC program to trigger QRCODE.bin with either BYTE or ALPHANUMERIC option, and user-defined content. + +Currently, it is limited to v4 (33 x 33 pixel) codes, one mask option, and "low" ECC bytes.