Anpassung an Vollbild 800x480 auf OBP60P physischem Display
This commit is contained in:
@@ -21,7 +21,7 @@ import astral
|
||||
class Clock(Page):
|
||||
|
||||
def __init__(self, pageno, cfg, appdata, boatdata):
|
||||
super().__init__(pageno, cfg, boatdata)
|
||||
super().__init__(pageno, cfg, appdata, boatdata)
|
||||
self.buttonlabel[1] = 'MODE'
|
||||
self.buttonlabel[2] = 'TZ'
|
||||
self.mode = ('A', 'D', 'T') # (A)nalog (D)igital (T)imer
|
||||
|
||||
Reference in New Issue
Block a user