Page 1 of 1

v3.3.2 master

Posted: Saturday 18 January 2020 19:53
by Lokonli
Master v3.3.2 has just been released.

This release contains some breaking changes compared to the previous master v3.1.2.

Most important: In your button definitions you have to rename 'image' to 'btnimage'

For additional update remarks read:
https://dashticz.readthedocs.io/en/mast ... /v320.html

Some highlights of this release:
* Standardization of the html template for most special blocks
* Slider can be enabled on mobile devices
* Improved security panel
* Evohome support

And several fixes.

For the full list of changes check:
https://dashticz.readthedocs.io/en/mast ... ease-notes

Re: v3.3.2 master

Posted: Sunday 19 January 2020 12:27
by Rob67ert
I did a update, it works on my desktop browser.
Bit I get a black screen on my LCD (800x480)
This worked great before.
This is what I have in my CONFIG.js:
screens[max_resolution_tablet] = {}
screens[max_resolution_tablet]['maxwidth'] = 800;
screens[max_resolution_tablet]['maxheight'] = 480;

If i change the value of the screen size to 1920 by 1080 it works on my desktop browser.

Anyone know how I can fix this?

Re: v3.3.2 master

Posted: Sunday 19 January 2020 13:07
by Lokonli
I'll check.

Re: v3.3.2 master

Posted: Monday 20 January 2020 21:19
by Lokonli
Rob67ert wrote: Sunday 19 January 2020 12:27 I did a update, it works on my desktop browser.
Bit I get a black screen on my LCD (800x480)
This worked great before.
This is what I have in my CONFIG.js:
screens[max_resolution_tablet] = {}
screens[max_resolution_tablet]['maxwidth'] = 800;
screens[max_resolution_tablet]['maxheight'] = 480;

If i change the value of the screen size to 1920 by 1080 it works on my desktop browser.

Anyone know how I can fix this?
I've tested, but I don't see any issue.
I guess your LCD is not connected to your desktop. To what kind of device is your LCD connected?
You might have to refresh your browser cache.

I assume you have defined max_resolution_tablet in your CONFIG.js?
If you still have problems, can you post your CONFIG.js?

Re: v3.3.2 master

Posted: Wednesday 22 January 2020 19:18
by Rob67ert
@Lokoni
I have the raspberry Pi LCD connected to the dsi port.
Did some tests, I had more screen config in the CONFIG.js file. When I only have one it works correct.
Guess it has to do with finding the correct window size.