shengine pre-release
shengine by mrsinho
Loading...
Searching...
No Matches
shEngineUI.c File Reference
#include "shengine/shEngineUI.h"
#include "shengine/shEngine.h"
#include <shgui/shgui.h>
#include <shgui/shgui-font.h>
#include <string.h>

Functions

uint8_t shEngineGuiSetup (ShEngine *p_engine)
 Sets up the graphical user interface for the shengine module.
 
uint8_t shEngineGuiRelease (ShEngine *p_engine)
 Releases the graphical user interface and frees gui-related memory.
 

Function Documentation

◆ shEngineGuiRelease()

uint8_t shEngineGuiRelease ( ShEngine p_engine)

Releases the graphical user interface and frees gui-related memory.

Parameters
p_engineValid pointer to a ShEngine structure.
Returns
Integer status code indicating the success or failure of the operation.

◆ shEngineGuiSetup()

uint8_t shEngineGuiSetup ( ShEngine p_engine)

Sets up the graphical user interface for the shengine module.

Parameters
p_engineValid pointer to a ShEngine structure.
Returns
Integer status code indicating the success or failure of the operation.