diff options
| author | Dan Halbert <halbert@adafruit.com> | 2019-07-22 22:30:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-22 22:30:28 -0400 |
| commit | 82ab998cd591bc8a4dea45e4ee0baf3601819834 (patch) | |
| tree | 3394297eb9729a925108c436767a9655d925a487 /locale/circuitpython.pot | |
| parent | 7cb2aa2d62d37c3faeec4c52b2e4d3ecdc29b60e (diff) | |
| parent | 1d1b8703b6c108b72a1abda9312646895f542672 (diff) | |
Merge pull request #1998 from tannewt/monocolor
Add support for grayscale displays
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 2ad3316c7..d91e2b3ac 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-07-11 18:42-0400\n" +"POT-Creation-Date: 2019-07-19 16:10-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -308,6 +308,10 @@ msgstr "" msgid "Both pins must support hardware interrupts" msgstr "" +#: shared-bindings/displayio/Display.c +msgid "Brightness must be 0-1.0" +msgstr "" + #: shared-bindings/supervisor/__init__.c msgid "Brightness must be between 0 and 255" msgstr "" @@ -433,6 +437,10 @@ msgstr "" msgid "Column entry must be digitalio.DigitalInOut" msgstr "" +#: shared-bindings/displayio/I2CDisplay.c +msgid "Command must be 0-255" +msgstr "" + #: shared-bindings/displayio/FourWire.c shared-bindings/displayio/ParallelBus.c msgid "Command must be an int between 0 and 255" msgstr "" @@ -1148,7 +1156,8 @@ msgstr "" msgid "Too many channels in sample." msgstr "" -#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/ParallelBus.c +#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c +#: shared-bindings/displayio/ParallelBus.c msgid "Too many display busses" msgstr "" @@ -1189,6 +1198,11 @@ msgstr "" msgid "Unable to allocate buffers for signed conversion" msgstr "" +#: shared-module/displayio/I2CDisplay.c +#, c-format +msgid "Unable to find I2C Display at %x" +msgstr "" + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c msgid "Unable to find free GCLK" |
