File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
adafruit_displayio_layout/layouts Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,6 @@ def _layout_cells(self):
72
72
button_size_x = cell ["cell_size" ][0 ]
73
73
button_size_y = cell ["cell_size" ][1 ]
74
74
75
- print (
76
- "setting width to: {}" .format (
77
- int (button_size_x * self ._width / grid_size_x )
78
- - 2 * self .cell_padding
79
- )
80
- )
81
75
if hasattr (cell ["content" ], "resize" ):
82
76
# if it has resize function
83
77
cell ["content" ].resize (
Original file line number Diff line number Diff line change 57
57
# simple. Or you can use find_packages().
58
58
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
59
59
# CHANGE `py_modules=['...']` TO `packages=['...']`
60
- packages = ["adafruit_displayio_layout" ],
60
+ packages = [
61
+ "adafruit_displayio_layout" ,
62
+ "adafruit_displayio_layout.layouts" ,
63
+ "adafruit_displayio_layout.widgets" ,
64
+ ],
61
65
)
You can’t perform that action at this time.
0 commit comments