Edited for simpler language
This commit is contained in:
		@@ -6,9 +6,9 @@ Turn off all the LED lights on the [LED screen](/device/screen).
 | 
				
			|||||||
basic.clearScreen()
 | 
					basic.clearScreen()
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Example: vanishing heart
 | 
					### Example: Vanishing heart
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The following code shows a heart on the screen and then turns off all the LED lights using `clear screen`:
 | 
					The following code shows a heart on the screen and then turns off all the LED lights.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```blocks
 | 
					```blocks
 | 
				
			||||||
basic.showLeds(`
 | 
					basic.showLeds(`
 | 
				
			||||||
@@ -23,5 +23,5 @@ basic.clearScreen()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### See also
 | 
					### See also
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[set brightness](/reference/led/set-brightness), [unplot](/reference/led/unplot), [plot](/reference/led/plot), [Image](/reference/images/image), [clear](/reference/basic/clear-screen)
 | 
					[set brightness](/reference/led/set-brightness), [unplot](/reference/led/unplot), [plot](/reference/led/plot), [Image](/reference/images/image)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user