Added LCD display integration (closes )

This commit is contained in:
Fabio Manganiello 2020-08-23 20:00:04 +01:00
parent 7a7c065754
commit af614480b8
6 changed files with 421 additions and 0 deletions

View file

@ -328,5 +328,7 @@ setup(
'github': ['pytz'],
# Support for DHT11/DHT22/AM2302 temperature/humidity sensors
'dht': ['Adafruit_Python_DHT @ git+https://github.com/adafruit/Adafruit_Python_DHT'],
# Support for LCD display integration
'lcd': ['RPi.GPIO', 'RPLCD'],
},
)