diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-01-27 14:06:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-27 14:06:47 -0800 |
| commit | de2861969bce04cc1acfbe7f05058aefef4e6c41 (patch) | |
| tree | 02336496ee061b2a5dde28072f7808e30d732775 | |
| parent | b16f489d5860c7c179ec7a6ced7bfcc3f2a0e36e (diff) | |
| parent | e9538dbc7f4cfc8fbc1a1ecfdc21c24a725ff3fa (diff) | |
Merge pull request #1494 from TG-Techie/patch-2
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) |
