View Single Post
Old 08-06-2012, 08:07 PM   #1
tonyv
Member
tonyv began at the beginning.
 
Posts: 13
Karma: 20
Join Date: Oct 2009
Device: elonex eb600
Eink stanalone demo Qt eink driver for standalone qt apps ie no nickel nickel

Hi
(Kobo touch)
I have written (hacked other peoples code) a eink demo and qt driver plugin.
See third post in this thread
https://www.mobileread.com/forums/sho...78#post2176378

edit: how to get rid of ghosts see full_updatescreen.c in above thread
region.update_marker = 999;
update region.flags = EPDC_FLAG_ENABLE_INVERSION ;
ioctl(fb->fbfd , MXCFB_SEND_UPDATE, &region);
marker = 999;
ioctl(fb->fbfd, MXCFB_WAIT_FOR_UPDATE_COMPLETE, &marker);
region.flags = 0;
ioctl(fb->fbfd , MXCFB_SEND_UPDATE, &region);



These are some tools i used compiled strace trace libioctldumper.so
This is how i compiled strace.
http://discuz-android.blogspot.co.uk...race-tool.html

to compile trace
>arm-none-linux-gnueabi-gcc -Wall trace.c -o trace
hacked from here
https://www.mobileread.com/forums/sho...d.php?t=162743

to compile libioctldumper.so
>make
hacked from here
https://github.com/kobolabs/Kobo-Rea...e/master/poser
Attached Files
File Type: gz trace.tar.gz (450.7 KB, 692 views)

Last edited by tonyv; 08-07-2012 at 08:55 AM.
tonyv is offline   Reply With Quote