default rotation 0
This commit is contained in:
parent
01aa9f2bdd
commit
ab3d62c5a1
@ -32,7 +32,7 @@ class ILI9325(Area, Chip):
|
||||
def __init__(self, width, height, driver):
|
||||
Chip.__init__(self, width, height, driver, True)
|
||||
Area.__init__(self, driver)
|
||||
self.rotation = 270
|
||||
self.rotation = 0
|
||||
|
||||
def _converted_background_color(self):
|
||||
"""color from 8-8-8 to 5-6-5"""
|
||||
|
Loading…
Reference in New Issue
Block a user