How do your turn on and off the LCD screen for the T-Display S3 AMOLED board?
- 
					
					
					
					
 In Arduino code, how do your turn on and off the LCD screen for the T-Display S3 AMOLED board? 
- 
					
					
					
					
 @roblatour An AMOLED screen has no backlight because each pixel is an individual LED, so printing a black image uses the least current. 
 -Terry
- 
					
					
					
					
 @teastain2 Thank you 
