Keeze wrote: 
> Hi George,
> 
> Over here I have a Raspberry pi with an 2.2" (320x240) screen and
> JiveLite (finaly) up and running.
> 
> Steps:
> 1) Hacked the  WQVGAsmallSkin to run on 320x240 (copied the folder and
> renamed it to LCDSkin and editted the applet)
> 2) Setup the screen on a HDMI device
> 3) Let PI login automatic when the Pi starts
> 4) at the end of .bashrc (in /home/pi) added the line 
> > 
Code:
--------------------
  >   > sudo SDL_FBDEV=/dev/fb1 /home/pi/jivelite/bin/jivelite &
--------------------
> > 
> 
> ToDo:
> - Better is to create a new user for this action because when I ssh to
> the pi the last line in .bashrc is executed again
> - finetune the new skin, resize imagefiles
> - add buttons and a rotary encoder to emulate keystrokes with pikeyd
> (the universal keyboard deamon)
> 
> Tried to add a zip with the skin, but I think the zip is to big, so I
> only added the .lua files to the zip. Unzip the LCDSkin to
> jivelite/share/jive/applets, copy the image-folder from WQVGAsmallSkin
> inside the LCDSkin-folder.
> 
> Succes!
> 
> Cheers,
> Kees

Hi everybody

I just bought a adafruit piTFT and configured it following the adafruit
tutorial
(https://learn.adafruit.com/adafruit-pitft-28-inch-resistive-touchscreen-display-raspberry-pi)
Everything went fine, i can display image and started X
I compiled jivelite from git sources.
I downloaded LCDSkin applets and copied images from WQVGAsmallskin
within unzipped LCFskin folder.
I configured the skin using hdmi output but when i try to launch
jivelite on piTFT, i've got black screen with cursor on left top.
If i plug hdmi cable and reboot and launch jivelite using
SDL_FBDEV=/dev/fb1 or SDL_FBDEV=/dev/fb0 always display jivelite on hdmi
screen. Only difference is when i launch SDL_FBDEV=/dev/fb1 the piTFT
turns black with left top cursor (and return to console when i stop
jivelite) while running jivelite with SDL_FBDEV=/dev/fb0 doesn't change
piTFT output.
I don't know what i missed...
Can you give me some help please :D

Thx

Tang


------------------------------------------------------------------------
tang's Profile: http://forums.slimdevices.com/member.php?userid=18825
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to