Is there Gfx interface to get screen/display size ?
Hi,
I cannot find API to get display height/width. Is there any ? I tried to find something like
int16_t touchgfx::HAL::GetDisplayHeight ();
int16_t touchgfx::HAL::GetDisplayWidth ();
In GfxDesigner I see 240x320 values:

In TouchGFXConfiguration.cpp there is display initialisation:
static TouchGFXHAL hal ( dma, display, tc, 240, 320 );SimConstants.hpp contains
static unsigned short SIM_WIDTH = 240;
static unsigned short SIM_HEIGHT = 320;
Thanks
Ferro





