Add status codes for scan
This commit is contained in:
@@ -8,7 +8,14 @@
|
||||
|
||||
#include "lvgl/lvgl.h" // IWYU pragma: keep
|
||||
|
||||
enum response_type {
|
||||
RESPONSE_CHECK,
|
||||
RESPONSE_CHECK_ID,
|
||||
RESPONSE_CROSS,
|
||||
RESPONSE_TRIANGLE
|
||||
};
|
||||
|
||||
void screen_create(lv_obj_t *screen);
|
||||
void screen_response(char *big, char *small, uint8_t id_req, uint32_t time);
|
||||
void screen_response(char *big, char *small, uint8_t status, uint32_t time);
|
||||
|
||||
#endif /* end of include guard: SCREEN_H_CGT5FQUY */
|
||||
|
||||
Reference in New Issue
Block a user