Quote:
Originally Posted by NiLuJe
...FWIW, for a blank line/page, ' ' (i.e., a single space) works, while '' will get you shouted at  )
|
Sorry to bug you again with this.
Code:
[root@kindle root]# cd /mnt/us
[root@kindle us]# eips -p
[root@kindle us]# ./screenshot
[root@kindle us]# fbink -c ' '
[FBInk] Variable fb info: 600x800, 4bpp @ rotation: 0 (Upright, 0°)
[FBInk] Fontsize set to 16x16 (IBM base glyph size: 8x8)
[FBInk] Line length: 37 cols, Page size: 50 rows
[FBInk] Fixed fb info: ID is "eink_fb", length of fb mem: 483328 bytes & line length: 300 bytes
[FBInk] Enabled Legacy einkfb Kindle quirks
[FBInk] Kernel's HZ value appears to be 100
[FBInk] Pen colors set to #000000 -> #FFFFFF for the foreground and #FFFFFF -> #000000 for the background
Printing string ' ' @ column 0 + 0px, row 0 + 0px (overlay: false, backgroundless: false, inverted: false, flashing: false, centered: false, left padded: false, clear screen: true, font: 0, font scaling: x0)
[root@kindle us]# ./screenshot
[root@kindle us]#

Though everything appears to work fine (and the fb has obviously been cleared), the screen still shows the first pattern screenshot my K3!
Is there some kind of a
"write update" missing?