From f4cb458391c7b1397955e50f829f0e225cb16718 Mon Sep 17 00:00:00 2001 From: LTVA1 <87536432+LTVA1@users.noreply.github.com> Date: Wed, 25 Jan 2023 08:52:51 +0300 Subject: [PATCH] now change the name in ALL places --- applications/services/gui/canvas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/services/gui/canvas.h b/applications/services/gui/canvas.h index 7210c45df..b2a065ca7 100644 --- a/applications/services/gui/canvas.h +++ b/applications/services/gui/canvas.h @@ -151,7 +151,7 @@ void canvas_set_font(Canvas* canvas, Font font); * @param canvas Canvas instance * @param font Pointer to u8g2 const uint8_t* font array */ -void canvas_set_custom_font(Canvas* canvas, const uint8_t* font); +void canvas_set_custom_u8g2_font(Canvas* canvas, const uint8_t* font); /** Draw string at position of baseline defined by x, y. *