diff --git a/extmod/modframebuf.c b/extmod/modframebuf.c
index 84f1246fba5d12799ec9b0ff6884259ed24791c8..569b75e1c6c142ac9affc4ad9d1177a9c09a10bb 100644
--- a/extmod/modframebuf.c
+++ b/extmod/modframebuf.c
@@ -33,7 +33,7 @@
 
 #if MICROPY_PY_FRAMEBUF
 
-#include "font_petme128_8x8.h"
+#include "stmhal/font_petme128_8x8.h"
 
 // 1-bit frame buffer, each byte is a column of 8 pixels
 typedef struct _mp_obj_framebuf1_t {