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.)
This commit is contained in:
Damien George 2016-09-04 16:39:28 +10:00
parent 8c6856d2e7
commit 47899a1ab8

View File

@ -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 {