forked from ladyada/Adafruit_CircuitPython_Display_Button
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Currently the constructor is the only way to change fill_color and outline_color of a Button.
The underlying display_shapes objects do have fill and outline properties that allow them to be be changed any time after initialization.
It would be great to have properties and setters to the Button that allow user code to set those without having know about or mess with the underlying shapes objects.
I think it's a pretty natural assumption for users make to think the button would allow this, the issue was first noted on a forum post here: https://forums.adafruit.com/viewtopic.php?f=60&t=174113
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers