re-ordering of blocks in docs

This commit is contained in:
Peli de Halleux 2016-08-29 14:49:51 -07:00
parent b9c95ebb1e
commit ddc2b7437b
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@ Control of the LED screen.
led.plot(0, 0);
led.unplot(0, 0);
led.point(0, 0);
led.toggle(0, 0);
led.brightness();
led.setBrightness(255);
led.stopAnimation();
@ -14,7 +15,6 @@ led.fadeIn();
led.fadeOut();
led.plotAll();
led.screenshot();
led.toggle(0, 0);
led.toggleAll();
led.setDisplayMode(DisplayMode.BackAndWhite);
```