mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-09-21 11:19:47 -04:00
update example
This commit is contained in:
parent
54b94fd016
commit
4b15449796
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#include "hlc_tft_display/hlc_tft_display.h"
|
#include "hlc_tft_display/hlc_tft_display.h"
|
||||||
|
|
||||||
// Include the QP api
|
// 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)
|
// 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"
|
#include "graphics/thintel15.qff.h"
|
||||||
|
@ -10,6 +10,7 @@
|
||||||
// Initialize the font
|
// Initialize the font
|
||||||
static painter_font_handle_t thintel;
|
static painter_font_handle_t thintel;
|
||||||
|
|
||||||
|
// Setup painter devices
|
||||||
painter_device_t lcd;
|
painter_device_t lcd;
|
||||||
painter_device_t lcd_surface;
|
painter_device_t lcd_surface;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue