View Single Post
Old 04-26-2019, 03:59 PM   #219
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,018
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Beyond any reason... « 8x8 is already mind-boggingly tiny on a >250dpi screen » and « width must match the width of a C data type in bits », I was thinking that even titty's 5x3 font wasn't small enough for real geeks.

Seeing
Click image for larger version

Name:	3x3 GEEK Font.jpg
Views:	332
Size:	66.1 KB
ID:	170943
prompted me to code that 3x3 font using the single atomic "█" character

ascii.sh:
Code:
fbink -c
3x3 ALT -x 0 -y 0  -S 1 -T "abcdefghijklmnopqrstuvwxyz0123456789"
3x3 ALT -x 0 -y 5  -S 2 -T "abcdefghijklmnopqrstuvwxyz0123456789"
3x3 ALT -x 0 -y 12  -S 3 -T "abcdefghijklmnopqrstuvwxyz0123456789"

Click image for larger version

Name:	ascii.sh.png
Views:	348
Size:	1.5 KB
ID:	170951
And why stop there! I also updated piczat2 so you can read the entire United Nation's Human Rights Declaration on 1/3 of a PW3 screen.

HumanRights.sh
Code:
cd /mnt/us/piczat
file="./HumanRights.txt"
Y=0
while IFS= read -r line
do
piczat2 x= 0 y= 0  -Y "$Y" w= 3 h= 3 -F 3x3 -T "$line";Y=$((Y+3))
done <"$file"

Click image for larger version

Name:	HumanRights.sh PW3.png
Views:	327
Size:	22.9 KB
ID:	170948
Of course this font is best viewed at 3x3 (preferably with glasses). If you scale it, antialiasing ruins the effect.
Code:
piczat2 -M -m w= 100 h= 100 -F 3x3 -T "a b c" -c

Click image for larger version

Name:	a b c 100x100.png
Views:	349
Size:	10.1 KB
ID:	170946
@NiLuJe, would implementing pixelated scaling be a potential option?
Attached Files
File Type: zip 2019-04-26 3x3 v0.10.zip (3.6 KB, 307 views)
File Type: zip 2019-04-26 piczat2 v0.20.zip (245.3 KB, 318 views)

Last edited by PoP; 04-26-2019 at 07:49 PM. Reason: respect upper case J
PoP is offline   Reply With Quote