So next I'm going to add the Adafruit PiTFT panel. First I follwed this tutorial to get the panel working:
Adafruit PiTFT Install
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiK5jsfgAZGMEMo_XD2BE1ZyP437HwpLAcmH6yvz0QFzXGEsdY_vHrjgsR8_ki0qwGxPsIChW3BnNT4KFcCkn2qDsRbO6xPOyi4WMwpBUQPWfxBipTseulRYUucY-7tnwlvsiSsw6AUrrQ/s640/IMG_1747.JPG)
Then follow this tutorial to install the OctoPrint interface:
OctoPiPanel Tutorial
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDK_EK6Rf-8TI5hp5DM_AR-qpbxakdgqPisxeg61oRqv2S47a_Fh-ROCdXExvjWIY41RCcTkP0xyNp3QiPp1Plp6VuWpZJlY4kpckjs8M433QfBlGF-f_bto8cvfbu8cL9VkXOy2kXLJU/s640/IMG_1748.JPG)
Having got this all working, the python interface seems to be hogging the Pi processor ( 50 to 60%) and slowing everything down, so I'm going to remove it from the startup for now:
> sudo update-rc.d octopipanel remove
Adafruit PiTFT Install
Then follow this tutorial to install the OctoPrint interface:
OctoPiPanel Tutorial
Having got this all working, the python interface seems to be hogging the Pi processor ( 50 to 60%) and slowing everything down, so I'm going to remove it from the startup for now:
> sudo update-rc.d octopipanel remove