Skip to content
Snippets Groups Projects
Commit 47899a1a authored by Damien George's avatar Damien George
Browse files

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.)
parent 8c6856d2
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#if MICROPY_PY_FRAMEBUF #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 // 1-bit frame buffer, each byte is a column of 8 pixels
typedef struct _mp_obj_framebuf1_t { typedef struct _mp_obj_framebuf1_t {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment