View Single Post
Old 06-29-2013, 08:17 PM   #3
fat265
Member
fat265 is clearly one to watchfat265 is clearly one to watchfat265 is clearly one to watchfat265 is clearly one to watchfat265 is clearly one to watchfat265 is clearly one to watchfat265 is clearly one to watchfat265 is clearly one to watchfat265 is clearly one to watchfat265 is clearly one to watchfat265 is clearly one to watch
 
Posts: 18
Karma: 10638
Join Date: Jun 2013
Location: Australia
Device: kobo glo touch & mini
alternative to re-compiling c

i replaced the full_updatescreen call from within python with my own .sh code

#!/bin/sh

cat /dev/fb0 > screen
cat ./screen | /usr/local/Kobo/pickel showpic


this worked perfectly as pickel already is aware of the screen resolution
compared to thhe hard coded full_screenupdate executable

I still want to be able to compile c so i will look into thhe link above

for the moment i have got past a hurdle that was slowing down by application development

Cheers
fat265 is offline   Reply With Quote