Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: 7.9" Wide display concern
#5
(12-30-2024, 01:25 PM)Stephanowicz Wrote:
(11-10-2024, 06:30 PM)pkdick Wrote: Hello,

I am using a waveshare 7.9" DSI display for moode. I noticed that when I try to change the font size for the playlist from "large" to "larger" then the playlist display is not OK anymore (as shown itn he enclosed pictures): it it could be possible, I would accept less lines for the playlist, but with a bigger font.

Thank you in advance

Hi,

well - this is possible, BUT ....   Big Grin

1. it is to some extent your personal preference how big the font should be - others may disagree with it...
2. it's a bit difficult to get the right settings without having the physical screen for testing, as it may be that the emulated screen doesn't fit exactly Your screen
    --> this would involve You for setting up remote debugging - which is not a big thing, but still needs some things to prepare...

As the CSS-style file is merged an minimized it's not so easy to add new settings without a development environment...

If Your willing to put some effort in it, I could help You with the things that have to be done... at least You will need to setup the remote debugging...

Cheers,

Stephan

PS: The values You are looking for are in the media.css file for
Code:
@media (max-height:479px) and (orientation:landscape)
at line 259 ff: ".playqueue .pll1" ".playqueue .pll2" and ".playqueue-action"
for Your case one would need a new media setting

Code:
@media (max-height:300px) and (orientation:landscape)

Hello Stephan,
 
Thank you very much for your answer: if I understood your message, it is not possible to modify "directly" the media.css file. What do you mean with "remote debugging"  Confused? I can try to do something with your support...

Looking at line 259 in "https://github.com/moode-player/moode/blob/develop/www/css/media.css", I do not see the line you are talking about...

Best regards,
Reply


Messages In This Thread
7.9" Wide display concern - by pkdick - 11-10-2024, 06:30 PM
RE: 7.9" Wide display concern - by Tim Curtis - 11-10-2024, 06:57 PM
RE: 7.9" Wide display concern - by Stephanowicz - 12-30-2024, 01:49 PM
RE: 7.9" Wide display concern - by Tim Curtis - 12-30-2024, 07:54 PM
RE: 7.9" Wide display concern - by Stephanowicz - 12-30-2024, 09:24 PM
RE: 7.9" Wide display concern - by Stephanowicz - 12-30-2024, 01:25 PM
RE: 7.9" Wide display concern - by pkdick - 12-30-2024, 02:36 PM
RE: 7.9" Wide display concern - by Stephanowicz - 12-30-2024, 03:15 PM
RE: 7.9" Wide display concern - by pkdick - 12-30-2024, 05:26 PM
RE: 7.9" Wide display concern - by Stephanowicz - 12-30-2024, 06:24 PM
RE: 7.9" Wide display concern - by pkdick - 12-31-2024, 01:30 PM
RE: 7.9" Wide display concern - by Tim Curtis - 12-30-2024, 09:45 PM
RE: 7.9" Wide display concern - by Stephanowicz - 12-31-2024, 01:41 PM

Forum Jump: