Returns the size of the current active screen.
#include <screen.h>
void GetScreenSize (
uint16_t *height,
uint16_t *width);
(OUT) Points to the number of lines (rows) in the screen.
(OUT) Points to the number of columns in the screen.