Add card acceptance animation

This commit is contained in:
Edith Boles
2026-03-02 01:53:39 -08:00
parent e0d0728b12
commit 260c9c7a94
12 changed files with 1795 additions and 95 deletions

14
inc/idle.h Normal file
View 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 */