diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2021-01-26 13:07:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 13:07:58 -0800 |
| commit | 351a0e747d30daa5adab2d059a6422c5a4523e15 (patch) | |
| tree | b51570b3ab3d391d990470f721fba1e4453d8975 /locale/circuitpython.pot | |
| parent | d116ad042f03f8e070cb14f139dca36a1911f629 (diff) | |
| parent | 61850acd143d9f8732d0ce48dc51eac9fb7e4c4c (diff) | |
Merge pull request #4047 from kmatch98/esp32s2_ParallelBus
Add initial ParallelBus support for ESP32-S2
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 3ffc31cc6..b87085009 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -531,6 +531,7 @@ msgid "Buffer too short by %d bytes" msgstr "" #: ports/atmel-samd/common-hal/displayio/ParallelBus.c +#: ports/esp32s2/common-hal/displayio/ParallelBus.c #: ports/nrf/common-hal/displayio/ParallelBus.c #, c-format msgid "Bus pin %d is already in use" @@ -800,6 +801,10 @@ msgstr "" msgid "Data 0 pin must be byte aligned" msgstr "" +#: ports/esp32s2/common-hal/displayio/ParallelBus.c +msgid "Data 0 pin must be byte aligned." +msgstr "" + #: shared-module/audiocore/WaveFile.c msgid "Data chunk must follow fmt chunk" msgstr "" @@ -1584,7 +1589,6 @@ msgid "" "PWM frequency not writable when variable_frequency is False on construction." msgstr "" -#: ports/esp32s2/common-hal/displayio/ParallelBus.c #: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c #: ports/stm/common-hal/displayio/ParallelBus.c msgid "ParallelBus not yet supported" |
