From e9538dbc7f4cfc8fbc1a1ecfdc21c24a725ff3fa Mon Sep 17 00:00:00 2001 From: TG-Techie <39284876+TG-Techie@users.noreply.github.com> Date: Fri, 25 Jan 2019 12:06:05 -0500 Subject: [PATCH] add displayio to TG-Techie's first board --- ports/atmel-samd/boards/datalore_ip_m4/mpconfigboard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/atmel-samd/boards/datalore_ip_m4/mpconfigboard.h b/ports/atmel-samd/boards/datalore_ip_m4/mpconfigboard.h index a565435d1c..c73440f0e9 100644 --- a/ports/atmel-samd/boards/datalore_ip_m4/mpconfigboard.h +++ b/ports/atmel-samd/boards/datalore_ip_m4/mpconfigboard.h @@ -45,3 +45,4 @@ #define IGNORE_PIN_PA25 1 #define CIRCUITPY_I2CSLAVE +#define CIRCUITPY_DISPLAYIO (1)