updated docs on plotBrightness (#509)

This commit is contained in:
Peli de Halleux
2017-08-18 08:15:43 -07:00
committed by GitHub
parent 7dfaf2f772
commit 3180229bce
4 changed files with 9 additions and 14 deletions

View File

@ -456,7 +456,7 @@ declare namespace led {
* @param y the vertical coordinate of the LED starting at 0
* @param brightness the brightness from 0 (off) to 255 (bright), eg:255
*/
//% help=led/plot weight=78
//% help=led/plot-brightness weight=78
//% blockId=device_plot_brightness block="plot|x %x|y %y|brightness %brightness" blockGap=8
//% parts="ledmatrix"
//% x.min=0 x.max=4 y.min=0 y.max=4 brightness.min=0 brightness.max=255