Skip to content
Snippets Groups Projects
Verified Commit 967c94ec authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Fix bugs

parent 46623b82
Branches
No related tags found
No related merge requests found
import enum import enum
class ScreenState(enum): class ScreenState(enum.Enum):
WIDGET_CYCLE = 0 WIDGET_CYCLE = 0
WIDGET_SINGLE = 1 WIDGET_SINGLE = 1
ALARM_CLOCK = 2 ALARM_CLOCK = 2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment