9 lines
173 B
Markdown
9 lines
173 B
Markdown
# Set Display Mode
|
|
|
|
Sets the display mode between black and white and greyscale for rendering [LEDs](/device/screen).
|
|
|
|
```sig
|
|
led.setDisplayMode(DisplayMode.Greyscale)
|
|
```
|
|
|