Finally I got the tft screen ST7789 working.
I am able to control the screen from domoticz which commands like
Code: Select all
if (dz.devices(818).state == 'Unlocked') then
dz.openURL({ url = "http://192.168.2.230/control?cmd=tft,txtfull,3,4,3,white,blue,,,Achterdeur" })
else
dz.openURL({ url = "http://192.168.2.230/control?cmd=tft,txtfull,3,4,3,white,darkgreen,,,Achterdeur" })
end
Any suggestion howto (if possible)?
Thanks.
Bart