Closed
Description
The parameters for the adafruit_display_text.label
are anchor_point and anchored_position. This is confusing and results in frequent user errors. The error is not caught by Python which is difficult for a user to debug.
I don't know if there is a generalized solution for catching this type of error.
A solution for this specific case would be to add anchor_position
as a property and raise an error on it.