From afbaa4ff18096d720b1c524249e159ebe64f6d85 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Mon, 12 Apr 2021 10:02:44 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5a9790..94b598a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ If you make use of my code or have questions, please let me know. - only byte mode supported - no automatic mask pattern evaluation - tested only for version 2, level L and M QR codes (25x25) +- memory organization and pixel drawing and checking has to be implemented platform specific ## License Copyright © 2021 Thomas Jentzsch. (GPLV3 License) From ff4e445f4d8942da8140fd77f8b5a3b080d10bdf Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Mon, 12 Apr 2021 10:03:12 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94b598a..9d3ee54 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you make use of my code or have questions, please let me know. - only byte mode supported - no automatic mask pattern evaluation - tested only for version 2, level L and M QR codes (25x25) -- memory organization and pixel drawing and checking has to be implemented platform specific +- memory organization and pixel checking/drawing has to be implemented platform specific ## License Copyright © 2021 Thomas Jentzsch. (GPLV3 License) From 2317ac391c9b1ae8718a5baf4d24be17a629de65 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Mon, 12 Apr 2021 10:04:11 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d3ee54..af854e7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you make use of my code or have questions, please let me know. - code size optimized for minimal RAM and ROM space - all eight mask pattern supported - Atari 2600 demo code (randomly generates some Atari 2600 related messages) -- generator code for Reed-Solomon ECC generator polygons accompanied +- generator code for Reed-Solomon ECC generator polygons accompanied (can be integrated to compute on-the-fly) ## Limitations - only small, single block QR codes supported From f71c258bbe08cb2726a7df72489a45189b82da19 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Mon, 12 Apr 2021 10:04:53 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af854e7..98dab70 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If you make use of my code or have questions, please let me know. - only small, single block QR codes supported - only byte mode supported - no automatic mask pattern evaluation -- tested only for version 2, level L and M QR codes (25x25) +- tested only for version 2 QR codes (25x25) - memory organization and pixel checking/drawing has to be implemented platform specific ## License From 77067d34d3b50cd2ad0314a6df27bdcfd734ef6a Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Mon, 12 Apr 2021 10:09:48 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98dab70..fc85cc1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you make use of my code or have questions, please let me know. - only byte mode supported - no automatic mask pattern evaluation - tested only for version 2 QR codes (25x25) -- memory organization and pixel checking/drawing has to be implemented platform specific +- memory organization and pixel checking/drawing has to be implemented platform specific; this includes the finder, alignment and timing pattern ## License Copyright © 2021 Thomas Jentzsch. (GPLV3 License)