View Single Post
Old 07-01-2018, 07:02 AM   #7
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,002
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Still working

Click image for larger version

Name:	fbink BOM now handled.png
Views:	1203
Size:	4.9 KB
ID:	164771

Spoiler:
Code:
[root@kindle us]# ./fbink -c -p -m -y 9 -S 6 -F fantasy "BOM"
[FBInk] Variable fb info: 1448x1072, 8bpp @ rotation: 2
[FBInk] Fontsize set to 48x48.
[FBInk] Line length: 30 cols, Page size: 22 rows.
[FBInk] Fixed fb info: smem_len 6782976, line_length 1472
[FBInk] Kernel's HZ value appears to be 100
Printing string 'BOM' @ column 0, row 9 (inverted: false, flashing: false, centered: true, left padded: true, clear screen: true, font scaling: x6)
[root@kindle us]# ./fbink -p -m -y 10 -S 6 "Now handled?"
[FBInk] Variable fb info: 1448x1072, 8bpp @ rotation: 2
[FBInk] Fontsize set to 48x48.
[FBInk] Line length: 30 cols, Page size: 22 rows.
[FBInk] Fixed fb info: smem_len 6782976, line_length 1472
[FBInk] Kernel's HZ value appears to be 100
Printing string 'Now handled?' @ column 0, row 10 (inverted: false, flashing: false, centered: true, left padded: true, clear screen: false, font scaling: x6)
[root@kindle us]# ./fbink -p -m -y 18 "$(cat PoP.txt)"
[FBInk] Variable fb info: 1448x1072, 8bpp @ rotation: 2
[FBInk] Fontsize set to 32x32.
[FBInk] Line length: 45 cols, Page size: 33 rows.
[FBInk] Fixed fb info: smem_len 6782976, line_length 1472
[FBInk] Kernel's HZ value appears to be 100
Printing string '____          ____
/\  _`\       /\  _`\
\ \ \L\ \ ___ \ \ \L\ \
 \ \ ,__// __`\\ \ ,__/
  \ \ \//\ \L\ \\ \ \/
   \ \_\\ \____/ \ \_\
    \/_/ \/___/   \/_/
      ' @ column 0, row 18 (inverted: false, flashing: false, centered: true, left padded: true, clear screen: false, font scaling: x0)
[FBInk] Codepoint U+FEFF is not covered by this font!
[root@kindle us]# screenshot
[root@kindle us]#
PoP is offline   Reply With Quote