Minor improvements

Fixed path
This commit is contained in:
Ace 2019-05-12 12:32:09 +02:00 committed by GitHub
parent 074c50312a
commit 329a9c10ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ ghosting.
from __future__ import print_function
import time
from settings import display_colours
from icon_positions_locations import black, white, red
from image_data import black, white, red
def calibration():
"""Function for Calibration"""
@ -28,7 +28,7 @@ def calibration():
epd.display_frame(epd.get_frame_buffer(white))
epd.sleep()
print('Cycle', str(i+1)+'/2', 'complete'+'\n')
print('Calibration complete')
print('Calibration complete')
def main():
"""Added timer"""