|
|
@ -33,7 +33,8 @@ void setup() {
|
|
|
|
|
|
|
|
|
|
|
|
## Plugin methods
|
|
|
|
## Plugin methods
|
|
|
|
|
|
|
|
|
|
|
|
The plugin provides the `AlphaSquare` object, which has the following methods:
|
|
|
|
The plugin provides the `AlphaSquare` object, which has the following methods
|
|
|
|
|
|
|
|
and properties:
|
|
|
|
|
|
|
|
|
|
|
|
### `.display(key)`
|
|
|
|
### `.display(key)`
|
|
|
|
### `.display(key, row, col)`
|
|
|
|
### `.display(key, row, col)`
|
|
|
@ -66,8 +67,6 @@ The plugin provides the `AlphaSquare` object, which has the following methods:
|
|
|
|
|
|
|
|
|
|
|
|
> The color to use to draw the pixels.
|
|
|
|
> The color to use to draw the pixels.
|
|
|
|
>
|
|
|
|
>
|
|
|
|
> Not a method itself, but a changeable value.
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
> Defaults to { 0x80, 0x80, 0x80 }.
|
|
|
|
> Defaults to { 0x80, 0x80, 0x80 }.
|
|
|
|
|
|
|
|
|
|
|
|
## Plugin helpers
|
|
|
|
## Plugin helpers
|
|
|
|