summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-05-10 20:06:07 -0700
committerGitHub <noreply@github.com>2018-05-10 20:06:07 -0700
commit80acef52a66d5b73a4af412a0d33a6a73e37d739 (patch)
treec50c22574fec482394de29cba5dd16faddbc91e0
parente4ec672464c9b982d380c66a44111480d86227de (diff)
parent2acd5d88b62ca45f605d6057cf295c7f048164a4 (diff)
Merge pull request #826 from jepler/nrf-framebuf
nrf52: enable framebuf module
-rw-r--r--ports/nrf/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/mpconfigport.h b/ports/nrf/mpconfigport.h
index 99ccdcae0..d1e2ace53 100644
--- a/ports/nrf/mpconfigport.h
+++ b/ports/nrf/mpconfigport.h
@@ -127,7 +127,7 @@
#define MICROPY_PY_MACHINE_PULSE (0)
#define MICROPY_PY_MACHINE_I2C_MAKE_NEW machine_hard_i2c_make_new
#define MICROPY_PY_MACHINE_SPI (0)
-#define MICROPY_PY_FRAMEBUF (0)
+#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_KBD_EXCEPTION (1)