From 67a327cb9bfc727872e49f1c652541d256ee6097 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Tue, 12 Apr 2016 13:52:18 +0100
Subject: [PATCH] stmhal: Enable framebuf module.

---
 stmhal/mpconfigport.h | 1 +
 1 file changed, 1 insertion(+)

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)
-- 
GitLab