Changing text colour on Squeezeplay.

General discussion relating to the O2 Joggler, from the default O2 setup, to alternative operating systems and applications.
Post Reply
Imagewerx
Posts: 168
Joined: Thu Jul 31, 2014 10:42 pm

Changing text colour on Squeezeplay.

Post by Imagewerx »

I've got a mainly light coloured home screen/wallpaper which makes it difficult to read the standard white text.I can't see anywhere in the included menu options to do this,so is there a way with WINscp to do this so I can try different colours?
castalla
Posts: 860
Joined: Wed May 29, 2013 10:33 am

Re: Changing text colour on Squeezeplay.

Post by castalla »

Beyond me, I'm afraid. Probably better to ask on the slimdevices forum under Squeezeplay.
Imagewerx
Posts: 168
Joined: Thu Jul 31, 2014 10:42 pm

Re: Changing text colour on Squeezeplay.

Post by Imagewerx »

Ok thanks anyway.I'd guess that somewhere the colour must be stored in hex format.
User avatar
roobarb!
Posts: 1772
Joined: Sat Mar 05, 2011 1:30 pm
Location: Salford, UK
Contact:

Re: Changing text colour on Squeezeplay.

Post by roobarb! »

It'll be in the WVGA skin - but it's likely specified more than once for different screen types, so you may need to do a lot of search and replace! :)
BirdsLikeWires - Get fresh builds of Debian Bullseye, Bookworm, and Trixie for OpenFrame with the latest 5.10, 6.1, and 6.12 kernels! 8-)
Imagewerx
Posts: 168
Joined: Thu Jul 31, 2014 10:42 pm

Re: Changing text colour on Squeezeplay.

Post by Imagewerx »

roobarb! wrote:It'll be in the WVGA skin - but it's likely specified more than once for different screen types, so you may need to do a lot of search and replace! :)
Thanks for that,is there a WVGA folder I should be looking for,or is it inside of something else?
User avatar
roobarb!
Posts: 1772
Joined: Sat Mar 05, 2011 1:30 pm
Location: Salford, UK
Contact:

Re: Changing text colour on Squeezeplay.

Post by roobarb! »

Code: Select all

/opt/squeezeplay/share/jive/applets/WVGAsmallSkin
Is where it's at.
BirdsLikeWires - Get fresh builds of Debian Bullseye, Bookworm, and Trixie for OpenFrame with the latest 5.10, 6.1, and 6.12 kernels! 8-)
Imagewerx
Posts: 168
Joined: Thu Jul 31, 2014 10:42 pm

Re: Changing text colour on Squeezeplay.

Post by Imagewerx »

Ok then.I find a couple of references to text colour on that page. This one.....

local TEXT_COLOR = { 0xE7, 0xE7, 0xE7 } (I don't recognise that as normal hex colour format)

And......

fg = TEXT_COLOR,

Am I getting close?
User avatar
roobarb!
Posts: 1772
Joined: Sat Mar 05, 2011 1:30 pm
Location: Salford, UK
Contact:

Re: Changing text colour on Squeezeplay.

Post by roobarb! »

It's been a long time, so your guess is as good as mine; but it looks like you're on the right track! :)
BirdsLikeWires - Get fresh builds of Debian Bullseye, Bookworm, and Trixie for OpenFrame with the latest 5.10, 6.1, and 6.12 kernels! 8-)
Imagewerx
Posts: 168
Joined: Thu Jul 31, 2014 10:42 pm

Re: Changing text colour on Squeezeplay.

Post by Imagewerx »

Am I looking for the colour in hex code,i.e. as the text is white some where it'll have '#ffffff',or is it in a different format to that?
User avatar
roobarb!
Posts: 1772
Joined: Sat Mar 05, 2011 1:30 pm
Location: Salford, UK
Contact:

Re: Changing text colour on Squeezeplay.

Post by roobarb! »

The one you found before is in hex - just generic raw hex. The text might not be pure white, so 0xE7 might be the one to twiddle with. Try 0x8D, 0x1C, 0x14 and you will get a colour called Falu Red. Popular in Sweden for barns, apparently.
BirdsLikeWires - Get fresh builds of Debian Bullseye, Bookworm, and Trixie for OpenFrame with the latest 5.10, 6.1, and 6.12 kernels! 8-)
Post Reply