diff options
| author | Jeff Epler <jeff@adafruit.com> | 2021-03-17 07:57:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-17 07:57:31 -0500 |
| commit | bfc8c89536e12dba0cc9adc0065819d730bb0983 (patch) | |
| tree | 32b383f83e9e67455e4354737e979e07b708b756 /locale/circuitpython.pot | |
| parent | 75ba26ee7c74cded73985212075c6eb4d8071af4 (diff) | |
| parent | 074ba1daff2c188d1aef278833982016da49f403 (diff) | |
Merge pull request #4403 from jepler/bitmap-read-2
bitmaptools: Add readinto, arrayblit
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index cc96babfa..bc084219f 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -3108,6 +3108,7 @@ msgstr "" #: extmod/ulab/code/numerical/numerical.c #: ports/esp32s2/common-hal/pulseio/PulseIn.c py/obj.c +#: shared-bindings/bitmaptools/__init__.c msgid "index out of range" msgstr "" @@ -3212,6 +3213,11 @@ msgstr "" msgid "invalid arguments" msgstr "" +#: shared-bindings/bitmaptools/__init__.c +#, c-format +msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32" +msgstr "" + #: extmod/modussl_axtls.c msgid "invalid cert" msgstr "" @@ -3220,6 +3226,16 @@ msgstr "" msgid "invalid dupterm index" msgstr "" +#: shared-bindings/bitmaptools/__init__.c +#, c-format +msgid "invalid element size %d for bits_per_pixel %d\n" +msgstr "" + +#: shared-bindings/bitmaptools/__init__.c +#, c-format +msgid "invalid element_size %d, must be, 1, 2, or 4" +msgstr "" + #: extmod/modframebuf.c msgid "invalid format" msgstr "" @@ -3678,7 +3694,7 @@ msgstr "" msgid "parameters must be registers in sequence r0 to r3" msgstr "" -#: shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c msgid "pixel coordinates out of bounds" msgstr "" |
