pxt-calliope/docs/reference/led/set-display-mode.md

9 lines
182 B
Markdown
Raw Normal View History

2016-03-26 00:47:20 +01:00
# Set Display Mode
Sets the display mode between black and white and greyscale for rendering [LEDs](/microbit/device/screen).
```sig
led.setDisplayMode(DisplayMode.Greyscale)
```