diff options
| author | Kevin Matocha <kmatocha@icloud.com> | 2021-01-25 16:25:56 -0600 |
|---|---|---|
| committer | Kevin Matocha <kmatocha@icloud.com> | 2021-01-25 16:25:56 -0600 |
| commit | 41400124301a4099bbe1f72fedc7cbd233602b7b (patch) | |
| tree | f36bf5a5e75939d73915923a606da81a101457dd /locale/circuitpython.pot | |
| parent | 10965e59896b9fd7b1261792d5ed450beae6c1eb (diff) | |
Allow pins >= 32, allow write pin on different register than data pins
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 4dfce747d..f5c3da62c 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -798,7 +798,7 @@ msgid "Data 0 pin must be byte aligned" msgstr "" #: ports/esp32s2/common-hal/displayio/ParallelBus.c -msgid "Data 0 pin must be byte aligned and < 32" +msgid "Data 0 pin must be byte aligned." msgstr "" #: shared-module/audiocore/WaveFile.c @@ -2140,10 +2140,6 @@ msgstr "" msgid "Woken up by alarm.\n" msgstr "" -#: ports/esp32s2/common-hal/displayio/ParallelBus.c -msgid "Write pin must be < 32" -msgstr "" - #: ports/nrf/common-hal/_bleio/PacketBuffer.c msgid "Writes not supported on Characteristic" msgstr "" |
