mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-22 22:18:38 +01:00
closes #266 code on screensaver page is now the same on every version, is checking for the width of the screen (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
6bba9d958d
commit
aa9ad5d360
@@ -476,7 +476,7 @@ Timer tmSerial
|
||||
//alternative layout
|
||||
//tMRIcon
|
||||
spstr strCommand.txt,tMRIcon.txt,"~",15
|
||||
if(tMRIcon.txt!="")
|
||||
if(tMRIcon.txt!=""&&p0.w!=320)
|
||||
{
|
||||
//value for tMRIcon, activate alternative layout
|
||||
vis tMainIcon,0
|
||||
|
||||
Reference in New Issue
Block a user