Greg, Steen,

FWIW: I didn't look at the jivelite version and lua code you include
with PCP, the one I toy around with on my laptop had no wallpaper for
the 800x480/Joggler skin which I assume that is also used for the RPI
touch screen. 

I took the wallpapers from the fab4_xxxxxx range and scaled them to
800x480 and saved them as PCP_xxxxxxxx

I made a small tweak to the wallpaperchooser lua code so that it picks
up the PCP_ prefixed files for the 800x480 screen



Code:
--------------------
    
  if screenWidth == 320 and screenHeight == 240 then
  pattern = 'BB_'
  elseif screenWidth == 240 and screenHeight == 320 then
  pattern = 'JIVE_'
  elseif screenWidth == 480 and screenHeight == 272 then
  pattern = 'FAB4_'
  elseif screenWidth == 800 and screenHeight == 480 then
  pattern = 'PCP_'
  else
  pattern = 'HD_'
  end
  
--------------------


Regards,

Huib



does the all-black SB sound better than the white SB?
------------------------------------------------------------------------
hsmeets's Profile: http://forums.slimdevices.com/member.php?userid=9716
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to