Difference between revisions of "PixelDisplay.height"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
			
		
		
		
		
		
		
		
	
ZachStrout (talk | contribs)   (Created page with "<c>PixelDisplay.height</c> is the number of pixel rows in the display.  This is a read-only value; to change the width and height of the display, use [[PixelDisplay.clear]...")  | 
			
(No difference) 
 | 
Latest revision as of 23:40, 28 April 2020
PixelDisplay.height is the number of pixel rows in the display.
This is a read-only value; to change the width and height of the display, use PixelDisplay.clear.
Example
print gfx.height		// prints 640 in the default state