Pull recent commits #1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def calibration():
|
||||||
red = Image.new('L', (EPD_WIDTH, EPD_HEIGHT), 'red')
|
red = Image.new('L', (EPD_WIDTH, EPD_HEIGHT), 'red')
|
||||||
ImageDraw.Draw(red)
|
ImageDraw.Draw(red)
|
||||||
print('calibrating red...')
|
print('calibrating red...')
|
||||||
epd.display_frame(epd.get_frame_buffer(red))
|
epd.display_frame(epd.get_frame_buffer(red))
|
||||||
white = Image.new('1', (EPD_WIDTH, EPD_HEIGHT), 'white')
|
white = Image.new('1', (EPD_WIDTH, EPD_HEIGHT), 'white')
|
||||||
ImageDraw.Draw(white)
|
ImageDraw.Draw(white)
|
||||||
print('calibrating white...')
|
print('calibrating white...')
|
||||||
|
|
Loading…
Reference in a new issue