mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
21 lines
427 B
C
21 lines
427 B
C
#pragma once
|
|
|
|
#include <input/input.h>
|
|
#include <gui/elements.h>
|
|
#include <gui/icon.h>
|
|
#include <gui/icon_animation.h>
|
|
#include <assets_icons.h>
|
|
|
|
/**
|
|
* Thanks to the author of metronome
|
|
* @param canvas
|
|
* @param str
|
|
*/
|
|
void elements_button_top_left(Canvas* canvas, const char* str);
|
|
|
|
/**
|
|
* Thanks to the author of metronome
|
|
* @param canvas
|
|
* @param str
|
|
*/
|
|
void elements_button_top_right(Canvas* canvas, const char* str); |