diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-07-02 04:35:10 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-07-02 04:35:10 -0700 |
commit | f1aa71a434bade3fc6ecb28c6816b0111d126e56 (patch) | |
tree | 4d19054a2ce78a4273ac1166a67931060dcb4435 /README | |
parent | d41ea136c0380ef7f77256b292171906eabc0f07 (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-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |