We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6856d commit 47899a1Copy full SHA for 47899a1
1 file changed
extmod/modframebuf.c
@@ -33,7 +33,7 @@
33
34
#if MICROPY_PY_FRAMEBUF
35
36
-#include "font_petme128_8x8.h"
+#include "stmhal/font_petme128_8x8.h"
37
38
// 1-bit frame buffer, each byte is a column of 8 pixels
39
typedef struct _mp_obj_framebuf1_t {
0 commit comments