Minor improvements
Fixed path
This commit is contained in:
		| @@ -9,7 +9,7 @@ ghosting. | |||||||
| from __future__ import print_function | from __future__ import print_function | ||||||
| import time | import time | ||||||
| from settings import display_colours | from settings import display_colours | ||||||
| from icon_positions_locations import black, white, red | from image_data import black, white, red | ||||||
|  |  | ||||||
| def calibration(): | def calibration(): | ||||||
|     """Function for Calibration""" |     """Function for Calibration""" | ||||||
| @@ -28,7 +28,7 @@ def calibration(): | |||||||
|         epd.display_frame(epd.get_frame_buffer(white)) |         epd.display_frame(epd.get_frame_buffer(white)) | ||||||
|         epd.sleep() |         epd.sleep() | ||||||
|         print('Cycle', str(i+1)+'/2', 'complete'+'\n') |         print('Cycle', str(i+1)+'/2', 'complete'+'\n') | ||||||
|         print('Calibration complete') |     print('Calibration complete') | ||||||
|  |  | ||||||
| def main(): | def main(): | ||||||
|     """Added timer""" |     """Added timer""" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user