I get ARGB4 pre-processing PNG into ARGB4 through EAB.
Welcome to the Bridgetek Community!
Please read our Welcome Note
Technical Support enquires
please contact the team @ Bridgetek Support
Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuESD_APPLICATION(App, Include = "App.h", Callback)
typedef struct
{
void *Owner;
AppScreen App_Screen;
} App;
void App__Initializer(App *context);
ESD_SLOT(Initialize)
void App_Initialize(App *context);
ESD_SLOT(Start)
void App_Start(App *context);
ESD_SLOT(Update)
void App_Update(App *context);
ESD_SLOT(Render)
void App_Render(App *context);
ESD_SLOT(Idle)
void App_Idle(App *context);
ESD_SLOT(End)
void App_End(App *context);