diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-05-10 20:06:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-10 20:06:07 -0700 |
| commit | 80acef52a66d5b73a4af412a0d33a6a73e37d739 (patch) | |
| tree | c50c22574fec482394de29cba5dd16faddbc91e0 | |
| parent | e4ec672464c9b982d380c66a44111480d86227de (diff) | |
| parent | 2acd5d88b62ca45f605d6057cf295c7f048164a4 (diff) | |
Merge pull request #826 from jepler/nrf-framebuf
nrf52: enable framebuf module
| -rw-r--r-- | ports/nrf/mpconfigport.h | 2 |
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) |
