summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-06-30 02:35:11 -0700
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-06-30 02:35:11 -0700
commitac9b480f8d95a5bcb50dfe0dc2cf914b23572e1e (patch)
tree448f7c4f5c9ca50e67c765e5ee0b7f725a6d94c6 /README
parent703ece1f7dc40975b69e1ef52367e86e6561474b (diff)
Added example program for displaying bdf files
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 96da413..656d38b 100644
--- a/README
+++ b/README
@@ -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)