Add response screen
This commit is contained in:
14
inc/idle.h
14
inc/idle.h
@@ -1,14 +0,0 @@
|
||||
/**********************************************************
|
||||
* File: idle.h
|
||||
*
|
||||
* Description: Idle screen for standby
|
||||
*********************************************************/
|
||||
#ifndef IDLE_H_CGT5FQUY
|
||||
#define IDLE_H_CGT5FQUY
|
||||
|
||||
#include "lvgl/lvgl.h" // IWYU pragma: keep
|
||||
|
||||
void screen_idle_create(lv_obj_t *screen);
|
||||
void screen_idle_update();
|
||||
|
||||
#endif /* end of include guard: IDLE_H_CGT5FQUY */
|
||||
14
inc/screen.h
Normal file
14
inc/screen.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/**********************************************************
|
||||
* File: screen.h
|
||||
*
|
||||
* Description: Screen helper
|
||||
*********************************************************/
|
||||
#ifndef SCREEN_H_CGT5FQUY
|
||||
#define SCREEN_H_CGT5FQUY
|
||||
|
||||
#include "lvgl/lvgl.h" // IWYU pragma: keep
|
||||
|
||||
void screen_create(lv_obj_t *screen);
|
||||
void screen_response(char *big, char *small, uint8_t id_req, uint32_t time);
|
||||
|
||||
#endif /* end of include guard: SCREEN_H_CGT5FQUY */
|
||||
Reference in New Issue
Block a user