mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
13 lines
233 B
C
13 lines
233 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include <gui/gui.h>
|
|
#include <font_info.h>
|
|
|
|
void canvas_draw_str_ex(
|
|
Canvas* canvas,
|
|
uint8_t x,
|
|
uint8_t y,
|
|
const char* text,
|
|
size_t text_length,
|
|
const FONT_INFO* const font); |