PixelDisplay.setPixel
Jump to navigation
Jump to search
PixelDisplay.setPixel sets the color of a specific pixel within the display.
Arguments
| Parameter Name | Type | Default Value | Meaning |
|---|---|---|---|
| x | number | 0 | horizontal coordinate of pixel to set |
| y | number | 0 | vertical coordinate of pixel to set |
| color | color | self.color | color to set that pixel to |