re-ordering of blocks in docs
This commit is contained in:
		@@ -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);
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user