Merged epd driver files
This commit is contained in:
		| @@ -31,13 +31,9 @@ try: | |||||||
| except Exception as e: | except Exception as e: | ||||||
|     print("Something didn't work right, maybe you're offline?"+e.reason) |     print("Something didn't work right, maybe you're offline?"+e.reason) | ||||||
|  |  | ||||||
| if display_colours is "bwr": | import e_paper_drivers | ||||||
|     import epd7in5b |  | ||||||
|     epd = epd7in5b.EPD() |  | ||||||
|  |  | ||||||
| if display_colours is "bw": | epd = e_paper_drivers.EPD() | ||||||
|     import epd7in5 |  | ||||||
|     epd = epd7in5.EPD() |  | ||||||
|  |  | ||||||
| from calibration import calibration | from calibration import calibration | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user