diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-10-01 14:24:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-01 14:24:10 -0700 |
| commit | 92d15096d25362d20ba89c67631c1ef30a3f45ee (patch) | |
| tree | 48f20029cdb92becce02a7f03c3b57ae346b0550 /locale | |
| parent | d62ac24493abb7aadcf68751997092a1b4141b01 (diff) | |
| parent | c27e3857b6d2a1d162f8ea977ca1e99cbfb6417b (diff) | |
Merge pull request #3485 from jepler/framebuffer-zero-size
Framebuffer zero size
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/circuitpython.pot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 1eb16a0e8..c4951f78f 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1666,6 +1666,10 @@ msgid "" "exit safe mode.\n" msgstr "" +#: shared-bindings/rgbmatrix/RGBMatrix.c +msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30" +msgstr "" + #: supervisor/shared/safe_mode.c msgid "" "The microcontroller's power dipped. Make sure your power supply provides\n" @@ -3520,6 +3524,10 @@ msgstr "" msgid "watchdog timeout must be greater than 0" msgstr "" +#: shared-bindings/rgbmatrix/RGBMatrix.c +msgid "width must be greater than zero" +msgstr "" + #: shared-bindings/_bleio/Adapter.c msgid "window must be <= interval" msgstr "" |
