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