ArduinoGraphics - width()

Description

Returns the pixel width of the graphics device.

Syntax

YourScreen.width()

Parameters

None

Returns

Returns the pixel width of the graphics device.

Example

int w = YourScreen.width();