So next I'm going to add the Adafruit PiTFT panel. First I follwed this tutorial to get the panel working:
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
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