fix python demo
This commit is contained in:
parent
773eba0e26
commit
96f7f571d6
31 changed files with 173 additions and 33 deletions
|
|
@ -1,13 +1,13 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding:utf-8 -*-
|
||||
|
||||
import epd1in54
|
||||
import epd1in54c
|
||||
import time
|
||||
from PIL import Image,ImageDraw,ImageFont
|
||||
import traceback
|
||||
|
||||
try:
|
||||
epd = epd1in54.EPD()
|
||||
epd = epd1in54c.EPD()
|
||||
epd.init(epd.lut_full_update)
|
||||
epd.Clear(0xFF)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue