From 4b15449796bff4cd00a86995604bf0e9deb6e9e0 Mon Sep 17 00:00:00 2001 From: VeyPatch <126267034+VeyPatch@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:16:45 +0100 Subject: [PATCH] update example --- examples/display/display.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/display/display.c b/examples/display/display.c index eb70a1b0..d5312cdf 100644 --- a/examples/display/display.c +++ b/examples/display/display.c @@ -2,7 +2,7 @@ #include "hlc_tft_display/hlc_tft_display.h" // Include the QP api -#include "qp.h" +#include "qp_surface.h" // Add a font, this font is generated using the QP CLI tools (https://docs.qmk.fm/quantum_painter#quantum-painter-cli) #include "graphics/thintel15.qff.h" @@ -10,6 +10,7 @@ // Initialize the font static painter_font_handle_t thintel; +// Setup painter devices painter_device_t lcd; painter_device_t lcd_surface;