@@ -590,7 +590,7 @@ msgstr "Both pins must support hardware interrupts"
590
590
591
591
#: shared-bindings/displayio/Display.c
592
592
#: shared-bindings/framebufferio/FramebufferDisplay.c
593
- #: shared-bindings/is31fl3741/IS31FL3741 .c
593
+ #: shared-bindings/is31fl3741/FrameBuffer .c
594
594
#: shared-bindings/rgbmatrix/RGBMatrix.c
595
595
msgid "Brightness must be 0-1.0"
596
596
msgstr "Brightness must be 0-1.0"
@@ -1142,6 +1142,13 @@ msgstr "Generic Failure"
1142
1142
msgid "Group already used"
1143
1143
msgstr "Group already used"
1144
1144
1145
+ #: ports/atmel-samd/common-hal/busio/SPI.c ports/cxd56/common-hal/busio/SPI.c
1146
+ #: ports/espressif/common-hal/busio/SPI.c
1147
+ #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/nrf/common-hal/busio/SPI.c
1148
+ #: ports/raspberrypi/common-hal/busio/SPI.c
1149
+ msgid "Half duplex SPI is not implemented"
1150
+ msgstr ""
1151
+
1145
1152
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
1146
1153
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
1147
1154
#: ports/stm/common-hal/sdioio/SDCard.c
@@ -1495,7 +1502,7 @@ msgstr "Invalid word/bit length"
1495
1502
msgid "Key must be 16, 24, or 32 bytes long"
1496
1503
msgstr "Key must be 16, 24, or 32 bytes long"
1497
1504
1498
- #: shared-module/is31fl3741/IS31FL3741 .c
1505
+ #: shared-module/is31fl3741/FrameBuffer .c
1499
1506
msgid "LED mappings must match display size"
1500
1507
msgstr ""
1501
1508
@@ -1523,7 +1530,7 @@ msgstr "MISO pin init failed."
1523
1530
msgid "MOSI pin init failed."
1524
1531
msgstr "MOSI pin init failed."
1525
1532
1526
- #: shared-bindings/is31fl3741/__init__ .c
1533
+ #: shared-bindings/is31fl3741/IS31FL3741 .c
1527
1534
msgid "Mapping must be a tuple"
1528
1535
msgstr ""
1529
1536
@@ -2145,7 +2152,7 @@ msgstr "Sample rate must be positive"
2145
2152
msgid "Sample rate too high. It must be less than %d"
2146
2153
msgstr "Sample rate too high. It must be less than %d"
2147
2154
2148
- #: shared-bindings/is31fl3741/IS31FL3741 .c
2155
+ #: shared-bindings/is31fl3741/FrameBuffer .c
2149
2156
msgid "Scale dimensions must divide by 3"
2150
2157
msgstr ""
2151
2158
@@ -4596,7 +4603,7 @@ msgstr "WatchDog timeout must be greater than 0"
4596
4603
msgid "width must be from 2 to 8 (inclusive), not %d"
4597
4604
msgstr "width must be from 2 to 8 (inclusive), not %d"
4598
4605
4599
- #: shared-bindings/is31fl3741/IS31FL3741 .c
4606
+ #: shared-bindings/is31fl3741/FrameBuffer .c
4600
4607
#: shared-bindings/rgbmatrix/RGBMatrix.c
4601
4608
msgid "width must be greater than zero"
4602
4609
msgstr "width must be greater than zero"
0 commit comments