Thank you for your donation!


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


Display UI on Waveshare 3.5 inch TFT
#4
Hi,

I assume this is a landscape oriented 480x320 panel. At this size the moOde 4.1 UI is not very usable and so there is a line of code in the file below that effectively disables landscape mode at small sizes. You can try commenting it out and then see whether the 4.1 UI is usable.

/var/www/css/moode.css

/*  iphone5 landscape disable cuz its just not high enogh to be useful */
@media (max-height: 320px) and (max-width: 568px) {
/*body {display:none;}*/
}

In moOde 4.2 we have implemented a fully variable font and control system which enables the UI to look proportionally correct at almost any size. The attached screen shot shows 4.2 UI at 480 x 320.
   

-Tim
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: Display UI on Waveshare 3.5 inch TFT - by Tim Curtis - 06-29-2018, 01:56 PM

Forum Jump: