ERIS CORE

◆ setWidgetDimension()

void AppWren::setWidgetDimension ( int16_t  new_width,
int16_t  new_height 
)

Set the Widget Dimension object
receiver for the wren c callback function setWidgetDimensionCallback.

Parameters
new_width
new_height

Definition at line 1746 of file AppWren.cpp.

1746  {
1747  widget_width = new_width;
1748  widget_height = new_height;
1750 }
int16_t widget_height
Definition: AppBaseClass.h:72
int16_t widget_width
Definition: AppBaseClass.h:71
bool dynamicSurfaceManager()
responsible for managing the surface buffer memory allocation
Definition: AppWren.cpp:1541

References dynamicSurfaceManager(), AppBaseClass::widget_height, and AppBaseClass::widget_width.

Referenced by setWidgetDimensionCallback().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: