diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-06-30 02:35:11 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-06-30 02:35:11 -0700 |
commit | ac9b480f8d95a5bcb50dfe0dc2cf914b23572e1e (patch) | |
tree | 448f7c4f5c9ca50e67c765e5ee0b7f725a6d94c6 /README | |
parent | 703ece1f7dc40975b69e1ef52367e86e6561474b (diff) |
Added example program for displaying bdf files
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,5 @@ +------------------------------------=[bbrll]=----------------------------------- +Bash Braille: Simple bash script for drawing graphics in the terminal, takes as input drawing commands, and will print either the raw image or the braille version of the image as an output @@ -26,3 +28,8 @@ begin: #ends the script examples are in INPUT and INPUT2 + +------------------------------------=[fontd]=----------------------------------- +Font Display: + prints font in braille characters, useful for limited environments such + as the linux console(although you would need braille support first) |