View Single Post
Old 12-14-2012, 01:06 PM   #72
mougino
Member
mougino began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Dec 2012
Device: Kobo 1st gen
Quote:
Originally Posted by KevinShort View Post
here's a small python script
that creates an image with the text "Hello" in the upper-left corner and then calls
the Kobo's "show_pic" command to display the image. If that script works, then
creating the display you want won't be hard at all.
Thanks! I think I have a potential problem when calling python from SD-Card. I based my work on what you did and before calling Python with your test script as argument, I need to do a
Code:
echo 1 > /sys/class/graphics/fb0/rotate
The problem is that the /sys folder on my SD-Card is empty... How to proceed?
mougino is offline   Reply With Quote