diff options
author | Damien George <damien.p.george@gmail.com> | 2016-04-12 13:52:18 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-04-12 14:06:54 +0100 |
commit | 67a327cb9bfc727872e49f1c652541d256ee6097 (patch) | |
tree | 9be6d9d4b13f76c19b8d441e03d623e30157b421 | |
parent | e4f963a351975dd71495b3cc92d817b97243250a (diff) |
stmhal: Enable framebuf module.
-rw-r--r-- | stmhal/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index 69eabd14c..455239db3 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -91,6 +91,7 @@ #define MICROPY_PY_UHASHLIB (1) #define MICROPY_PY_MACHINE (1) #define MICROPY_PY_MACHINE_I2C (1) +#define MICROPY_PY_FRAMEBUF (1) #define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1) #define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0) |