Added luma.oled display support

This commit is contained in:
Fabio Manganiello 2020-08-11 14:43:54 +02:00
parent d3e52ba944
commit 6b43a5e592
8 changed files with 334 additions and 9 deletions

View file

@ -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'],
},
)