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

9 lines
182 B
Markdown
Raw Normal View History

2016-03-25 16:47:20 -07: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)
```