Get Display Size

\i C ? D

Returns the size of the display.

Response: [ACK] word::width word::height [ACK]

Parameter Type Range Description
width word display width display width
height word display height display height

Note

Response Example

[ACK][03][20][01][E0][ACK]

This response means that the display has a width of 800 (0x320) pixels and a height of 480 (0x1E0) pixels.

Note