summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/app/status.c
blob: 39c471e4d6b4a5dd7a68c60ad13b1da8606a6e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

#include <stdlib.h>

#include "unicode.h"

#include "eve/eve.h"
#include "eve/eve_kbd.h"

#include "eve/screen/screen.h"
#include "eve/screen/window.h"
#include "eve/screen/page.h"

#include "status.h"

int app_status_touch(EVEView *v, uint8_t tag0, int touch_idx) {
    return 0;
}

uint8_t app_status_draw(EVEView *v, uint8_t tag0) {
    return tag0;
}