From f1aa71a434bade3fc6ecb28c6816b0111d126e56 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 04:35:10 -0700 Subject: did some optimizations to make things a lot faster at the cost of making bbrll only work with 1/0 inputs, and if the buffer is exactly some multiple of 2x4 large --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index d5332b4..36f7bb4 100644 --- a/README +++ b/README @@ -22,6 +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 #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