Skip to content

Commit 80acef5

Browse files
authored
Merge pull request adafruit#826 from jepler/nrf-framebuf
nrf52: enable framebuf module
2 parents e4ec672 + 2acd5d8 commit 80acef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/nrf/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
#define MICROPY_PY_MACHINE_PULSE (0)
128128
#define MICROPY_PY_MACHINE_I2C_MAKE_NEW machine_hard_i2c_make_new
129129
#define MICROPY_PY_MACHINE_SPI (0)
130-
#define MICROPY_PY_FRAMEBUF (0)
130+
#define MICROPY_PY_FRAMEBUF (1)
131131

132132
#define MICROPY_KBD_EXCEPTION (1)
133133

0 commit comments

Comments
 (0)