Skip to content

Commit 2acd5d8

Browse files
committed
nrf52: enable framebuf module
Closes: adafruit#656
1 parent e4ec672 commit 2acd5d8

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)