Skip to content

Commit 0d06e05

Browse files
authored
Merge pull request #1213 from makermelissa/master
Fixed rotation for real eInk bonnet
2 parents 3f18cf8 + e600fd6 commit 0d06e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EInk_Bonnet_Event_Calendar/event_calendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
122, 250, spi, cs_pin=ecs, dc_pin=dc, sramcs_pin=None, rst_pin=rst, busy_pin=busy,
3939
)
4040

41-
display.rotation = 3
41+
display.rotation = 1
4242

4343
# RGB Colors
4444
WHITE = (255, 255, 255)

EInk_Bonnet_Weather_Station/weather.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
122, 250, spi, cs_pin=ecs, dc_pin=dc, sramcs_pin=None, rst_pin=rst, busy_pin=busy,
4242
)
4343

44-
display.rotation = 3
44+
display.rotation = 1
4545

4646
gfx = Weather_Graphics(display, am_pm=True, celsius=False)
4747
weather_refresh = None

0 commit comments

Comments
 (0)