The function turns off the specified RGB LED of Quarky (specified with X and Y position of the LED).
clearled()
Function Definition: clearled(x_position = 1, y_position = 1)
- Python Library: Display (Quarky)
- Library Import: quarky = Quarky()
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
x_position | int | X position of the LED. | 1, 2, 3, 4, 5, 6, or 7 | 1 |
y_position | int | Y position of the LED. | 1, 2, 3, 4, or 5 | 1 |
Description
Example
There are no examples documented for this article.