OpenMarine
Putting Adafruit_Python_LED_Backpack on tinypilot - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: Pypilot (https://forum.openmarine.net/forumdisplay.php?fid=17)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=18)
+--- Thread: Putting Adafruit_Python_LED_Backpack on tinypilot (/showthread.php?tid=2077)



Putting Adafruit_Python_LED_Backpack on tinypilot - wdee - 2019-11-10

I want to install an ADDON app to pypilot and need to know How/Where to install  led drivers such as:
 
https://github.com/adafruit/Adafruit_Python_LED_Backpack

into tinypilot/pypilot configuration; can anyone help?


RE: Putting Adafruit_Python_LED_Backpack on tinypilot - seandepagnier - 2019-11-10

You could write the app and run it as a service. It would need to be packaged for tinycore and loaded from /opt/bootlocal.sh

I suggest making your app work in openplotter since it is a more familiar environment first.