summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-07-02 06:22:00 -0700
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-07-02 06:22:00 -0700
commit9aee1bd8d90cb9ee252aa27dcc106e5991bc8cb3 (patch)
treef8c49b24831ffcd757d0232799c785cd035c2e3f /README
parentfb63015770e5958ba8091e61461dcf39d447f67b (diff)
Optimized braille conversion in bbrll to not need any sed or string ops, it's
just a big list of ifs for all 8 bytes
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 36f7bb4..3ac97dc 100644
--- a/README
+++ b/README
@@ -22,7 +22,7 @@ begin:
PRINT_RAW or
#prints the raw image buffer
PRINT_BRAILLE or
- #NOTE: THIS ONLY WORKS IF THE CANVAS Consits of only 0s and 1s
+ #NOTE: THIS ONLY PRINTS '1' as a filled in dot
#prints the output in braille, this uses only the width of the
#first row so make sure to call CANVAS or something before hand
END