From add7059eb88eb5b9a6acbccadb1ab191858a1d3c 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: Sat, 25 Nov 2023 04:52:52 -0800 Subject: fixed links II --- cont/unihome.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cont/unihome.html b/cont/unihome.html index ec7e540..6adb2f1 100644 --- a/cont/unihome.html +++ b/cont/unihome.html @@ -53,7 +53,7 @@ rendered braille character. I also wrote some code to take commands that draw in the raw pixel buffer as well. -code here +code here ----------------=[Part 2, Rendering BDF fonts with only busybox]=--------------- BDF is a human legible bitmap font format where each character entry looks like: @@ -80,7 +80,7 @@ converted to hex. You can tell if we convert the hex to binary, it will be the script to find the relevant bitmap lines, then convert to binary and display it with previous braille display script. -Complete Character Display code here +Complete Character Display code here -------------------------=[Part 3. UTF-8 Shenanigans.]=------------------------- One annoying thing about utf-8, is that if you want to get the codepoint of a @@ -96,7 +96,7 @@ surprisingly convoluted procedure in bash. All this is done in a wrapper script that displays all the input from stdin and displays it using all the fonts in a directory given as its argument -wrapper script code here +wrapper script code here ----------------------------=[Part 4. Practical Use]=--------------------------- So remember the janky bash based IM from last time? I modified it to use the -- cgit v1.1