Touch UI extreamly slow after print on Pi and 5" lcd
Hi
After I did a clean install of the 0.8 update 5 Pi image my Touch display will effectively freeze for minutes at a time just after a print has completed. During the print there are no issues and after a restart it is fine again, but as soon as any print stops the ui takes between 40 to 92 seconds to respond for any touch event.
Any Ideas as to what is going on here?
Comments
I disconnected the webcam and disabled it in the menu. It seems to be random when this behavior will present. The only consistency in this behavior is when a print has finished. I also uncommented the 3 xset commands as per your guide but the display still blanks after a while.
I have a few Pi 2's running at the moment.
My printers are very custom corexy machines with a custom pcb very loosely based on the ramps-fd running repetier fw dev 1.0.0
sudo nano /boot/config.txt
change:
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
dtparam=i2c_arm=on
dtparam=spi=on
dtoverlay=ads7846,penirq=25,speed=10000,penirq_pull=2,xohms=150
Then
sudo nano /etc/modules
ads7846_device model=7846 cs=1 gpio_pendown=25 speed=1000000 keep_vref_on=1 swap_xy=1 pressure_max=255 x_plate_ohms=150 x_min=184 x_max=3869 y_min=141 y_max=3959
apt-get -y install xinput evtest
Are there perhaps any plans to develop repetier server for android? It would make the perfect cheap option for a printer interface/server.