ArduinoGraphics - height()

Description

Returns the pixel height of the graphics device.

Syntax

YourScreen.height()

Parameters

None

Returns

Returns the pixel height of the graphics device.

Example

int h = YourScreen.height();