summaryrefslogtreecommitdiff
path: root/fw/fe310/phone/app/status.h
blob: 1350ae62d0df08ae495c7dc5133f18fba147fd51 (plain)
1
2
3
4
5
6
#include <stdint.h>

void app_status_init(EVEView *view, EVEWindow *win);
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_set_msg(char *msg);