Update oled package to new 'luma' package name.

Fixes #672.
pull/678/head
cyoung 2017-10-17 14:40:01 -04:00
rodzic 9a3fe7c0d1
commit 0d4d61cf56
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
#!/usr/bin/env python
from oled.device import ssd1306, sh1106
from oled.render import canvas
from luma.oled.device import ssd1306, sh1106
from luma.core.render import canvas
from PIL import ImageDraw, ImageFont, Image