update api, add icons, fix picopass again

This commit is contained in:
MX
2022-09-15 01:14:55 +03:00
parent d47fdce337
commit 51ffdcd3bc
42 changed files with 3616 additions and 20 deletions
@@ -13,6 +13,7 @@ App(
sdk_headers=[
"gui.h",
"elements.h",
"canvas_i.h",
"view_dispatcher.h",
"view_stack.h",
"modules/button_menu.h",
+8
View File
@@ -8,6 +8,10 @@
#include "canvas.h"
#include <u8g2.h>
#ifdef __cplusplus
extern "C" {
#endif
/** Canvas structure
*/
struct Canvas {
@@ -88,3 +92,7 @@ void canvas_set_orientation(Canvas* canvas, CanvasOrientation orientation);
* @return CanvasOrientation
*/
CanvasOrientation canvas_get_orientation(const Canvas* canvas);
#ifdef __cplusplus
}
#endif