fix brightness (#1386)

This commit is contained in:
Peli de Halleux
2018-10-11 14:08:46 -07:00
committed by GitHub
parent 75fb9a6f68
commit 4b2ed73382
4 changed files with 5 additions and 5 deletions

View File

@@ -526,7 +526,8 @@ declare namespace led {
* @param mode mode the display mode in which the screen operates
*/
//% weight=1 help=led/set-display-mode
//% parts="ledmatrix" advanced=true shim=led::setDisplayMode
//% parts="ledmatrix" advanced=true weight=1
//% blockId="led_set_display_mode" block="set display mode $mode" shim=led::setDisplayMode
function setDisplayMode(mode: DisplayMode): void;
/**