Files
app-ethereum/src_nbgl/ui_nbgl.h
Alexandre Paillier 1ccdd9ce88 Switched to only using HomeAndSettings NBGL use case
Also merged idle and settings source files
2024-07-16 18:22:41 +02:00

18 lines
364 B
C

#ifndef _UI_NBGL_H_
#define _UI_NBGL_H_
#include <nbgl_use_case.h>
#include <nbgl_page.h>
#include <shared_context.h>
#define SHARED_BUFFER_SIZE SHARED_CTX_FIELD_1_SIZE
extern char g_stax_shared_buffer[SHARED_BUFFER_SIZE];
extern nbgl_page_t* pageContext;
const nbgl_icon_details_t* get_app_icon(bool caller_icon);
void ui_idle(void);
#endif // _UI_NBGL_H_