diff options
| author | TG-Techie <39284876+TG-Techie@users.noreply.github.com> | 2019-01-25 12:06:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-25 12:06:05 -0500 |
| commit | e9538dbc7f4cfc8fbc1a1ecfdc21c24a725ff3fa (patch) | |
| tree | b7c4026ac7cffc9e5983d65fe626be40cd77b153 | |
| parent | 6be4b07e17065d5b93d6539f661454640d3830c9 (diff) | |
add displayio to TG-Techie's first board
| -rw-r--r-- | ports/atmel-samd/boards/datalore_ip_m4/mpconfigboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/datalore_ip_m4/mpconfigboard.h b/ports/atmel-samd/boards/datalore_ip_m4/mpconfigboard.h index a565435d1..c73440f0e 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) |
