diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-08-21 23:48:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-21 23:48:21 -0700 |
| commit | 6aa311aabd8372a69361f23f4de07dae16145c18 (patch) | |
| tree | dc327ebb615ac841dfe5d7e4a39ff652624e1bdb /ports | |
| parent | 524fa8209282cd727c01c32ccd85ee14f12623af (diff) | |
| parent | 99a3da3b60d518ee3b590fb6c693c1e189e3bb30 (diff) | |
Merge pull request #2027 from dastels/displayio_fill_area
To displayio.Display: expose fill_area and add a property for rotation
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.mk b/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.mk index e427e9430..fd66f425d 100644 --- a/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.mk +++ b/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.mk @@ -14,3 +14,6 @@ LONGINT_IMPL = MPZ CFLAGS_INLINE_LIMIT = 60 SUPEROPT_GC = 0 + +CIRCUITPY_I2CSLAVE = 0 +CIRCUITPY_RTC = 0 |
