View Single Post
Old 10-04-2012, 01:21 PM   #1
KevinShort
Addict
KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.
 
KevinShort's Avatar
 
Posts: 348
Karma: 209937
Join Date: Jan 2012
Location: Virginia, US
Device: Kobo Wifi, Kobo Glo
[Solved] Any way to display custom graphics on the Kobo Wifi?

I've been trying lately to display custom images on my Kobo Wifi. I've had no luck
finding any documentation for the Wifi's imx357 and e-ink on freescale's website,
and pygame fails to recognize the framebuffer. So I tried converting an image to the
rgb565 format with ffmpeg:
Code:
ffmpeg -vcodec png -i image.png -vcodec rawvideo -f rawvideo -pix_fmt rgb565 image.raw
and displaying it with the program "pickel" found on the Wifi, but the image it displays
is distorted, as seen here (original image is shown in top-left corner):


Anyone have any suggestions? I can't stand having my Wifi hacked and yet not being
able to draw to the screen! Plus I need something to do until I can get my hands on a
Glo or a Paperwhite.
Attached Thumbnails
Click image for larger version

Name:	Wifi.png
Views:	2224
Size:	601.9 KB
ID:	93392  

Last edited by KevinShort; 10-19-2012 at 01:08 PM.
KevinShort is offline   Reply With Quote