[FIXED] Tap and drag icons on LCD UI

A previously fixed bug on OpenHAB reappeared with our latest update of OpenHAB migrating to Stretch, so if you use this image, you will notice that tapping on LCD buttons that have an icon, most of the times produces a drag event on the icon rather than pressing the button. Similar to the image shown here…

A simple solution for this is to run these over SSH:
sudo /home/pi/scripts/update.sh && /home/pi/scripts/update.sh;

For (US) people using the HVAC mode on the LCD run this:
sudo cp /home/pi/scripts/habpanel.hvac.config /var/lib/openhab2/config/org/openhab/habpanel.config;
sudo /home/pi/scripts/HVACEnable.sh;

For (EU) people using the EU mode on the LCD run this:
sudo cp /home/pi/scripts/habpanel.nohvac.config /var/lib/openhab2/config/org/openhab/habpanel.config;

and finally reboot
sudo reboot;