File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
adafruit_displayio_layout/widgets Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 38
38
from adafruit_display_shapes .circle import Circle
39
39
from adafruit_display_shapes .roundrect import RoundRect
40
40
from adafruit_display_shapes .rect import Rect
41
- from widget import Widget
42
- from control import Control
43
- from widget_label import WidgetLabel
41
+ from adafruit_displayio_layout . widgets . widget import Widget
42
+ from adafruit_displayio_layout . widgets . control import Control
43
+ from adafruit_displayio_layout . widgets . widget_label import WidgetLabel
44
44
45
45
46
46
class SwitchRound (Widget , Control ):
@@ -117,7 +117,7 @@ def __init__(
117
117
# 2. switch_circle: The switch button
118
118
# 3. Optional - widget label
119
119
# 4. Optional: text_0: The "0" circle on the switch button
120
- # 5. Optional: text_1: The "1" rectangle on the switch button
120
+ # 5. Optional: text_1: The "1" rectangle on the switch button
121
121
122
122
# initialize the Control superclass
123
123
super (Control , self ).__init__ ()
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments