View Single Post
Old 02-26-2012, 06:29 PM   #15
Novo
Enthusiast
Novo began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Dec 2011
Location: Germany
Device: Kindle PW4
Hm save and restore buffer is not a good idea.
I use eips now to show some status messages at the fist and last line.
But imagine you show 10 Second some Text and then you will delete that text.
While 10 Seconds the Time and maybe your read ebook text has changed.
And now you copy your framebuffer back ---

I also tried:
eips 15 0 "Test Text Message"
eips 15 0 " "
this will delete the text with white areas.

EDIT: GOT IT!
every line is count=20, so to only delete first line is:
dd if=/dev/fb0 bs=608 count=20 > /mnt/us/fb0.raw # save framebuffer

Last edited by Novo; 02-26-2012 at 07:16 PM.
Novo is offline   Reply With Quote