05-18-2020, 03:06 AM
This is what it should look like
http://moodeaudio.org/forum/showthread.p...2#pid19182
You can try enabling the debug below by updating a SQL value. It displays the viewport size reported by your Pi Touch after Menu, Refresh. There are 2 viewport sizes that are coded in moOde for the Pi Touch that result in the UI being adjusted for that particular display.
/* Pi 7" Touch */
@media (min-height:553px) and (width:998px) { /* 553 = Square pixel AR, 598 = Default pixel AR */
@media (height:479px) and (width:799px) {
Menu, Refresh or Browser refresh after applying. Post the viewport size that's reported.
http://moodeaudio.org/forum/showthread.p...2#pid19182
You can try enabling the debug below by updating a SQL value. It displays the viewport size reported by your Pi Touch after Menu, Refresh. There are 2 viewport sizes that are coded in moOde for the Pi Touch that result in the UI being adjusted for that particular display.
/* Pi 7" Touch */
@media (min-height:553px) and (width:998px) { /* 553 = Square pixel AR, 598 = Default pixel AR */
@media (height:479px) and (width:799px) {
Menu, Refresh or Browser refresh after applying. Post the viewport size that's reported.
Code:
# Turn viewport debug ON
sudo sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_system set value='viewport' where param='pkgid_suffix'"
# Turn viewport debug OFF
sudo sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_system set value='' where param='pkgid_suffix'"