mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 03:11:52 +03:00
5 lines
220 B
C
5 lines
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); |