spelling: transfer
This commit is contained in:
parent
0b495ebd13
commit
8a687b723b
@ -47,7 +47,7 @@ to use:
|
|||||||
image = Image.new('1', epd.size, 0)
|
image = Image.new('1', epd.size, 0)
|
||||||
# draw on image
|
# draw on image
|
||||||
epd.clear() # clear the panel
|
epd.clear() # clear the panel
|
||||||
epd.display(image) # tranfer image data
|
epd.display(image) # transfer image data
|
||||||
epd.update() # refresh the panel image - not needed if auto=true
|
epd.update() # refresh the panel image - not needed if auto=true
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user