ERIS CORE

◆ setDimension()

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

Set the Dimension object
receiver for the wren c callback function setDimensionCallback.

Parameters
new_width
new_height

Definition at line 1736 of file AppWren.cpp.

1736  {
1737  width = new_width;
1738  height = new_height;
1740 }
int16_t height
Definition: AppBaseClass.h:68
int16_t width
Definition: AppBaseClass.h:67
bool dynamicSurfaceManager()
responsible for managing the surface buffer memory allocation
Definition: AppWren.cpp:1541

References dynamicSurfaceManager(), AppBaseClass::height, and AppBaseClass::width.

Referenced by setDimensionCallback().

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