From 9aee1bd8d90cb9ee252aa27dcc106e5991bc8cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?= <0@hairydiode.xyz> Date: Sun, 2 Jul 2023 06:22:00 -0700 Subject: 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 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.1