|
@@ -14,7 +14,11 @@ requests>=2.31.0
|
|
|
Pillow
|
|
Pillow
|
|
|
aiohttp
|
|
aiohttp
|
|
|
# GPIO/NeoPixel support for DW LEDs and Desert Compass
|
|
# GPIO/NeoPixel support for DW LEDs and Desert Compass
|
|
|
|
|
+# Pi 4 and earlier:
|
|
|
RPi.GPIO>=0.7.1 # Required by Adafruit Blinka on Raspberry Pi and for reed switch
|
|
RPi.GPIO>=0.7.1 # Required by Adafruit Blinka on Raspberry Pi and for reed switch
|
|
|
rpi-ws281x>=5.0.0 # Low-level NeoPixel/WS281x driver
|
|
rpi-ws281x>=5.0.0 # Low-level NeoPixel/WS281x driver
|
|
|
adafruit-circuitpython-neopixel>=6.3.0
|
|
adafruit-circuitpython-neopixel>=6.3.0
|
|
|
Adafruit-Blinka>=8.0.0
|
|
Adafruit-Blinka>=8.0.0
|
|
|
|
|
+# Pi 5 support (uses PIO instead of PWM, rpi-lgpio replaces RPi.GPIO):
|
|
|
|
|
+rpi-lgpio>=0.4 # Drop-in replacement for RPi.GPIO on Pi 5
|
|
|
|
|
+Adafruit-Blinka-Raspberry-Pi5-Neopixel>=1.0.0 # Pi 5 PIO-based NeoPixel driver
|