Add card acceptance animation
This commit is contained in:
14
inc/idle.h
Normal file
14
inc/idle.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/**********************************************************
|
||||
* 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 */
|
||||
Reference in New Issue
Block a user