Fix xtreme lib import

This commit is contained in:
Willy-JL
2023-12-02 06:32:04 +00:00
parent f4d58c286b
commit 0a55300926
36 changed files with 38 additions and 38 deletions

View File

@@ -6,7 +6,7 @@
#include <furi_hal.h>
#include <stdint.h>
#include <u8g2_glue.h>
#include <xtreme.h>
#include <xtreme/xtreme.h>
const CanvasFontParameters canvas_font_params[FontTotalNumber] = {
[FontPrimary] = {.leading_default = 12, .leading_min = 11, .height = 8, .descender = 2},