Closed
Description
Re this thread:
https://forums.adafruit.com/viewtopic.php?f=47&t=186239
Added a dump of the values just before this line:
thusly:
print(self._anchored_position[0], self._anchor_point[0], self._bounding_box[2], self._bounding_box[0])
and get:
6.0 0.0 93 0
So some of the values are float making the result also float. displayio.Group.x
requires int
.
Metadata
Metadata
Assignees
Labels
No labels