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

9 lines
173 B
Markdown
Raw Normal View History

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