summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-07-02 04:35:10 -0700
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-07-02 04:35:10 -0700
commitf1aa71a434bade3fc6ecb28c6816b0111d126e56 (patch)
tree4d19054a2ce78a4273ac1166a67931060dcb4435 /README
parentd41ea136c0380ef7f77256b292171906eabc0f07 (diff)
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
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
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