blob: 262d29c41be1913b9e3f77299c03d8d4a566733a (
plain)
1
2
3
4
5
|
#include <stdint.h>
int app_status_touch(EVEView *view, EVETouch *touch, uint16_t evt, uint8_t tag0);
uint8_t app_status_draw(EVEView *view, uint8_t tag0);
void app_status_msg_set(char *msg, int refresh);
|