forked from platypush/platypush
Added luma.oled display support
This commit is contained in:
parent
d3e52ba944
commit
6b43a5e592
8 changed files with 334 additions and 9 deletions
2
setup.py
2
setup.py
|
@ -316,5 +316,7 @@ setup(
|
|||
'ssh': ['paramiko'],
|
||||
# Support for clipboard integration
|
||||
'clipboard': ['pyperclip'],
|
||||
# Support for luma.oled display drivers
|
||||
'luma-oled': ['luma.oled @ git+https://github.com/rm-hull/luma.oled'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue