pimoroni / automation-hat

Python library and examples for the Pimoroni Automation HAT, pHAT and HAT Mini
https://shop.pimoroni.com/products/automation-hat
MIT License
122 stars 41 forks source link

Automation HAT Mini missing dependencies #37

Closed helgibbons closed 3 years ago

helgibbons commented 3 years ago

The installer currently misses a lot of the dependencies needed to run the Automation HAT Mini examples (particularly on Lite) - it would be great if it could automatically check for:

spidev pil st7735 numpy font-roboto

I also had to turn on I2C and SPI manually for the AHM examples to work.

helgibbons commented 3 years ago

Works lovely now with full Raspberry Pi OS, just misses font-roboto for the analog example :)

Lite needed me to install pip pil smbus font-roboto