diff options
| author | Jeff Epler <jeff@adafruit.com> | 2021-02-18 20:29:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-18 20:29:05 -0600 |
| commit | 1cd4e4552e1a72c61a787c2fa0b8d51a7cf1301f (patch) | |
| tree | 58d5a81dd3753458f2cb9d4d6fddcf89ebc43c66 /ports/raspberrypi | |
| parent | 0ecb24c3e56c64c11265611ec174950b18fce8bf (diff) | |
| parent | b854c06a0ca31e97b4c6998ff8ef5b314ebf49e4 (diff) | |
Merge pull request #4219 from jepler/bit_transpose
Add Bit transpose function to support piopixl8
Diffstat (limited to 'ports/raspberrypi')
| -rw-r--r-- | ports/raspberrypi/mpconfigport.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/raspberrypi/mpconfigport.mk b/ports/raspberrypi/mpconfigport.mk index dac7231da..b93e4dcc7 100644 --- a/ports/raspberrypi/mpconfigport.mk +++ b/ports/raspberrypi/mpconfigport.mk @@ -24,6 +24,7 @@ CIRCUITPY_NEOPIXEL_WRITE = 0 endif CIRCUITPY_FULL_BUILD = 1 +CIRCUITPY_BITOPS = 1 CIRCUITPY_PWMIO = 1 # Things that need to be implemented. |
