Skip to content

Commit 47899a1

Browse files
committed
extmod/modframebuf: Include font from stmhal directory explicitly.
So that users of framebuf don't need to have stmhal directory in their path. (Eventually the font can be moved elsewhere.)
1 parent 8c6856d commit 47899a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extmod/modframebuf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#if MICROPY_PY_FRAMEBUF
3535

36-
#include "font_petme128_8x8.h"
36+
#include "stmhal/font_petme128_8x8.h"
3737

3838
// 1-bit frame buffer, each byte is a column of 8 pixels
3939
typedef struct _mp_obj_framebuf1_t {

0 commit comments

Comments
 (0)