Draw icon test

Signed-off-by: Markus Birth <markus@birth-online.de>
This commit is contained in:
2026-01-21 23:24:07 +00:00
parent fe1527d0d5
commit 5490805af4
2 changed files with 2 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 86 B

+2
View File
@@ -25,6 +25,8 @@ void draw_callback(Canvas* canvas, void* context) {
canvas_set_font(canvas, FontKeyboard);
canvas_draw_str_aligned(canvas, 1, 28, AlignLeft, AlignTop, "by mbirth.uk");
canvas_draw_icon(canvas, 50, 0, &I_brush_10px);
}
void input_callback(InputEvent* event, void* context) {