mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
5 lines
No EOL
220 B
C
5 lines
No EOL
220 B
C
#include <gui/gui.h>
|
|
|
|
void draw_centered_boxed_str(Canvas* canvas, int x, int y, int height, int pad, const char* text);
|
|
|
|
void draw_corner_aligned(Canvas* canvas, int width, int height, Align horizontal, Align vertical); |