We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f4667 commit 0317185Copy full SHA for 0317185
radio/src/fonts/lvgl/lz4_font.cpp
@@ -49,6 +49,8 @@
49
#include <stdio.h>
50
#include <stdlib.h>
51
52
+#define __IRAM
53
+#define LV_SKIP_DEFINES 1
54
#include "../../gui/colorlcd/lv_conf.h"
55
#define LV_CONF_SKIP 1
56
#include "../../gui/colorlcd/lz4_fonts.h"
radio/src/gui/colorlcd/lv_conf.h
@@ -24,7 +24,9 @@
24
/* clang-format off */
25
26
#include <stdint.h>
27
+#if !defined(LV_SKIP_DEFINES)
28
#include "definitions.h"
29
+#endif
30
31
/*====================
32
COLOR SETTINGS
0 commit comments