Hi there - i have a RPI 2B with PCP 7.0.0 and Jivelite running nicely on
a 3.5 inch Waveshare LCD (Wav35Skin)

However, when setting the screensaver options to e.g. DotMatrix or
digital clock, there is no display. I have had a trawl around the forums
and i can see there is or was an issue with the fonts only working on
larger screens. However, there was a comment a couple of years back
about someone editing ClockApplet.lua - i think all i need to do is add
'Wav35Skin' to the _isWQVGASkin function as per below:

local function _isWQVGASkin(skinName)
if skinName == 'WQVGAsmallSkin' or skinName == 'WQVGAlargeSkin' or
skinName == 'Wav35Skin' then
        return true
end
end

The image files are already in
pcp-jivelite_wav35skin.tcz\opt\jivelite\share\jive\applets\Wav35Skin\images\Clocks\
- so am i right in assuming the only change is as above ?

Many thanks in advance

- Charlie


------------------------------------------------------------------------
chazza's Profile: http://forums.slimdevices.com/member.php?userid=64267
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

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

Reply via email to