fix getting width and height

This commit is contained in:
Bartosz Kościów 2017-05-22 16:11:36 +02:00
parent 941f5f0a60
commit 78a9467e64

View File

@ -32,7 +32,6 @@ class ILI9325(Area, Chip):
def __init__(self, width, height, driver):
Chip.__init__(self, width, height, driver, True)
Area.__init__(self, driver)
self.rotation = 0
def _converted_background_color(self):
"""color from 8-8-8 to 5-6-5"""