hsmeets wrote: 
> 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
Thanks hsmeets.

I'll try to add this to the next build of jivelite for pcp.



Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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