aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/qstrdefs.generated.h
blob: 3080f0201d2a5868da44614cac07d7f344612cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
// # words 127
// words ['er', '%q', '\r\n', 'ma', 'on', 'or', 'in', 're', ', ', '%d', '16', 'ff', 'ow', 'co', 'ic', 'un', 'nd', 'ex', ' %d', 'ing', ' in', 'out', 'equ', ' th', 'bit', 'oun', 'arg', 'PWM', 'ent', 'an ', 'ive', 'str', 'tch', 'No ', 'USB', 'ed ', '() ', 'be ', 'Can', 'ack', 'not ', 'tion', ' of ', ' for', 'type', 'able', ' is ', 'xxxx', ' to ', ' pin', 'func', 'only', 'mple', 'too ', 'Buff', 'mode', 'time', ' use', 'from', 'have', 'writ', 'sign', 'numb', 'HCI ', "n't ", 'lock', 'array', 'value', ' byte', ' with', ' size', 'range', ' and ', 'input', ' file', 'valid', 'Could', 'first', 'ailed', '65536', 'tuple', ' does', 'Only ', 'empty', "'%s' ", 'pixel', 'avail', 'length', 'buffer', 'object', ' must ', "can't ", 'alloca', 'rogram', 'haract', 'isplay', ' when ', 'source', 'module', 'ximum ', 'nvalid ', 'keyword', 'defined', 'between', 'xpected', 'already', ' device', 'channel', 'allowed', 'default', 'provide', 'argument', ' require', 'multiple', ' specifi', 'ttribute', 'subclass', 'at least', ' must be ', 'supported', 'CIRCUITPY', 'compatible', ' should be ', 'implemented', '_pin. Instr', 'WatchDogTim', 'CircuitPyth']
// 32   1581 000 0
// 97 a 623 0010 2
// 101 e 695 0011 3
// 115 s 789 0100 4
// 116 t 692 0101 5
// 100 d 344 01100 12
// 105 i 363 01101 13
// 108 l 367 01110 14
// 99 c 239 011110 30
// 128 er 233 011111 31
// 109 m 163 100000 32
// 110 n 268 100001 33
// 111 o 255 100010 34
// 112 p 304 100011 35
// 114 r 201 100100 36
// 117 u 201 100101 37
// 148  in 82 1001100 76
// 246  must be  141 1001101 77
// 39 \' 120 1001110 78
// 46 . 110 1001111 79
// 73 I 82 1010000 80
// 98 b 86 1010001 81
// 141 co 110 1010010 82
// 102 f 119 1010011 83
// 103 g 109 1010100 84
// 104 h 143 1010101 85
// 134 in 132 1010110 86
// 131 ma 100 1010111 87
// 168 not  124 1011000 88
// 132 on 122 1011001 89
// 133 or 146 1011010 90
// 135 re 137 1011011 91
// 169 tion 88 1011100 92
// 121 y 118 1011101 93
// 146  %d 47 10111100 188
// 171  for 62 10111101 189
// 174  is  69 10111110 190
// 170  of  75 10111111 191
// 151  th 49 11000000 192
// 176  to  56 11000001 193
// 129 %q 70 11000010 194
// 136 ,  70 11000011 195
// 45 - 50 11000100 196
// 48 0 57 11000101 197
// 67 C 41 11000110 198
// 83 S 46 11000111 199
// 84 T 46 11001000 200
// 95 _ 81 11001001 201
// 157 an  65 11001010 202
// 239 argument 49 11001011 203
// 194 array 45 11001100 204
// 163 ed  61 11001101 205
// 156 ent 41 11001110 206
// 145 ex 48 11001111 207
// 142 ic 56 11010000 208
// 147 ing 76 11010001 209
// 215 length 49 11010010 210
// 144 nd 45 11010011 211
// 149 out 70 11010100 212
// 143 un 50 11010101 213
// 118 v 65 11010110 214
// 119 w 55 11010111 215
// 120 x 63 11011000 216
// 130 \r\n 31 110110010 434
// 200  and  26 110110011 435
// 196  byte 32 110110100 436
// 218  must  21 110110101 437
// 177  pin 35 110110110 438
// 185  use 21 110110111 439
// 197  with 23 110111000 440
// 137 %d 32 110111001 441
// 40 ( 33 110111010 442
// 41 ) 33 110111011 443
// 49 1 38 110111100 444
// 50 2 37 110111101 445
// 58 : 22 110111110 446
// 61 = 24 110111111 447
// 65 A 36 111000000 448
// 66 B 31 111000001 449
// 68 D 40 111000010 450
// 69 E 25 111000011 451
// 70 F 22 111000100 452
// 77 M 37 111000101 453
// 79 O 21 111000110 454
// 80 P 37 111000111 455
// 82 R 30 111001000 456
// 85 U 28 111001001 457
// 173 able 35 111001010 458
// 154 arg 28 111001011 459
// 165 be  27 111001100 460
// 152 bit 33 111001101 461
// 216 buffer 33 111001110 462
// 178 func 21 111001111 463
// 158 ive 23 111010000 464
// 107 k 33 111010001 465
// 228 nvalid  31 111010010 466
// 217 object 24 111010011 467
// 179 only 23 111010100 468
// 153 oun 21 111010101 469
// 140 ow 24 111010110 470
// 159 str 31 111010111 471
// 247 supported 32 111011000 472
// 160 tch 22 111011001 473
// 184 time 26 111011010 474
// 181 too  24 111011011 475
// 172 type 37 111011100 476
// 195 value 29 111011101 477
// 209  does 13 1110111100 956
// 202  file 16 1110111101 957
// 240  require 17 1110111110 958
// 250  should be  11 1110111111 959
// 198  size 20 1111000000 960
// 37 % 16 1111000001 961
// 164 ()  13 1111000010 962
// 47 / 20 1111000011 963
// 138 16 14 1111000100 964
// 51 3 15 1111000101 965
// 52 4 13 1111000110 966
// 53 5 15 1111000111 967
// 56 8 13 1111001000 968
// 62 > 13 1111001001 969
// 182 Buff 11 1111001010 970
// 166 Can 13 1111001011 971
// 204 Could 11 1111001100 972
// 76 L 16 1111001101 973
// 78 N 19 1111001110 974
// 161 No  20 1111001111 975
// 87 W 10 1111010000 976
// 167 ack 12 1111010001 977
// 206 ailed 13 1111010010 978
// 220 alloca 14 1111010011 979
// 219 can\'t  19 1111010100 980
// 230 defined 12 1111010101 981
// 150 equ 17 1111010110 982
// 139 ff 18 1111010111 983
// 205 first 14 1111011000 984
// 186 from 11 1111011001 985
// 187 have 11 1111011010 986
// 201 input 20 1111011011 987
// 229 keyword 12 1111011100 988
// 183 mode 17 1111011101 989
// 180 mple 18 1111011110 990
// 241 multiple 15 1111011111 991
// 192 n\'t  11 1111100000 992
// 113 q 11 1111100001 993
// 199 range 19 1111100010 994
// 189 sign 12 1111100011 995
// 243 ttribute 10 1111100100 996
// 203 valid 13 1111100101 997
// 188 writ 11 1111100110 998
// 122 z 20 1111100111 999
// 234  device 9 11111010000 2000
// 242  specifi 10 11111010001 2001
// 224  when  6 11111010010 2002
// 34 \" 8 11111010011 2003
// 212 \'%s\'  6 11111010100 2004
// 42 * 9 11111010101 2005
// 54 6 9 11111010110 2006
// 60 < 6 11111010111 2007
// 71 G 10 11111011000 2008
// 72 H 9 11111011001 2009
// 191 HCI  7 11111011010 2010
// 210 Only  7 11111011011 2011
// 155 PWM 10 11111011100 2012
// 162 USB 7 11111011101 2013
// 86 V 8 11111011110 2014
// 252 _pin. Instr 7 11111011111 2015
// 236 allowed 6 11111100000 2016
// 233 already 9 11111100001 2017
// 245 at least 7 11111100010 2018
// 214 avail 7 11111100011 2019
// 231 between 10 11111100100 2020
// 235 channel 8 11111100101 2021
// 249 compatible 5 11111100110 2022
// 237 default 6 11111100111 2023
// 211 empty 8 11111101000 2024
// 222 haract 9 11111101001 2025
// 251 implemented 8 11111101010 2026
// 223 isplay 8 11111101011 2027
// 106 j 9 11111101100 2028
// 193 lock 8 11111101101 2029
// 226 module 6 11111101110 2030
// 190 numb 9 11111101111 2031
// 213 pixel 7 11111110000 2032
// 238 provide 5 11111110001 2033
// 221 rogram 9 11111110010 2034
// 225 source 7 11111110011 2035
// 244 subclass 6 11111110100 2036
// 208 tuple 10 11111110101 2037
// 175 xxxx 8 11111110110 2038
// 33 ! 4 111111101110 4078
// 35 # 3 111111101111 4079
// 44 , 3 111111110000 4080
// 207 65536 4 111111110001 4081
// 57 9 4 111111110010 4082
// 59 ; 3 111111110011 4083
// 248 CIRCUITPY 3 111111110100 4084
// 254 CircuitPyth 4 111111110101 4085
// 253 WatchDogTim 4 111111110110 4086
// 88 X 4 111111110111 4087
// 89 Y 4 111111111000 4088
// 91 [ 3 111111111001 4089
// 93 ] 3 111111111010 4090
// 96 ` 4 111111111011 4091
// 227 ximum  5 111111111100 4092
// 232 xpected 3 111111111101 4093
// 43 + 2 1111111111100 8188
// 55 7 1 11111111111010 16378
// 74 J 1 11111111111011 16379
// 75 K 1 11111111111100 16380
// 123 { 1 11111111111101 16381
// 125 } 1 11111111111110 16382
// 126 ~ 1 11111111111111 16383
// length count {3: 1, 4: 4, 5: 3, 6: 8, 7: 18, 8: 29, 9: 44, 10: 44, 11: 39, 12: 16, 13: 1, 14: 6}
// values [' ', 'a', 'e', 's', 't', 'd', 'i', 'l', 'c', 'er', 'm', 'n', 'o', 'p', 'r', 'u', ' in', ' must be ', "'", '.', 'I', 'b', 'co', 'f', 'g', 'h', 'in', 'ma', 'not ', 'on', 'or', 're', 'tion', 'y', ' %d', ' for', ' is ', ' of ', ' th', ' to ', '%q', ', ', '-', '0', 'C', 'S', 'T', '_', 'an ', 'argument', 'array', 'ed ', 'ent', 'ex', 'ic', 'ing', 'length', 'nd', 'out', 'un', 'v', 'w', 'x', '\r\n', ' and ', ' byte', ' must ', ' pin', ' use', ' with', '%d', '(', ')', '1', '2', ':', '=', 'A', 'B', 'D', 'E', 'F', 'M', 'O', 'P', 'R', 'U', 'able', 'arg', 'be ', 'bit', 'buffer', 'func', 'ive', 'k', 'nvalid ', 'object', 'only', 'oun', 'ow', 'str', 'supported', 'tch', 'time', 'too ', 'type', 'value', ' does', ' file', ' require', ' should be ', ' size', '%', '() ', '/', '16', '3', '4', '5', '8', '>', 'Buff', 'Can', 'Could', 'L', 'N', 'No ', 'W', 'ack', 'ailed', 'alloca', "can't ", 'defined', 'equ', 'ff', 'first', 'from', 'have', 'input', 'keyword', 'mode', 'mple', 'multiple', "n't ", 'q', 'range', 'sign', 'ttribute', 'valid', 'writ', 'z', ' device', ' specifi', ' when ', '"', "'%s' ", '*', '6', '<', 'G', 'H', 'HCI ', 'Only ', 'PWM', 'USB', 'V', '_pin. Instr', 'allowed', 'already', 'at least', 'avail', 'between', 'channel', 'compatible', 'default', 'empty', 'haract', 'implemented', 'isplay', 'j', 'lock', 'module', 'numb', 'pixel', 'provide', 'rogram', 'source', 'subclass', 'tuple', 'xxxx', '!', '#', ',', '65536', '9', ';', 'CIRCUITPY', 'CircuitPyth', 'WatchDogTim', 'X', 'Y', '[', ']', '`', 'ximum ', 'xpected', '+', '7', 'J', 'K', '{', '}', '~'] lengths 15 bytearray(b"\x00\x00\x01\x04\x03\x08\x12\x1d,,\'\x10\x01\x06\x00")
// [' ', 'a', 'e', 's', 't', 'd', 'i', 'l', 'c', 'er', 'm', 'n', 'o', 'p', 'r', 'u', ' in', ' must be ', "'", '.', 'I', 'b', 'co', 'f', 'g', 'h', 'in', 'ma', 'not ', 'on', 'or', 're', 'tion', 'y', ' %d', ' for', ' is ', ' of ', ' th', ' to ', '%q', ', ', '-', '0', 'C', 'S', 'T', '_', 'an ', 'argument', 'array', 'ed ', 'ent', 'ex', 'ic', 'ing', 'length', 'nd', 'out', 'un', 'v', 'w', 'x', '\r\n', ' and ', ' byte', ' must ', ' pin', ' use', ' with', '%d', '(', ')', '1', '2', ':', '=', 'A', 'B', 'D', 'E', 'F', 'M', 'O', 'P', 'R', 'U', 'able', 'arg', 'be ', 'bit', 'buffer', 'func', 'ive', 'k', 'nvalid ', 'object', 'only', 'oun', 'ow', 'str', 'supported', 'tch', 'time', 'too ', 'type', 'value', ' does', ' file', ' require', ' should be ', ' size', '%', '() ', '/', '16', '3', '4', '5', '8', '>', 'Buff', 'Can', 'Could', 'L', 'N', 'No ', 'W', 'ack', 'ailed', 'alloca', "can't ", 'defined', 'equ', 'ff', 'first', 'from', 'have', 'input', 'keyword', 'mode', 'mple', 'multiple', "n't ", 'q', 'range', 'sign', 'ttribute', 'valid', 'writ', 'z', ' device', ' specifi', ' when ', '"', "'%s' ", '*', '6', '<', 'G', 'H', 'HCI ', 'Only ', 'PWM', 'USB', 'V', '_pin. Instr', 'allowed', 'already', 'at least', 'avail', 'between', 'channel', 'compatible', 'default', 'empty', 'haract', 'implemented', 'isplay', 'j', 'lock', 'module', 'numb', 'pixel', 'provide', 'rogram', 'source', 'subclass', 'tuple', 'xxxx', '!', '#', ',', '65536', '9', ';', 'CIRCUITPY', 'CircuitPyth', 'WatchDogTim', 'X', 'Y', '[', ']', '`', 'ximum ', 'xpected', '+', '7', 'J', 'K', '{', '}', '~'] bytearray(b"\x00\x00\x01\x04\x03\x08\x12\x1d,,\'\x10\x01\x06\x00")
// This file was automatically generated by makeqstrdata.py

QDEF(MP_QSTRnull, 0, 0, "")
QDEF(MP_QSTR_, 5, 0, "")
QDEF(MP_QSTR___dir__, 122, 7, "__dir__")
QDEF(MP_QSTR__0x0a_, 175, 1, "\x0a")
QDEF(MP_QSTR__space_, 133, 1, " ")
QDEF(MP_QSTR__star_, 143, 1, "*")
QDEF(MP_QSTR__slash_, 138, 1, "/")
QDEF(MP_QSTR__lt_module_gt_, 189, 8, "<module>")
QDEF(MP_QSTR__, 250, 1, "_")
QDEF(MP_QSTR___call__, 167, 8, "__call__")
QDEF(MP_QSTR___class__, 43, 9, "__class__")
QDEF(MP_QSTR___delitem__, 253, 11, "__delitem__")
QDEF(MP_QSTR___enter__, 109, 9, "__enter__")
QDEF(MP_QSTR___exit__, 69, 8, "__exit__")
QDEF(MP_QSTR___getattr__, 64, 11, "__getattr__")
QDEF(MP_QSTR___getitem__, 38, 11, "__getitem__")
QDEF(MP_QSTR___hash__, 247, 8, "__hash__")
QDEF(MP_QSTR___init__, 95, 8, "__init__")
QDEF(MP_QSTR___int__, 22, 7, "__int__")
QDEF(MP_QSTR___iter__, 207, 8, "__iter__")
QDEF(MP_QSTR___len__, 226, 7, "__len__")
QDEF(MP_QSTR___main__, 142, 8, "__main__")
QDEF(MP_QSTR___module__, 255, 10, "__module__")
QDEF(MP_QSTR___name__, 226, 8, "__name__")
QDEF(MP_QSTR___new__, 121, 7, "__new__")
QDEF(MP_QSTR___next__, 2, 8, "__next__")
QDEF(MP_QSTR___qualname__, 107, 12, "__qualname__")
QDEF(MP_QSTR___repr__, 16, 8, "__repr__")
QDEF(MP_QSTR___setitem__, 50, 11, "__setitem__")
QDEF(MP_QSTR___str__, 208, 7, "__str__")
QDEF(MP_QSTR_ArithmeticError, 45, 15, "ArithmeticError")
QDEF(MP_QSTR_AssertionError, 151, 14, "AssertionError")
QDEF(MP_QSTR_AttributeError, 33, 14, "AttributeError")
QDEF(MP_QSTR_BaseException, 7, 13, "BaseException")
QDEF(MP_QSTR_EOFError, 145, 8, "EOFError")
QDEF(MP_QSTR_Ellipsis, 240, 8, "Ellipsis")
QDEF(MP_QSTR_Exception, 242, 9, "Exception")
QDEF(MP_QSTR_GeneratorExit, 22, 13, "GeneratorExit")
QDEF(MP_QSTR_ImportError, 32, 11, "ImportError")
QDEF(MP_QSTR_IndentationError, 92, 16, "IndentationError")
QDEF(MP_QSTR_IndexError, 131, 10, "IndexError")
QDEF(MP_QSTR_KeyError, 234, 8, "KeyError")
QDEF(MP_QSTR_KeyboardInterrupt, 175, 17, "KeyboardInterrupt")
QDEF(MP_QSTR_LookupError, 255, 11, "LookupError")
QDEF(MP_QSTR_MemoryError, 220, 11, "MemoryError")
QDEF(MP_QSTR_NameError, 186, 9, "NameError")
QDEF(MP_QSTR_NoneType, 23, 8, "NoneType")
QDEF(MP_QSTR_NotImplementedError, 198, 19, "NotImplementedError")
QDEF(MP_QSTR_OSError, 161, 7, "OSError")
QDEF(MP_QSTR_OverflowError, 129, 13, "OverflowError")
QDEF(MP_QSTR_RuntimeError, 97, 12, "RuntimeError")
QDEF(MP_QSTR_StopIteration, 234, 13, "StopIteration")
QDEF(MP_QSTR_SyntaxError, 148, 11, "SyntaxError")
QDEF(MP_QSTR_SystemExit, 32, 10, "SystemExit")
QDEF(MP_QSTR_TypeError, 37, 9, "TypeError")
QDEF(MP_QSTR_ValueError, 150, 10, "ValueError")
QDEF(MP_QSTR_ZeroDivisionError, 182, 17, "ZeroDivisionError")
QDEF(MP_QSTR_abs, 149, 3, "abs")
QDEF(MP_QSTR_all, 68, 3, "all")
QDEF(MP_QSTR_any, 19, 3, "any")
QDEF(MP_QSTR_append, 107, 6, "append")
QDEF(MP_QSTR_args, 194, 4, "args")
QDEF(MP_QSTR_bool, 235, 4, "bool")
QDEF(MP_QSTR_builtins, 247, 8, "builtins")
QDEF(MP_QSTR_bytearray, 118, 9, "bytearray")
QDEF(MP_QSTR_bytecode, 34, 8, "bytecode")
QDEF(MP_QSTR_bytes, 92, 5, "bytes")
QDEF(MP_QSTR_callable, 13, 8, "callable")
QDEF(MP_QSTR_chr, 220, 3, "chr")
QDEF(MP_QSTR_classmethod, 180, 11, "classmethod")
QDEF(MP_QSTR_clear, 124, 5, "clear")
QDEF(MP_QSTR_close, 51, 5, "close")
QDEF(MP_QSTR_const, 192, 5, "const")
QDEF(MP_QSTR_copy, 224, 4, "copy")
QDEF(MP_QSTR_count, 166, 5, "count")
QDEF(MP_QSTR_dict, 63, 4, "dict")
QDEF(MP_QSTR_dir, 250, 3, "dir")
QDEF(MP_QSTR_divmod, 184, 6, "divmod")
QDEF(MP_QSTR_end, 10, 3, "end")
QDEF(MP_QSTR_endswith, 27, 8, "endswith")
QDEF(MP_QSTR_eval, 155, 4, "eval")
QDEF(MP_QSTR_exec, 30, 4, "exec")
QDEF(MP_QSTR_extend, 99, 6, "extend")
QDEF(MP_QSTR_find, 1, 4, "find")
QDEF(MP_QSTR_format, 38, 6, "format")
QDEF(MP_QSTR_from_bytes, 53, 10, "from_bytes")
QDEF(MP_QSTR_get, 51, 3, "get")
QDEF(MP_QSTR_getattr, 192, 7, "getattr")
QDEF(MP_QSTR_globals, 157, 7, "globals")
QDEF(MP_QSTR_hasattr, 140, 7, "hasattr")
QDEF(MP_QSTR_hash, 183, 4, "hash")
QDEF(MP_QSTR_id, 40, 2, "id")
QDEF(MP_QSTR_index, 123, 5, "index")
QDEF(MP_QSTR_insert, 18, 6, "insert")
QDEF(MP_QSTR_int, 22, 3, "int")
QDEF(MP_QSTR_isalpha, 235, 7, "isalpha")
QDEF(MP_QSTR_isdigit, 168, 7, "isdigit")
QDEF(MP_QSTR_isinstance, 182, 10, "isinstance")
QDEF(MP_QSTR_islower, 252, 7, "islower")
QDEF(MP_QSTR_isspace, 91, 7, "isspace")
QDEF(MP_QSTR_issubclass, 181, 10, "issubclass")
QDEF(MP_QSTR_isupper, 221, 7, "isupper")
QDEF(MP_QSTR_items, 227, 5, "items")
QDEF(MP_QSTR_iter, 143, 4, "iter")
QDEF(MP_QSTR_join, 167, 4, "join")
QDEF(MP_QSTR_key, 50, 3, "key")
QDEF(MP_QSTR_keys, 1, 4, "keys")
QDEF(MP_QSTR_len, 98, 3, "len")
QDEF(MP_QSTR_list, 39, 4, "list")
QDEF(MP_QSTR_little, 137, 6, "little")
QDEF(MP_QSTR_locals, 59, 6, "locals")
QDEF(MP_QSTR_lower, 198, 5, "lower")
QDEF(MP_QSTR_lstrip, 229, 6, "lstrip")
QDEF(MP_QSTR_main, 206, 4, "main")
QDEF(MP_QSTR_map, 185, 3, "map")
QDEF(MP_QSTR_micropython, 11, 11, "micropython")
QDEF(MP_QSTR_next, 66, 4, "next")
QDEF(MP_QSTR_object, 144, 6, "object")
QDEF(MP_QSTR_open, 209, 4, "open")
QDEF(MP_QSTR_ord, 28, 3, "ord")
QDEF(MP_QSTR_pop, 42, 3, "pop")
QDEF(MP_QSTR_popitem, 191, 7, "popitem")
QDEF(MP_QSTR_pow, 45, 3, "pow")
QDEF(MP_QSTR_print, 84, 5, "print")
QDEF(MP_QSTR_range, 26, 5, "range")
QDEF(MP_QSTR_read, 183, 4, "read")
QDEF(MP_QSTR_readinto, 75, 8, "readinto")
QDEF(MP_QSTR_readline, 249, 8, "readline")
QDEF(MP_QSTR_remove, 99, 6, "remove")
QDEF(MP_QSTR_replace, 73, 7, "replace")
QDEF(MP_QSTR_repr, 208, 4, "repr")
QDEF(MP_QSTR_reverse, 37, 7, "reverse")
QDEF(MP_QSTR_rfind, 210, 5, "rfind")
QDEF(MP_QSTR_rindex, 233, 6, "rindex")
QDEF(MP_QSTR_round, 231, 5, "round")
QDEF(MP_QSTR_rsplit, 165, 6, "rsplit")
QDEF(MP_QSTR_rstrip, 59, 6, "rstrip")
QDEF(MP_QSTR_self, 121, 4, "self")
QDEF(MP_QSTR_send, 185, 4, "send")
QDEF(MP_QSTR_sep, 35, 3, "sep")
QDEF(MP_QSTR_set, 39, 3, "set")
QDEF(MP_QSTR_setattr, 212, 7, "setattr")
QDEF(MP_QSTR_setdefault, 108, 10, "setdefault")
QDEF(MP_QSTR_sort, 191, 4, "sort")
QDEF(MP_QSTR_sorted, 94, 6, "sorted")
QDEF(MP_QSTR_split, 183, 5, "split")
QDEF(MP_QSTR_start, 133, 5, "start")
QDEF(MP_QSTR_startswith, 116, 10, "startswith")
QDEF(MP_QSTR_staticmethod, 98, 12, "staticmethod")
QDEF(MP_QSTR_step, 87, 4, "step")
QDEF(MP_QSTR_stop, 157, 4, "stop")
QDEF(MP_QSTR_str, 80, 3, "str")
QDEF(MP_QSTR_strip, 41, 5, "strip")
QDEF(MP_QSTR_sum, 46, 3, "sum")
QDEF(MP_QSTR_super, 196, 5, "super")
QDEF(MP_QSTR_throw, 179, 5, "throw")
QDEF(MP_QSTR_to_bytes, 216, 8, "to_bytes")
QDEF(MP_QSTR_tuple, 253, 5, "tuple")
QDEF(MP_QSTR_type, 157, 4, "type")
QDEF(MP_QSTR_update, 180, 6, "update")
QDEF(MP_QSTR_upper, 39, 5, "upper")
QDEF(MP_QSTR_utf_hyphen_8, 183, 5, "utf-8")
QDEF(MP_QSTR_value, 78, 5, "value")
QDEF(MP_QSTR_values, 125, 6, "values")
QDEF(MP_QSTR_write, 152, 5, "write")
QDEF(MP_QSTR_zip, 230, 3, "zip")
QDEF(MP_QSTR___abs__, 149, 7, "__abs__")
QDEF(MP_QSTR___add__, 196, 7, "__add__")
QDEF(MP_QSTR___aenter__, 76, 10, "__aenter__")
QDEF(MP_QSTR___aexit__, 196, 9, "__aexit__")
QDEF(MP_QSTR___aiter__, 78, 9, "__aiter__")
QDEF(MP_QSTR___and__, 14, 7, "__and__")
QDEF(MP_QSTR___anext__, 131, 9, "__anext__")
QDEF(MP_QSTR___await__, 79, 9, "__await__")
QDEF(MP_QSTR___bases__, 3, 9, "__bases__")
QDEF(MP_QSTR___bool__, 43, 8, "__bool__")
QDEF(MP_QSTR___build_class__, 66, 15, "__build_class__")
QDEF(MP_QSTR___bytes__, 220, 9, "__bytes__")
QDEF(MP_QSTR___contains__, 198, 12, "__contains__")
QDEF(MP_QSTR___del__, 104, 7, "__del__")
QDEF(MP_QSTR___delete__, 220, 10, "__delete__")
QDEF(MP_QSTR___dict__, 127, 8, "__dict__")
QDEF(MP_QSTR___divmod__, 120, 10, "__divmod__")
QDEF(MP_QSTR___eq__, 113, 6, "__eq__")
QDEF(MP_QSTR___file__, 3, 8, "__file__")
QDEF(MP_QSTR___floordiv__, 70, 12, "__floordiv__")
QDEF(MP_QSTR___future__, 64, 10, "__future__")
QDEF(MP_QSTR___ge__, 167, 6, "__ge__")
QDEF(MP_QSTR___get__, 179, 7, "__get__")
QDEF(MP_QSTR___gt__, 182, 6, "__gt__")
QDEF(MP_QSTR___iadd__, 109, 8, "__iadd__")
QDEF(MP_QSTR___import__, 56, 10, "__import__")
QDEF(MP_QSTR___invert__, 247, 10, "__invert__")
QDEF(MP_QSTR___isub__, 8, 8, "__isub__")
QDEF(MP_QSTR___le__, 204, 6, "__le__")
QDEF(MP_QSTR___lshift__, 9, 10, "__lshift__")
QDEF(MP_QSTR___lt__, 93, 6, "__lt__")
QDEF(MP_QSTR___matmul__, 73, 10, "__matmul__")
QDEF(MP_QSTR___mod__, 99, 7, "__mod__")
QDEF(MP_QSTR___mul__, 49, 7, "__mul__")
QDEF(MP_QSTR___ne__, 14, 6, "__ne__")
QDEF(MP_QSTR___neg__, 105, 7, "__neg__")
QDEF(MP_QSTR___or__, 56, 6, "__or__")
QDEF(MP_QSTR___path__, 200, 8, "__path__")
QDEF(MP_QSTR___pos__, 41, 7, "__pos__")
QDEF(MP_QSTR___pow__, 45, 7, "__pow__")
QDEF(MP_QSTR___radd__, 22, 8, "__radd__")
QDEF(MP_QSTR___rand__, 220, 8, "__rand__")
QDEF(MP_QSTR___repl_print__, 1, 14, "__repl_print__")
QDEF(MP_QSTR___reversed__, 97, 12, "__reversed__")
QDEF(MP_QSTR___rfloordiv__, 84, 13, "__rfloordiv__")
QDEF(MP_QSTR___rlshift__, 27, 11, "__rlshift__")
QDEF(MP_QSTR___rmatmul__, 219, 11, "__rmatmul__")
QDEF(MP_QSTR___rmod__, 49, 8, "__rmod__")
QDEF(MP_QSTR___rmul__, 99, 8, "__rmul__")
QDEF(MP_QSTR___ror__, 42, 7, "__ror__")
QDEF(MP_QSTR___rpow__, 255, 8, "__rpow__")
QDEF(MP_QSTR___rrshift__, 197, 11, "__rrshift__")
QDEF(MP_QSTR___rshift__, 87, 10, "__rshift__")
QDEF(MP_QSTR___rsub__, 115, 8, "__rsub__")
QDEF(MP_QSTR___rtruediv__, 90, 12, "__rtruediv__")
QDEF(MP_QSTR___rxor__, 242, 8, "__rxor__")
QDEF(MP_QSTR___set__, 167, 7, "__set__")
QDEF(MP_QSTR___sub__, 33, 7, "__sub__")
QDEF(MP_QSTR___traceback__, 79, 13, "__traceback__")
QDEF(MP_QSTR___truediv__, 136, 11, "__truediv__")
QDEF(MP_QSTR___version__, 63, 11, "__version__")
QDEF(MP_QSTR___xor__, 32, 7, "__xor__")
QDEF(MP_QSTR__percent__hash_o, 108, 3, "%#o")
QDEF(MP_QSTR__percent__hash_x, 123, 3, "%#x")
QDEF(MP_QSTR__brace_open__colon__hash_b_brace_close_, 88, 5, "{:#b}")
QDEF(MP_QSTR_maximum_space_recursion_space_depth_space_exceeded, 115, 32, "maximum recursion depth exceeded")
QDEF(MP_QSTR__lt_lambda_gt_, 128, 8, "<lambda>")
QDEF(MP_QSTR__lt_listcomp_gt_, 212, 10, "<listcomp>")
QDEF(MP_QSTR__lt_dictcomp_gt_, 204, 10, "<dictcomp>")
QDEF(MP_QSTR__lt_setcomp_gt_, 84, 9, "<setcomp>")
QDEF(MP_QSTR__lt_genexpr_gt_, 52, 9, "<genexpr>")
QDEF(MP_QSTR__lt_string_gt_, 82, 8, "<string>")
QDEF(MP_QSTR__lt_stdin_gt_, 227, 7, "<stdin>")
QDEF(MP_QSTR__dot_frozen, 129, 7, ".frozen")
QDEF(MP_QSTR_pystack_space_exhausted, 37, 17, "pystack exhausted")
QDEF(MP_QSTR__slash_lib, 141, 4, "/lib")
QDEF(MP_QSTR_A0, 84, 2, "A0")
QDEF(MP_QSTR_A1, 85, 2, "A1")
QDEF(MP_QSTR_A2, 86, 2, "A2")
QDEF(MP_QSTR_A3, 87, 2, "A3")
QDEF(MP_QSTR_AES, 18, 3, "AES")
QDEF(MP_QSTR_AUTO_RELOAD, 4, 11, "AUTO_RELOAD")
QDEF(MP_QSTR_Adapter, 18, 7, "Adapter")
QDEF(MP_QSTR_Address, 147, 7, "Address")
QDEF(MP_QSTR_AlphaFunc, 143, 9, "AlphaFunc")
QDEF(MP_QSTR_AnalogIn, 200, 8, "AnalogIn")
QDEF(MP_QSTR_AnalogOut, 65, 9, "AnalogOut")
QDEF(MP_QSTR_Atkinson, 78, 8, "Atkinson")
QDEF(MP_QSTR_Attribute, 249, 9, "Attribute")
QDEF(MP_QSTR_BGR, 210, 3, "BGR")
QDEF(MP_QSTR_BGR555, 71, 6, "BGR555")
QDEF(MP_QSTR_BGR555_SWAPPED, 124, 14, "BGR555_SWAPPED")
QDEF(MP_QSTR_BGR565, 100, 6, "BGR565")
QDEF(MP_QSTR_BGR565_SWAPPED, 223, 14, "BGR565_SWAPPED")
QDEF(MP_QSTR_BOOTLOADER, 226, 10, "BOOTLOADER")
QDEF(MP_QSTR_BROADCAST, 90, 9, "BROADCAST")
QDEF(MP_QSTR_BROWNOUT, 141, 8, "BROWNOUT")
QDEF(MP_QSTR_Begin, 162, 5, "Begin")
QDEF(MP_QSTR_Bitmap, 70, 6, "Bitmap")
QDEF(MP_QSTR_BitmapExtFormat, 76, 15, "BitmapExtFormat")
QDEF(MP_QSTR_BitmapHandle, 172, 12, "BitmapHandle")
QDEF(MP_QSTR_BitmapLayout, 188, 12, "BitmapLayout")
QDEF(MP_QSTR_BitmapLayoutH, 116, 13, "BitmapLayoutH")
QDEF(MP_QSTR_BitmapSize, 67, 10, "BitmapSize")
QDEF(MP_QSTR_BitmapSizeH, 235, 11, "BitmapSizeH")
QDEF(MP_QSTR_BitmapSource, 219, 12, "BitmapSource")
QDEF(MP_QSTR_BitmapSwizzle, 98, 13, "BitmapSwizzle")
QDEF(MP_QSTR_BitmapTransformA, 75, 16, "BitmapTransformA")
QDEF(MP_QSTR_BitmapTransformB, 72, 16, "BitmapTransformB")
QDEF(MP_QSTR_BitmapTransformC, 73, 16, "BitmapTransformC")
QDEF(MP_QSTR_BitmapTransformD, 78, 16, "BitmapTransformD")
QDEF(MP_QSTR_BitmapTransformE, 79, 16, "BitmapTransformE")
QDEF(MP_QSTR_BitmapTransformF, 76, 16, "BitmapTransformF")
QDEF(MP_QSTR_BlendFunc, 26, 9, "BlendFunc")
QDEF(MP_QSTR_BluetoothError, 171, 14, "BluetoothError")
QDEF(MP_QSTR_BrokenPipeError, 46, 15, "BrokenPipeError")
QDEF(MP_QSTR_BuiltinFont, 151, 11, "BuiltinFont")
QDEF(MP_QSTR_ByteArray, 118, 9, "ByteArray")
QDEF(MP_QSTR_BytesIO, 26, 7, "BytesIO")
QDEF(MP_QSTR_C, 230, 1, "C")
QDEF(MP_QSTR_CONSUMER_CONTROL, 67, 16, "CONSUMER_CONTROL")
QDEF(MP_QSTR_Call, 71, 4, "Call")
QDEF(MP_QSTR_CancelledError, 246, 14, "CancelledError")
QDEF(MP_QSTR_Cell, 67, 4, "Cell")
QDEF(MP_QSTR_Characteristic, 88, 14, "Characteristic")
QDEF(MP_QSTR_CharacteristicBuffer, 152, 20, "CharacteristicBuffer")
QDEF(MP_QSTR_Circle, 151, 6, "Circle")
QDEF(MP_QSTR_Clear, 156, 5, "Clear")
QDEF(MP_QSTR_ClearColorA, 32, 11, "ClearColorA")
QDEF(MP_QSTR_ClearColorRGB, 22, 13, "ClearColorRGB")
QDEF(MP_QSTR_ClearStencil, 182, 12, "ClearStencil")
QDEF(MP_QSTR_ClearTag, 46, 8, "ClearTag")
QDEF(MP_QSTR_ColorA, 185, 6, "ColorA")
QDEF(MP_QSTR_ColorConverter, 184, 14, "ColorConverter")
QDEF(MP_QSTR_ColorMask, 204, 9, "ColorMask")
QDEF(MP_QSTR_ColorRGB, 15, 8, "ColorRGB")
QDEF(MP_QSTR_ColorSpace, 220, 10, "ColorSpace")
QDEF(MP_QSTR_Colorspace, 188, 10, "Colorspace")
QDEF(MP_QSTR_Connection, 211, 10, "Connection")
QDEF(MP_QSTR_ConnectionError, 75, 15, "ConnectionError")
QDEF(MP_QSTR_Counter, 49, 7, "Counter")
QDEF(MP_QSTR_DEEP_SLEEP_ALARM, 13, 16, "DEEP_SLEEP_ALARM")
QDEF(MP_QSTR_DOWN, 55, 4, "DOWN")
QDEF(MP_QSTR_DeepSleepRequest, 47, 16, "DeepSleepRequest")
QDEF(MP_QSTR_Descriptor, 182, 10, "Descriptor")
QDEF(MP_QSTR_Device, 29, 6, "Device")
QDEF(MP_QSTR_DigitalInOut, 246, 12, "DigitalInOut")
QDEF(MP_QSTR_Direction, 64, 9, "Direction")
QDEF(MP_QSTR_Display, 63, 7, "Display")
QDEF(MP_QSTR_DitherAlgorithm, 172, 15, "DitherAlgorithm")
QDEF(MP_QSTR_DriveMode, 170, 9, "DriveMode")
QDEF(MP_QSTR_EACCES, 55, 6, "EACCES")
QDEF(MP_QSTR_EADDRINUSE, 23, 10, "EADDRINUSE")
QDEF(MP_QSTR_EAGAIN, 32, 6, "EAGAIN")
QDEF(MP_QSTR_EALREADY, 70, 8, "EALREADY")
QDEF(MP_QSTR_EBADF, 97, 5, "EBADF")
QDEF(MP_QSTR_ECONNABORTED, 39, 12, "ECONNABORTED")
QDEF(MP_QSTR_ECONNREFUSED, 58, 12, "ECONNREFUSED")
QDEF(MP_QSTR_ECONNRESET, 25, 10, "ECONNRESET")
QDEF(MP_QSTR_EEXIST, 83, 6, "EEXIST")
QDEF(MP_QSTR_EHOSTUNREACH, 134, 12, "EHOSTUNREACH")
QDEF(MP_QSTR_EINPROGRESS, 154, 11, "EINPROGRESS")
QDEF(MP_QSTR_EINVAL, 92, 6, "EINVAL")
QDEF(MP_QSTR_EIO, 134, 3, "EIO")
QDEF(MP_QSTR_EISDIR, 165, 6, "EISDIR")
QDEF(MP_QSTR_ENCRYPT_NO_MITM, 94, 15, "ENCRYPT_NO_MITM")
QDEF(MP_QSTR_ENCRYPT_WITH_MITM, 157, 17, "ENCRYPT_WITH_MITM")
QDEF(MP_QSTR_ENOBUFS, 227, 7, "ENOBUFS")
QDEF(MP_QSTR_ENODEV, 182, 6, "ENODEV")
QDEF(MP_QSTR_ENOENT, 94, 6, "ENOENT")
QDEF(MP_QSTR_ENOMEM, 164, 6, "ENOMEM")
QDEF(MP_QSTR_ENOTCONN, 121, 8, "ENOTCONN")
QDEF(MP_QSTR_EOPNOTSUPP, 172, 10, "EOPNOTSUPP")
QDEF(MP_QSTR_EPERM, 234, 5, "EPERM")
QDEF(MP_QSTR_EPaperDisplay, 108, 13, "EPaperDisplay")
QDEF(MP_QSTR_ETIMEDOUT, 255, 9, "ETIMEDOUT")
QDEF(MP_QSTR_EVEN, 221, 4, "EVEN")
QDEF(MP_QSTR_EVEN_BYTES, 123, 10, "EVEN_BYTES")
QDEF(MP_QSTR_EVERY_BYTE, 237, 10, "EVERY_BYTE")
QDEF(MP_QSTR_Edge, 166, 4, "Edge")
QDEF(MP_QSTR_End, 42, 3, "End")
QDEF(MP_QSTR_Event, 233, 5, "Event")
QDEF(MP_QSTR_EventQueue, 24, 10, "EventQueue")
QDEF(MP_QSTR_ExtType, 84, 7, "ExtType")
QDEF(MP_QSTR_FALL, 130, 4, "FALL")
QDEF(MP_QSTR_FONT, 86, 4, "FONT")
QDEF(MP_QSTR_FileIO, 197, 6, "FileIO")
QDEF(MP_QSTR_Flash, 149, 5, "Flash")
QDEF(MP_QSTR_FloydStenberg, 99, 13, "FloydStenberg")
QDEF(MP_QSTR_FourWire, 2, 8, "FourWire")
QDEF(MP_QSTR_FramebufferDisplay, 162, 18, "FramebufferDisplay")
QDEF(MP_QSTR_GP0, 130, 3, "GP0")
QDEF(MP_QSTR_GP1, 131, 3, "GP1")
QDEF(MP_QSTR_GP10, 211, 4, "GP10")
QDEF(MP_QSTR_GP11, 210, 4, "GP11")
QDEF(MP_QSTR_GP12, 209, 4, "GP12")
QDEF(MP_QSTR_GP13, 208, 4, "GP13")
QDEF(MP_QSTR_GP14, 215, 4, "GP14")
QDEF(MP_QSTR_GP15, 214, 4, "GP15")
QDEF(MP_QSTR_GP16, 213, 4, "GP16")
QDEF(MP_QSTR_GP17, 212, 4, "GP17")
QDEF(MP_QSTR_GP18, 219, 4, "GP18")
QDEF(MP_QSTR_GP19, 218, 4, "GP19")
QDEF(MP_QSTR_GP2, 128, 3, "GP2")
QDEF(MP_QSTR_GP20, 176, 4, "GP20")
QDEF(MP_QSTR_GP21, 177, 4, "GP21")
QDEF(MP_QSTR_GP22, 178, 4, "GP22")
QDEF(MP_QSTR_GP23, 179, 4, "GP23")
QDEF(MP_QSTR_GP24, 180, 4, "GP24")
QDEF(MP_QSTR_GP25, 181, 4, "GP25")
QDEF(MP_QSTR_GP26, 182, 4, "GP26")
QDEF(MP_QSTR_GP26_A0, 56, 7, "GP26_A0")
QDEF(MP_QSTR_GP27, 183, 4, "GP27")
QDEF(MP_QSTR_GP27_A1, 152, 7, "GP27_A1")
QDEF(MP_QSTR_GP28, 184, 4, "GP28")
QDEF(MP_QSTR_GP28_A2, 116, 7, "GP28_A2")
QDEF(MP_QSTR_GP3, 129, 3, "GP3")
QDEF(MP_QSTR_GP4, 134, 3, "GP4")
QDEF(MP_QSTR_GP5, 135, 3, "GP5")
QDEF(MP_QSTR_GP6, 132, 3, "GP6")
QDEF(MP_QSTR_GP7, 133, 3, "GP7")
QDEF(MP_QSTR_GP8, 138, 3, "GP8")
QDEF(MP_QSTR_GP9, 139, 3, "GP9")
QDEF(MP_QSTR_GPIO0, 164, 5, "GPIO0")
QDEF(MP_QSTR_GPIO1, 165, 5, "GPIO1")
QDEF(MP_QSTR_GPIO10, 117, 6, "GPIO10")
QDEF(MP_QSTR_GPIO11, 116, 6, "GPIO11")
QDEF(MP_QSTR_GPIO12, 119, 6, "GPIO12")
QDEF(MP_QSTR_GPIO13, 118, 6, "GPIO13")
QDEF(MP_QSTR_GPIO14, 113, 6, "GPIO14")
QDEF(MP_QSTR_GPIO15, 112, 6, "GPIO15")
QDEF(MP_QSTR_GPIO16, 115, 6, "GPIO16")
QDEF(MP_QSTR_GPIO17, 114, 6, "GPIO17")
QDEF(MP_QSTR_GPIO18, 125, 6, "GPIO18")
QDEF(MP_QSTR_GPIO19, 124, 6, "GPIO19")
QDEF(MP_QSTR_GPIO2, 166, 5, "GPIO2")
QDEF(MP_QSTR_GPIO20, 86, 6, "GPIO20")
QDEF(MP_QSTR_GPIO21, 87, 6, "GPIO21")
QDEF(MP_QSTR_GPIO22, 84, 6, "GPIO22")
QDEF(MP_QSTR_GPIO23, 85, 6, "GPIO23")
QDEF(MP_QSTR_GPIO24, 82, 6, "GPIO24")
QDEF(MP_QSTR_GPIO25, 83, 6, "GPIO25")
QDEF(MP_QSTR_GPIO26, 80, 6, "GPIO26")
QDEF(MP_QSTR_GPIO27, 81, 6, "GPIO27")
QDEF(MP_QSTR_GPIO28, 94, 6, "GPIO28")
QDEF(MP_QSTR_GPIO29, 95, 6, "GPIO29")
QDEF(MP_QSTR_GPIO3, 167, 5, "GPIO3")
QDEF(MP_QSTR_GPIO4, 160, 5, "GPIO4")
QDEF(MP_QSTR_GPIO5, 161, 5, "GPIO5")
QDEF(MP_QSTR_GPIO6, 162, 5, "GPIO6")
QDEF(MP_QSTR_GPIO7, 163, 5, "GPIO7")
QDEF(MP_QSTR_GPIO8, 172, 5, "GPIO8")
QDEF(MP_QSTR_GPIO9, 173, 5, "GPIO9")
QDEF(MP_QSTR_GifWriter, 130, 9, "GifWriter")
QDEF(MP_QSTR_Glyph, 111, 5, "Glyph")
QDEF(MP_QSTR_Group, 218, 5, "Group")
QDEF(MP_QSTR_I2C, 93, 3, "I2C")
QDEF(MP_QSTR_I2CDevice, 69, 9, "I2CDevice")
QDEF(MP_QSTR_I2CDisplay, 231, 10, "I2CDisplay")
QDEF(MP_QSTR_I2SOut, 3, 6, "I2SOut")
QDEF(MP_QSTR_INDICATE, 92, 8, "INDICATE")
QDEF(MP_QSTR_INPUT, 83, 5, "INPUT")
QDEF(MP_QSTR_IV, 58, 2, "IV")
QDEF(MP_QSTR_IncrementalEncoder, 93, 18, "IncrementalEncoder")
QDEF(MP_QSTR_Jump, 7, 4, "Jump")
QDEF(MP_QSTR_KEYBOARD, 168, 8, "KEYBOARD")
QDEF(MP_QSTR_KeyMatrix, 41, 9, "KeyMatrix")
QDEF(MP_QSTR_Keys, 225, 4, "Keys")
QDEF(MP_QSTR_L8, 49, 2, "L8")
QDEF(MP_QSTR_LED, 136, 3, "LED")
QDEF(MP_QSTR_LESC_ENCRYPT_WITH_MITM, 187, 22, "LESC_ENCRYPT_WITH_MITM")
QDEF(MP_QSTR_LineWidth, 173, 9, "LineWidth")
QDEF(MP_QSTR_M, 232, 1, "M")
QDEF(MP_QSTR_MISO, 157, 4, "MISO")
QDEF(MP_QSTR_MODE_CBC, 27, 8, "MODE_CBC")
QDEF(MP_QSTR_MODE_CTR, 92, 8, "MODE_CTR")
QDEF(MP_QSTR_MODE_ECB, 189, 8, "MODE_ECB")
QDEF(MP_QSTR_MOSI, 29, 4, "MOSI")
QDEF(MP_QSTR_MOUSE, 36, 5, "MOUSE")
QDEF(MP_QSTR_MP3Decoder, 21, 10, "MP3Decoder")
QDEF(MP_QSTR_Macro, 23, 5, "Macro")
QDEF(MP_QSTR_MidiTrack, 227, 9, "MidiTrack")
QDEF(MP_QSTR_Mixer, 110, 5, "Mixer")
QDEF(MP_QSTR_MixerVoice, 184, 10, "MixerVoice")
QDEF(MP_QSTR_MpyError, 57, 8, "MpyError")
QDEF(MP_QSTR_NORMAL, 246, 6, "NORMAL")
QDEF(MP_QSTR_NOTIFY, 134, 6, "NOTIFY")
QDEF(MP_QSTR_NO_ACCESS, 63, 9, "NO_ACCESS")
QDEF(MP_QSTR_NaN, 36, 3, "NaN")
QDEF(MP_QSTR_None, 111, 4, "None")
QDEF(MP_QSTR_Nop, 212, 3, "Nop")
QDEF(MP_QSTR_ODD, 106, 3, "ODD")
QDEF(MP_QSTR_ODD_BYTES, 12, 9, "ODD_BYTES")
QDEF(MP_QSTR_OPEN, 145, 4, "OPEN")
QDEF(MP_QSTR_OPEN_DRAIN, 94, 10, "OPEN_DRAIN")
QDEF(MP_QSTR_OUTPUT, 218, 6, "OUTPUT")
QDEF(MP_QSTR_OnDiskBitmap, 18, 12, "OnDiskBitmap")
QDEF(MP_QSTR_OneWire, 104, 7, "OneWire")
QDEF(MP_QSTR_OrderedDict, 240, 11, "OrderedDict")
QDEF(MP_QSTR_PDMIn, 123, 5, "PDMIn")
QDEF(MP_QSTR_POLLERR, 223, 7, "POLLERR")
QDEF(MP_QSTR_POLLHUP, 119, 7, "POLLHUP")
QDEF(MP_QSTR_POLLIN, 125, 6, "POLLIN")
QDEF(MP_QSTR_POLLOUT, 116, 7, "POLLOUT")
QDEF(MP_QSTR_POWER_ON, 196, 8, "POWER_ON")
QDEF(MP_QSTR_PUBLIC, 164, 6, "PUBLIC")
QDEF(MP_QSTR_PUSH_PULL, 129, 9, "PUSH_PULL")
QDEF(MP_QSTR_PWMAudioOut, 183, 11, "PWMAudioOut")
QDEF(MP_QSTR_PWMOut, 193, 6, "PWMOut")
QDEF(MP_QSTR_PacketBuffer, 237, 12, "PacketBuffer")
QDEF(MP_QSTR_Palette, 248, 7, "Palette")
QDEF(MP_QSTR_PaletteSource, 37, 13, "PaletteSource")
QDEF(MP_QSTR_ParallelBus, 42, 11, "ParallelBus")
QDEF(MP_QSTR_ParallelImageCapture, 205, 20, "ParallelImageCapture")
QDEF(MP_QSTR_Parity, 34, 6, "Parity")
QDEF(MP_QSTR_Pin, 18, 3, "Pin")
QDEF(MP_QSTR_PinAlarm, 193, 8, "PinAlarm")
QDEF(MP_QSTR_PixelBuf, 252, 8, "PixelBuf")
QDEF(MP_QSTR_PixelPolicy, 109, 11, "PixelPolicy")
QDEF(MP_QSTR_PointSize, 12, 9, "PointSize")
QDEF(MP_QSTR_Polygon, 73, 7, "Polygon")
QDEF(MP_QSTR_PortIn, 251, 6, "PortIn")
QDEF(MP_QSTR_PortOut, 146, 7, "PortOut")
QDEF(MP_QSTR_Processor, 19, 9, "Processor")
QDEF(MP_QSTR_Pull, 96, 4, "Pull")
QDEF(MP_QSTR_PulseIn, 253, 7, "PulseIn")
QDEF(MP_QSTR_PulseOut, 212, 8, "PulseOut")
QDEF(MP_QSTR_QRDecoder, 216, 9, "QRDecoder")
QDEF(MP_QSTR_QRInfo, 40, 6, "QRInfo")
QDEF(MP_QSTR_RAISE, 105, 5, "RAISE")
QDEF(MP_QSTR_RANDOM_PRIVATE_NON_RESOLVABLE, 216, 29, "RANDOM_PRIVATE_NON_RESOLVABLE")
QDEF(MP_QSTR_RANDOM_PRIVATE_RESOLVABLE, 136, 25, "RANDOM_PRIVATE_RESOLVABLE")
QDEF(MP_QSTR_RANDOM_STATIC, 89, 13, "RANDOM_STATIC")
QDEF(MP_QSTR_READ, 183, 4, "READ")
QDEF(MP_QSTR_REPL_RELOAD, 32, 11, "REPL_RELOAD")
QDEF(MP_QSTR_RESCUE_DEBUG, 60, 12, "RESCUE_DEBUG")
QDEF(MP_QSTR_RESET, 48, 5, "RESET")
QDEF(MP_QSTR_RESET_PIN, 56, 9, "RESET_PIN")
QDEF(MP_QSTR_RGB555, 71, 6, "RGB555")
QDEF(MP_QSTR_RGB555_SWAPPED, 124, 14, "RGB555_SWAPPED")
QDEF(MP_QSTR_RGB565, 100, 6, "RGB565")
QDEF(MP_QSTR_RGB565_SWAPPED, 223, 14, "RGB565_SWAPPED")
QDEF(MP_QSTR_RGB888, 170, 6, "RGB888")
QDEF(MP_QSTR_RGBMatrix, 169, 9, "RGBMatrix")
QDEF(MP_QSTR_RISE, 232, 4, "RISE")
QDEF(MP_QSTR_RISE_AND_FALL, 68, 13, "RISE_AND_FALL")
QDEF(MP_QSTR_RTC, 160, 3, "RTC")
QDEF(MP_QSTR_RawSample, 231, 9, "RawSample")
QDEF(MP_QSTR_Rectangle, 196, 9, "Rectangle")
QDEF(MP_QSTR_ReloadException, 3, 15, "ReloadException")
QDEF(MP_QSTR_ResetReason, 84, 11, "ResetReason")
QDEF(MP_QSTR_RestoreContext, 210, 14, "RestoreContext")
QDEF(MP_QSTR_Return, 111, 6, "Return")
QDEF(MP_QSTR_RoleError, 233, 9, "RoleError")
QDEF(MP_QSTR_RunMode, 143, 7, "RunMode")
QDEF(MP_QSTR_RunReason, 232, 9, "RunReason")
QDEF(MP_QSTR_Runtime, 185, 7, "Runtime")
QDEF(MP_QSTR_SAFE_MODE, 8, 9, "SAFE_MODE")
QDEF(MP_QSTR_SDCard, 166, 6, "SDCard")
QDEF(MP_QSTR_SH1107_addressing, 80, 17, "SH1107_addressing")
QDEF(MP_QSTR_SIGNED_NO_MITM, 203, 14, "SIGNED_NO_MITM")
QDEF(MP_QSTR_SIGNED_WITH_MITM, 72, 16, "SIGNED_WITH_MITM")
QDEF(MP_QSTR_SMPS_MODE, 68, 9, "SMPS_MODE")
QDEF(MP_QSTR_SOFTWARE, 202, 8, "SOFTWARE")
QDEF(MP_QSTR_SPI, 239, 3, "SPI")
QDEF(MP_QSTR_SPIDevice, 55, 9, "SPIDevice")
QDEF(MP_QSTR_STARTUP, 128, 7, "STARTUP")
QDEF(MP_QSTR_SUPERVISOR_RELOAD, 251, 17, "SUPERVISOR_RELOAD")
QDEF(MP_QSTR_SaveContext, 187, 11, "SaveContext")
QDEF(MP_QSTR_ScanEntry, 238, 9, "ScanEntry")
QDEF(MP_QSTR_ScanResults, 160, 11, "ScanResults")
QDEF(MP_QSTR_ScissorSize, 196, 11, "ScissorSize")
QDEF(MP_QSTR_ScissorXY, 128, 9, "ScissorXY")
QDEF(MP_QSTR_SecurityError, 107, 13, "SecurityError")
QDEF(MP_QSTR_Serial, 229, 6, "Serial")
QDEF(MP_QSTR_Service, 184, 7, "Service")
QDEF(MP_QSTR_Shape, 234, 5, "Shape")
QDEF(MP_QSTR_SharpMemoryFramebuffer, 193, 22, "SharpMemoryFramebuffer")
QDEF(MP_QSTR_ShiftRegisterKeys, 200, 17, "ShiftRegisterKeys")
QDEF(MP_QSTR_SleepMemory, 171, 11, "SleepMemory")
QDEF(MP_QSTR_StateMachine, 215, 12, "StateMachine")
QDEF(MP_QSTR_StencilFunc, 241, 11, "StencilFunc")
QDEF(MP_QSTR_StencilMask, 251, 11, "StencilMask")
QDEF(MP_QSTR_StencilOp, 208, 9, "StencilOp")
QDEF(MP_QSTR_StopAsyncIteration, 236, 18, "StopAsyncIteration")
QDEF(MP_QSTR_StringIO, 118, 8, "StringIO")
QDEF(MP_QSTR_Tag, 23, 3, "Tag")
QDEF(MP_QSTR_TagMask, 227, 7, "TagMask")
QDEF(MP_QSTR_Task, 8, 4, "Task")
QDEF(MP_QSTR_TaskQueue, 153, 9, "TaskQueue")
QDEF(MP_QSTR_Terminal, 33, 8, "Terminal")
QDEF(MP_QSTR_TextIOWrapper, 173, 13, "TextIOWrapper")
QDEF(MP_QSTR_TileGrid, 73, 8, "TileGrid")
QDEF(MP_QSTR_TimeAlarm, 195, 9, "TimeAlarm")
QDEF(MP_QSTR_TimeoutError, 102, 12, "TimeoutError")
QDEF(MP_QSTR_TouchAlarm, 51, 10, "TouchAlarm")
QDEF(MP_QSTR_TouchIn, 103, 7, "TouchIn")
QDEF(MP_QSTR_UART, 183, 4, "UART")
QDEF(MP_QSTR_UF2, 68, 3, "UF2")
QDEF(MP_QSTR_UNKNOWN, 141, 7, "UNKNOWN")
QDEF(MP_QSTR_UP, 160, 2, "UP")
QDEF(MP_QSTR_UUID, 200, 4, "UUID")
QDEF(MP_QSTR_UnicodeError, 34, 12, "UnicodeError")
QDEF(MP_QSTR_VBUS_SENSE, 134, 10, "VBUS_SENSE")
QDEF(MP_QSTR_VOLTAGE_MONITOR, 244, 15, "VOLTAGE_MONITOR")
QDEF(MP_QSTR_VectorShape, 115, 11, "VectorShape")
QDEF(MP_QSTR_Vertex2f, 89, 8, "Vertex2f")
QDEF(MP_QSTR_Vertex2ii, 127, 9, "Vertex2ii")
QDEF(MP_QSTR_VertexFormat, 206, 12, "VertexFormat")
QDEF(MP_QSTR_VertexTranslateX, 83, 16, "VertexTranslateX")
QDEF(MP_QSTR_VertexTranslateY, 82, 16, "VertexTranslateY")
QDEF(MP_QSTR_VfsFat, 21, 6, "VfsFat")
QDEF(MP_QSTR_WATCHDOG, 1, 8, "WATCHDOG")
QDEF(MP_QSTR_WRITE, 248, 5, "WRITE")
QDEF(MP_QSTR_WRITE_NO_RESPONSE, 218, 17, "WRITE_NO_RESPONSE")
QDEF(MP_QSTR_WatchDogMode, 3, 12, "WatchDogMode")
QDEF(MP_QSTR_WatchDogTimeout, 251, 15, "WatchDogTimeout")
QDEF(MP_QSTR_WatchDogTimer, 135, 13, "WatchDogTimer")
QDEF(MP_QSTR_WaveFile, 230, 8, "WaveFile")
QDEF(MP_QSTR__EVE, 108, 4, "_EVE")
QDEF(MP_QSTR__asyncio, 218, 8, "_asyncio")
QDEF(MP_QSTR__bleio, 247, 6, "_bleio")
QDEF(MP_QSTR__eve, 12, 4, "_eve")
QDEF(MP_QSTR__task_queue, 217, 11, "_task_queue")
QDEF(MP_QSTR__transmit, 208, 9, "_transmit")
QDEF(MP_QSTR_a, 196, 1, "a")
QDEF(MP_QSTR_a2b_base64, 60, 10, "a2b_base64")
QDEF(MP_QSTR_acos, 27, 4, "acos")
QDEF(MP_QSTR_acosh, 19, 5, "acosh")
QDEF(MP_QSTR_active, 105, 6, "active")
QDEF(MP_QSTR_adafruit_bus_device, 161, 19, "adafruit_bus_device")
QDEF(MP_QSTR_adafruit_bus_device_dot_i2c_device, 176, 30, "adafruit_bus_device.i2c_device")
QDEF(MP_QSTR_adafruit_bus_device_dot_spi_device, 226, 30, "adafruit_bus_device.spi_device")
QDEF(MP_QSTR_adafruit_pixelbuf, 123, 17, "adafruit_pixelbuf")
QDEF(MP_QSTR_adapter, 242, 7, "adapter")
QDEF(MP_QSTR_add, 68, 3, "add")
QDEF(MP_QSTR_add_frame, 166, 9, "add_frame")
QDEF(MP_QSTR_add_to_characteristic, 34, 21, "add_to_characteristic")
QDEF(MP_QSTR_add_to_service, 2, 14, "add_to_service")
QDEF(MP_QSTR_addr_pins, 109, 9, "addr_pins")
QDEF(MP_QSTR_address, 115, 7, "address")
QDEF(MP_QSTR_address_bytes, 245, 13, "address_bytes")
QDEF(MP_QSTR_address_type, 20, 12, "address_type")
QDEF(MP_QSTR_advertisement_bytes, 126, 19, "advertisement_bytes")
QDEF(MP_QSTR_advertising, 143, 11, "advertising")
QDEF(MP_QSTR_aesio, 20, 5, "aesio")
QDEF(MP_QSTR_alarm, 22, 5, "alarm")
QDEF(MP_QSTR_algorithm, 10, 9, "algorithm")
QDEF(MP_QSTR_alphablend, 80, 10, "alphablend")
QDEF(MP_QSTR_always_toggle_chip_select, 227, 25, "always_toggle_chip_select")
QDEF(MP_QSTR_analogio, 9, 8, "analogio")
QDEF(MP_QSTR_angle, 132, 5, "angle")
QDEF(MP_QSTR_annotations, 113, 11, "annotations")
QDEF(MP_QSTR_anonymous, 22, 9, "anonymous")
QDEF(MP_QSTR_arange, 123, 6, "arange")
QDEF(MP_QSTR_arctan2, 28, 7, "arctan2")
QDEF(MP_QSTR_argmax, 165, 6, "argmax")
QDEF(MP_QSTR_argmin, 187, 6, "argmin")
QDEF(MP_QSTR_argsort, 43, 7, "argsort")
QDEF(MP_QSTR_argv, 199, 4, "argv")
QDEF(MP_QSTR_around, 6, 6, "around")
QDEF(MP_QSTR_array, 124, 5, "array")
QDEF(MP_QSTR_arrayblit, 15, 9, "arrayblit")
QDEF(MP_QSTR_asin, 80, 4, "asin")
QDEF(MP_QSTR_asinh, 56, 5, "asinh")
QDEF(MP_QSTR_atan, 31, 4, "atan")
QDEF(MP_QSTR_atan2, 205, 5, "atan2")
QDEF(MP_QSTR_atanh, 151, 5, "atanh")
QDEF(MP_QSTR_atexit, 176, 6, "atexit")
QDEF(MP_QSTR_audiobusio, 145, 10, "audiobusio")
QDEF(MP_QSTR_audiocore, 232, 9, "audiocore")
QDEF(MP_QSTR_audiomixer, 88, 10, "audiomixer")
QDEF(MP_QSTR_audiomp3, 157, 8, "audiomp3")
QDEF(MP_QSTR_audiopwmio, 223, 10, "audiopwmio")
QDEF(MP_QSTR_auto_brightness, 252, 15, "auto_brightness")
QDEF(MP_QSTR_auto_pull, 48, 9, "auto_pull")
QDEF(MP_QSTR_auto_push, 75, 9, "auto_push")
QDEF(MP_QSTR_auto_refresh, 232, 12, "auto_refresh")
QDEF(MP_QSTR_auto_write, 232, 10, "auto_write")
QDEF(MP_QSTR_axis, 6, 4, "axis")
QDEF(MP_QSTR_b2a_base64, 60, 10, "b2a_base64")
QDEF(MP_QSTR_background_write, 105, 16, "background_write")
QDEF(MP_QSTR_backlight_on_high, 255, 17, "backlight_on_high")
QDEF(MP_QSTR_backlight_pin, 216, 13, "backlight_pin")
QDEF(MP_QSTR_base, 240, 4, "base")
QDEF(MP_QSTR_baudrate, 245, 8, "baudrate")
QDEF(MP_QSTR_bin, 224, 3, "bin")
QDEF(MP_QSTR_binascii, 145, 8, "binascii")
QDEF(MP_QSTR_bisect, 143, 6, "bisect")
QDEF(MP_QSTR_bit_clock, 205, 9, "bit_clock")
QDEF(MP_QSTR_bit_depth, 136, 9, "bit_depth")
QDEF(MP_QSTR_bit_length, 185, 10, "bit_length")
QDEF(MP_QSTR_bit_transpose, 150, 13, "bit_transpose")
QDEF(MP_QSTR_bitbangio, 86, 9, "bitbangio")
QDEF(MP_QSTR_bitmap, 102, 6, "bitmap")
QDEF(MP_QSTR_bitmaptools, 109, 11, "bitmaptools")
QDEF(MP_QSTR_bitops, 86, 6, "bitops")
QDEF(MP_QSTR_bits, 73, 4, "bits")
QDEF(MP_QSTR_bits_per_pixel, 230, 14, "bits_per_pixel")
QDEF(MP_QSTR_bits_per_sample, 72, 15, "bits_per_sample")
QDEF(MP_QSTR_black_bits_inverted, 221, 19, "black_bits_inverted")
QDEF(MP_QSTR_blit, 246, 4, "blit")
QDEF(MP_QSTR_block_size, 86, 10, "block_size")
QDEF(MP_QSTR_board, 127, 5, "board")
QDEF(MP_QSTR_board_id, 237, 8, "board_id")
QDEF(MP_QSTR_bond, 2, 4, "bond")
QDEF(MP_QSTR_boot_device, 244, 11, "boot_device")
QDEF(MP_QSTR_bound_method, 151, 12, "bound_method")
QDEF(MP_QSTR_boundary_fill, 13, 13, "boundary_fill")
QDEF(MP_QSTR_bpp, 199, 3, "bpp")
QDEF(MP_QSTR_brightness, 76, 10, "brightness")
QDEF(MP_QSTR_brightness_command, 212, 18, "brightness_command")
QDEF(MP_QSTR_buf, 116, 3, "buf")
QDEF(MP_QSTR_buffer, 229, 6, "buffer")
QDEF(MP_QSTR_buffer_in, 189, 9, "buffer_in")
QDEF(MP_QSTR_buffer_out, 20, 10, "buffer_out")
QDEF(MP_QSTR_buffer_size, 191, 11, "buffer_size")
QDEF(MP_QSTR_buffering, 37, 9, "buffering")
QDEF(MP_QSTR_bus, 97, 3, "bus")
QDEF(MP_QSTR_busio, 135, 5, "busio")
QDEF(MP_QSTR_busy, 248, 4, "busy")
QDEF(MP_QSTR_busy_pin, 16, 8, "busy_pin")
QDEF(MP_QSTR_busy_state, 240, 10, "busy_state")
QDEF(MP_QSTR_byteorder, 97, 9, "byteorder")
QDEF(MP_QSTR_bytes_per_cell, 221, 14, "bytes_per_cell")
QDEF(MP_QSTR_byteswap, 218, 8, "byteswap")
QDEF(MP_QSTR_calcsize, 77, 8, "calcsize")
QDEF(MP_QSTR_calibration, 175, 11, "calibration")
QDEF(MP_QSTR_cancel, 3, 6, "cancel")
QDEF(MP_QSTR_capture, 97, 7, "capture")
QDEF(MP_QSTR_cast, 64, 4, "cast")
QDEF(MP_QSTR_cc, 229, 2, "cc")
QDEF(MP_QSTR_ceil, 6, 4, "ceil")
QDEF(MP_QSTR_center, 78, 6, "center")
QDEF(MP_QSTR_chain, 232, 5, "chain")
QDEF(MP_QSTR_channel_count, 154, 13, "channel_count")
QDEF(MP_QSTR_characteristic, 120, 14, "characteristic")
QDEF(MP_QSTR_characteristics, 11, 15, "characteristics")
QDEF(MP_QSTR_chdir, 177, 5, "chdir")
QDEF(MP_QSTR_chip_select, 96, 11, "chip_select")
QDEF(MP_QSTR_cho_solve, 61, 9, "cho_solve")
QDEF(MP_QSTR_choice, 46, 6, "choice")
QDEF(MP_QSTR_cholesky, 137, 8, "cholesky")
QDEF(MP_QSTR_circuitpython, 2, 13, "circuitpython")
QDEF(MP_QSTR_clear_rxfifo, 239, 12, "clear_rxfifo")
QDEF(MP_QSTR_clear_txstall, 105, 13, "clear_txstall")
QDEF(MP_QSTR_clip, 211, 4, "clip")
QDEF(MP_QSTR_clock, 45, 5, "clock")
QDEF(MP_QSTR_clock_pin, 133, 9, "clock_pin")
QDEF(MP_QSTR_closure, 116, 7, "closure")
QDEF(MP_QSTR_cmd, 47, 3, "cmd")
QDEF(MP_QSTR_cmd0, 63, 4, "cmd0")
QDEF(MP_QSTR_code, 104, 4, "code")
QDEF(MP_QSTR_codepoint, 228, 9, "codepoint")
QDEF(MP_QSTR_collect, 155, 7, "collect")
QDEF(MP_QSTR_collections, 224, 11, "collections")
QDEF(MP_QSTR_color_bits_inverted, 167, 19, "color_bits_inverted")
QDEF(MP_QSTR_color_count, 228, 11, "color_count")
QDEF(MP_QSTR_color_depth, 42, 11, "color_depth")
QDEF(MP_QSTR_color_index, 57, 11, "color_index")
QDEF(MP_QSTR_colorspace, 220, 10, "colorspace")
QDEF(MP_QSTR_colorwheel, 11, 10, "colorwheel")
QDEF(MP_QSTR_colstart, 37, 8, "colstart")
QDEF(MP_QSTR_column, 211, 6, "column")
QDEF(MP_QSTR_column_pins, 168, 11, "column_pins")
QDEF(MP_QSTR_columns_to_anodes, 41, 17, "columns_to_anodes")
QDEF(MP_QSTR_command, 2, 7, "command")
QDEF(MP_QSTR_compile, 244, 7, "compile")
QDEF(MP_QSTR_complex, 197, 7, "complex")
QDEF(MP_QSTR_compress, 163, 8, "compress")
QDEF(MP_QSTR_concatenate, 10, 11, "concatenate")
QDEF(MP_QSTR_configure, 141, 9, "configure")
QDEF(MP_QSTR_connect, 219, 7, "connect")
QDEF(MP_QSTR_connectable, 113, 11, "connectable")
QDEF(MP_QSTR_connected, 122, 9, "connected")
QDEF(MP_QSTR_connection_interval, 147, 19, "connection_interval")
QDEF(MP_QSTR_connections, 32, 11, "connections")
QDEF(MP_QSTR_console, 82, 7, "console")
QDEF(MP_QSTR_contains, 6, 8, "contains")
QDEF(MP_QSTR_continuous_capture_get_frame, 120, 28, "continuous_capture_get_frame")
QDEF(MP_QSTR_continuous_capture_start, 44, 24, "continuous_capture_start")
QDEF(MP_QSTR_continuous_capture_stop, 20, 23, "continuous_capture_stop")
QDEF(MP_QSTR_convert, 242, 7, "convert")
QDEF(MP_QSTR_convolve, 65, 8, "convolve")
QDEF(MP_QSTR_copysign, 51, 8, "copysign")
QDEF(MP_QSTR_coro, 180, 4, "coro")
QDEF(MP_QSTR_coroutine, 23, 9, "coroutine")
QDEF(MP_QSTR_cos, 122, 3, "cos")
QDEF(MP_QSTR_cosh, 210, 4, "cosh")
QDEF(MP_QSTR_counter, 17, 7, "counter")
QDEF(MP_QSTR_countio, 128, 7, "countio")
QDEF(MP_QSTR_cp437, 38, 5, "cp437")
QDEF(MP_QSTR_cp874, 173, 5, "cp874")
QDEF(MP_QSTR_cpu, 195, 3, "cpu")
QDEF(MP_QSTR_cpus, 80, 4, "cpus")
QDEF(MP_QSTR_crc32, 118, 5, "crc32")
QDEF(MP_QSTR_cross, 123, 5, "cross")
QDEF(MP_QSTR_cs, 245, 2, "cs")
QDEF(MP_QSTR_cs_active_value, 114, 15, "cs_active_value")
QDEF(MP_QSTR_cts, 65, 3, "cts")
QDEF(MP_QSTR_cur_task, 243, 8, "cur_task")
QDEF(MP_QSTR_data, 21, 4, "data")
QDEF(MP_QSTR_data0, 133, 5, "data0")
QDEF(MP_QSTR_data_as_commands, 51, 16, "data_as_commands")
QDEF(MP_QSTR_data_pin, 61, 8, "data_pin")
QDEF(MP_QSTR_data_pins, 174, 9, "data_pins")
QDEF(MP_QSTR_data_type, 114, 9, "data_type")
QDEF(MP_QSTR_datetime, 228, 8, "datetime")
QDEF(MP_QSTR_ddof, 236, 4, "ddof")
QDEF(MP_QSTR_decimals, 29, 8, "decimals")
QDEF(MP_QSTR_decode, 169, 6, "decode")
QDEF(MP_QSTR_decompress, 98, 10, "decompress")
QDEF(MP_QSTR_decrypt_into, 139, 12, "decrypt_into")
QDEF(MP_QSTR_default, 206, 7, "default")
QDEF(MP_QSTR_default_tile, 197, 12, "default_tile")
QDEF(MP_QSTR_degrees, 2, 7, "degrees")
QDEF(MP_QSTR_deinit, 158, 6, "deinit")
QDEF(MP_QSTR_delattr, 219, 7, "delattr")
QDEF(MP_QSTR_delay, 80, 5, "delay")
QDEF(MP_QSTR_delay_us, 169, 8, "delay_us")
QDEF(MP_QSTR_deleter, 110, 7, "deleter")
QDEF(MP_QSTR_dest_bitmap, 255, 11, "dest_bitmap")
QDEF(MP_QSTR_dest_clip0, 250, 10, "dest_clip0")
QDEF(MP_QSTR_dest_clip1, 251, 10, "dest_clip1")
QDEF(MP_QSTR_det, 112, 3, "det")
QDEF(MP_QSTR_device_address, 20, 14, "device_address")
QDEF(MP_QSTR_devices, 174, 7, "devices")
QDEF(MP_QSTR_diag, 110, 4, "diag")
QDEF(MP_QSTR_dict_view, 45, 9, "dict_view")
QDEF(MP_QSTR_diff, 200, 4, "diff")
QDEF(MP_QSTR_difference, 114, 10, "difference")
QDEF(MP_QSTR_difference_update, 156, 17, "difference_update")
QDEF(MP_QSTR_digitalio, 25, 9, "digitalio")
QDEF(MP_QSTR_directed_to, 237, 11, "directed_to")
QDEF(MP_QSTR_direction, 32, 9, "direction")
QDEF(MP_QSTR_dirty, 119, 5, "dirty")
QDEF(MP_QSTR_disable, 145, 7, "disable")
QDEF(MP_QSTR_disable_autoreload, 176, 18, "disable_autoreload")
QDEF(MP_QSTR_disable_ble_workflow, 169, 20, "disable_ble_workflow")
QDEF(MP_QSTR_disable_concurrent_write_protection, 59, 35, "disable_concurrent_write_protection")
QDEF(MP_QSTR_disable_interrupts, 250, 18, "disable_interrupts")
QDEF(MP_QSTR_disable_usb_drive, 57, 17, "disable_usb_drive")
QDEF(MP_QSTR_discard, 15, 7, "discard")
QDEF(MP_QSTR_disconnect, 165, 10, "disconnect")
QDEF(MP_QSTR_discover_remote_services, 156, 24, "discover_remote_services")
QDEF(MP_QSTR_display_bus, 36, 11, "display_bus")
QDEF(MP_QSTR_displayio, 57, 9, "displayio")
QDEF(MP_QSTR_dither, 99, 6, "dither")
QDEF(MP_QSTR_divisor, 249, 7, "divisor")
QDEF(MP_QSTR_doc, 45, 3, "doc")
QDEF(MP_QSTR_done, 69, 4, "done")
QDEF(MP_QSTR_dot, 58, 3, "dot")
QDEF(MP_QSTR_doublebuffer, 144, 12, "doublebuffer")
QDEF(MP_QSTR_draw_line, 84, 9, "draw_line")
QDEF(MP_QSTR_drive_mode, 21, 10, "drive_mode")
QDEF(MP_QSTR_dtype, 89, 5, "dtype")
QDEF(MP_QSTR_dump, 233, 4, "dump")
QDEF(MP_QSTR_dumps, 122, 5, "dumps")
QDEF(MP_QSTR_duty_cycle, 246, 10, "duty_cycle")
QDEF(MP_QSTR_dx, 153, 2, "dx")
QDEF(MP_QSTR_dy, 152, 2, "dy")
QDEF(MP_QSTR_e, 192, 1, "e")
QDEF(MP_QSTR_edge, 198, 4, "edge")
QDEF(MP_QSTR_edgeitems, 192, 9, "edgeitems")
QDEF(MP_QSTR_eig, 174, 3, "eig")
QDEF(MP_QSTR_element_size, 161, 12, "element_size")
QDEF(MP_QSTR_empty, 176, 5, "empty")
QDEF(MP_QSTR_enable, 4, 6, "enable")
QDEF(MP_QSTR_enable_autoreload, 133, 17, "enable_autoreload")
QDEF(MP_QSTR_enable_interrupts, 79, 17, "enable_interrupts")
QDEF(MP_QSTR_enable_usb_drive, 236, 16, "enable_usb_drive")
QDEF(MP_QSTR_enabled, 224, 7, "enabled")
QDEF(MP_QSTR_encode, 67, 6, "encode")
QDEF(MP_QSTR_encoding, 6, 8, "encoding")
QDEF(MP_QSTR_encrypt_into, 225, 12, "encrypt_into")
QDEF(MP_QSTR_endpoint, 6, 8, "endpoint")
QDEF(MP_QSTR_enumerate, 113, 9, "enumerate")
QDEF(MP_QSTR_epoch_time, 222, 10, "epoch_time")
QDEF(MP_QSTR_equal, 137, 5, "equal")
QDEF(MP_QSTR_erase_bonding, 93, 13, "erase_bonding")
QDEF(MP_QSTR_erase_filesystem, 121, 16, "erase_filesystem")
QDEF(MP_QSTR_erf, 148, 3, "erf")
QDEF(MP_QSTR_erfc, 119, 4, "erfc")
QDEF(MP_QSTR_errno, 193, 5, "errno")
QDEF(MP_QSTR_errorcode, 16, 9, "errorcode")
QDEF(MP_QSTR_etype, 88, 5, "etype")
QDEF(MP_QSTR_event, 201, 5, "event")
QDEF(MP_QSTR_events, 154, 6, "events")
QDEF(MP_QSTR_exclusive_pin_use, 63, 17, "exclusive_pin_use")
QDEF(MP_QSTR_exit, 133, 4, "exit")
QDEF(MP_QSTR_exit_and_deep_sleep_until_alarms, 128, 32, "exit_and_deep_sleep_until_alarms")
QDEF(MP_QSTR_exp, 200, 3, "exp")
QDEF(MP_QSTR_expm1, 116, 5, "expm1")
QDEF(MP_QSTR_ext_hook, 48, 8, "ext_hook")
QDEF(MP_QSTR_extended, 2, 8, "extended")
QDEF(MP_QSTR_extra_clocks, 27, 12, "extra_clocks")
QDEF(MP_QSTR_eye, 188, 3, "eye")
QDEF(MP_QSTR_fabs, 147, 4, "fabs")
QDEF(MP_QSTR_factor_1, 70, 8, "factor_1")
QDEF(MP_QSTR_factor_2, 69, 8, "factor_2")
QDEF(MP_QSTR_fatol, 149, 5, "fatol")
QDEF(MP_QSTR_feed, 167, 4, "feed")
QDEF(MP_QSTR_fft, 145, 3, "fft")
QDEF(MP_QSTR_file, 195, 4, "file")
QDEF(MP_QSTR_filename, 228, 8, "filename")
QDEF(MP_QSTR_filename2, 86, 9, "filename2")
QDEF(MP_QSTR_filesystem, 102, 10, "filesystem")
QDEF(MP_QSTR_fill, 202, 4, "fill")
QDEF(MP_QSTR_fill_color_value, 92, 16, "fill_color_value")
QDEF(MP_QSTR_fill_region, 205, 11, "fill_region")
QDEF(MP_QSTR_fill_row, 127, 8, "fill_row")
QDEF(MP_QSTR_filter, 37, 6, "filter")
QDEF(MP_QSTR_first_in_pin, 175, 12, "first_in_pin")
QDEF(MP_QSTR_first_out_pin, 134, 13, "first_out_pin")
QDEF(MP_QSTR_first_set_pin, 138, 13, "first_set_pin")
QDEF(MP_QSTR_first_sideset_pin, 145, 17, "first_sideset_pin")
QDEF(MP_QSTR_fixed_length, 48, 12, "fixed_length")
QDEF(MP_QSTR_flat, 122, 4, "flat")
QDEF(MP_QSTR_flatiter, 240, 8, "flatiter")
QDEF(MP_QSTR_flatten, 37, 7, "flatten")
QDEF(MP_QSTR_flip, 118, 4, "flip")
QDEF(MP_QSTR_flip_x, 241, 6, "flip_x")
QDEF(MP_QSTR_flip_y, 240, 6, "flip_y")
QDEF(MP_QSTR_float, 53, 5, "float")
QDEF(MP_QSTR_floor, 125, 5, "floor")
QDEF(MP_QSTR_floppyio, 95, 8, "floppyio")
QDEF(MP_QSTR_flush, 97, 5, "flush")
QDEF(MP_QSTR_flux_readinto, 179, 13, "flux_readinto")
QDEF(MP_QSTR_fmin, 41, 4, "fmin")
QDEF(MP_QSTR_fmod, 229, 4, "fmod")
QDEF(MP_QSTR_font, 150, 4, "font")
QDEF(MP_QSTR_fontio, 112, 6, "fontio")
QDEF(MP_QSTR_format_exception, 174, 16, "format_exception")
QDEF(MP_QSTR_framebuffer, 152, 11, "framebuffer")
QDEF(MP_QSTR_framebufferio, 126, 13, "framebufferio")
QDEF(MP_QSTR_frequency, 161, 9, "frequency")
QDEF(MP_QSTR_frexp, 28, 5, "frexp")
QDEF(MP_QSTR_from_file, 10, 9, "from_file")
QDEF(MP_QSTR_from_int16_buffer, 167, 17, "from_int16_buffer")
QDEF(MP_QSTR_from_int32_buffer, 33, 17, "from_int32_buffer")
QDEF(MP_QSTR_from_uint16_buffer, 210, 18, "from_uint16_buffer")
QDEF(MP_QSTR_from_uint32_buffer, 84, 18, "from_uint32_buffer")
QDEF(MP_QSTR_frombuffer, 147, 10, "frombuffer")
QDEF(MP_QSTR_fromkeys, 55, 8, "fromkeys")
QDEF(MP_QSTR_frozenset, 237, 9, "frozenset")
QDEF(MP_QSTR_full, 214, 4, "full")
QDEF(MP_QSTR_function, 39, 8, "function")
QDEF(MP_QSTR_gamma, 2, 5, "gamma")
QDEF(MP_QSTR_gammaln, 128, 7, "gammaln")
QDEF(MP_QSTR_gc, 97, 2, "gc")
QDEF(MP_QSTR_generator, 150, 9, "generator")
QDEF(MP_QSTR_get_boot_device, 157, 15, "get_boot_device")
QDEF(MP_QSTR_get_bounding_box, 212, 16, "get_bounding_box")
QDEF(MP_QSTR_get_glyph, 166, 9, "get_glyph")
QDEF(MP_QSTR_get_into, 48, 8, "get_into")
QDEF(MP_QSTR_get_last_received_report, 7, 24, "get_last_received_report")
QDEF(MP_QSTR_get_previous_traceback, 104, 22, "get_previous_traceback")
QDEF(MP_QSTR_get_printoptions, 77, 16, "get_printoptions")
QDEF(MP_QSTR_getcwd, 3, 6, "getcwd")
QDEF(MP_QSTR_getmount, 222, 8, "getmount")
QDEF(MP_QSTR_getpass, 66, 7, "getpass")
QDEF(MP_QSTR_getrandbits, 102, 11, "getrandbits")
QDEF(MP_QSTR_getter, 144, 6, "getter")
QDEF(MP_QSTR_getvalue, 120, 8, "getvalue")
QDEF(MP_QSTR_gifio, 203, 5, "gifio")
QDEF(MP_QSTR_grayscale, 16, 9, "grayscale")
QDEF(MP_QSTR_group, 186, 5, "group")
QDEF(MP_QSTR_groups, 137, 6, "groups")
QDEF(MP_QSTR_half_duplex, 233, 11, "half_duplex")
QDEF(MP_QSTR_header, 154, 6, "header")
QDEF(MP_QSTR_heap_lock, 173, 9, "heap_lock")
QDEF(MP_QSTR_heap_unlock, 86, 11, "heap_unlock")
QDEF(MP_QSTR_height, 250, 6, "height")
QDEF(MP_QSTR_help, 148, 4, "help")
QDEF(MP_QSTR_hex, 112, 3, "hex")
QDEF(MP_QSTR_hexlify, 42, 7, "hexlify")
QDEF(MP_QSTR_hidden, 239, 6, "hidden")
QDEF(MP_QSTR_highlight_color, 87, 15, "highlight_color")
QDEF(MP_QSTR_href, 188, 4, "href")
QDEF(MP_QSTR_i, 204, 1, "i")
QDEF(MP_QSTR_i2c, 93, 3, "i2c")
QDEF(MP_QSTR_i2c_bus, 230, 7, "i2c_bus")
QDEF(MP_QSTR_i2c_device, 154, 10, "i2c_device")
QDEF(MP_QSTR_idle_state, 41, 10, "idle_state")
QDEF(MP_QSTR_ifft, 248, 4, "ifft")
QDEF(MP_QSTR_ilistdir, 113, 8, "ilistdir")
QDEF(MP_QSTR_imag, 71, 4, "imag")
QDEF(MP_QSTR_imagecapture, 70, 12, "imagecapture")
QDEF(MP_QSTR_implementation, 23, 14, "implementation")
QDEF(MP_QSTR_in_buffer, 29, 9, "in_buffer")
QDEF(MP_QSTR_in_end, 242, 6, "in_end")
QDEF(MP_QSTR_in_pin_count, 118, 12, "in_pin_count")
QDEF(MP_QSTR_in_report_lengths, 227, 17, "in_report_lengths")
QDEF(MP_QSTR_in_shift_right, 194, 14, "in_shift_right")
QDEF(MP_QSTR_in_start, 125, 8, "in_start")
QDEF(MP_QSTR_in_waiting, 214, 10, "in_waiting")
QDEF(MP_QSTR_incoming_packet_length, 151, 22, "incoming_packet_length")
QDEF(MP_QSTR_indicate, 156, 8, "indicate")
QDEF(MP_QSTR_indices, 90, 7, "indices")
QDEF(MP_QSTR_inf, 4, 3, "inf")
QDEF(MP_QSTR_init, 31, 4, "init")
QDEF(MP_QSTR_init_sequence, 127, 13, "init_sequence")
QDEF(MP_QSTR_initial_out_pin_direction, 216, 25, "initial_out_pin_direction")
QDEF(MP_QSTR_initial_out_pin_state, 106, 21, "initial_out_pin_state")
QDEF(MP_QSTR_initial_set_pin_direction, 212, 25, "initial_set_pin_direction")
QDEF(MP_QSTR_initial_set_pin_state, 102, 21, "initial_set_pin_state")
QDEF(MP_QSTR_initial_sideset_pin_direction, 143, 29, "initial_sideset_pin_direction")
QDEF(MP_QSTR_initial_sideset_pin_state, 253, 25, "initial_sideset_pin_state")
QDEF(MP_QSTR_initial_value, 239, 13, "initial_value")
QDEF(MP_QSTR_inplace, 249, 7, "inplace")
QDEF(MP_QSTR_input, 115, 5, "input")
QDEF(MP_QSTR_input_colorspace, 85, 16, "input_colorspace")
QDEF(MP_QSTR_int16, 241, 5, "int16")
QDEF(MP_QSTR_int8, 238, 4, "int8")
QDEF(MP_QSTR_interp, 241, 6, "interp")
QDEF(MP_QSTR_intersection, 40, 12, "intersection")
QDEF(MP_QSTR_intersection_update, 6, 19, "intersection_update")
QDEF(MP_QSTR_interval, 26, 8, "interval")
QDEF(MP_QSTR_inv, 20, 3, "inv")
QDEF(MP_QSTR_io, 35, 2, "io")
QDEF(MP_QSTR_ioctl, 120, 5, "ioctl")
QDEF(MP_QSTR_ipoll, 83, 5, "ipoll")
QDEF(MP_QSTR_is_transparent, 38, 14, "is_transparent")
QDEF(MP_QSTR_isdisjoint, 247, 10, "isdisjoint")
QDEF(MP_QSTR_isenabled, 154, 9, "isenabled")
QDEF(MP_QSTR_isfinite, 166, 8, "isfinite")
QDEF(MP_QSTR_isinf, 62, 5, "isinf")
QDEF(MP_QSTR_isnan, 158, 5, "isnan")
QDEF(MP_QSTR_iso_8859_hyphen_1, 127, 10, "iso_8859-1")
QDEF(MP_QSTR_iso_8859_hyphen_13, 108, 11, "iso_8859-13")
QDEF(MP_QSTR_iso_8859_hyphen_15, 106, 11, "iso_8859-15")
QDEF(MP_QSTR_iso_8859_hyphen_2, 124, 10, "iso_8859-2")
QDEF(MP_QSTR_iso_8859_hyphen_3, 125, 10, "iso_8859-3")
QDEF(MP_QSTR_iso_8859_hyphen_4, 122, 10, "iso_8859-4")
QDEF(MP_QSTR_iso_8859_hyphen_5, 123, 10, "iso_8859-5")
QDEF(MP_QSTR_iso_8859_hyphen_6, 120, 10, "iso_8859-6")
QDEF(MP_QSTR_iso_8859_hyphen_7, 121, 10, "iso_8859-7")
QDEF(MP_QSTR_iso_8859_hyphen_8, 118, 10, "iso_8859-8")
QDEF(MP_QSTR_iso_8859_hyphen_9, 119, 10, "iso_8859-9")
QDEF(MP_QSTR_issubset, 185, 8, "issubset")
QDEF(MP_QSTR_issuperset, 252, 10, "issuperset")
QDEF(MP_QSTR_itemsize, 117, 8, "itemsize")
QDEF(MP_QSTR_iterable, 37, 8, "iterable")
QDEF(MP_QSTR_iterator, 71, 8, "iterator")
QDEF(MP_QSTR_jmp_pin, 26, 7, "jmp_pin")
QDEF(MP_QSTR_jmp_pin_pull, 128, 12, "jmp_pin_pull")
QDEF(MP_QSTR_jmp_pull, 104, 8, "jmp_pull")
QDEF(MP_QSTR_json, 253, 4, "json")
QDEF(MP_QSTR_k, 206, 1, "k")
QDEF(MP_QSTR_kbd_intr, 246, 8, "kbd_intr")
QDEF(MP_QSTR_keepends, 98, 8, "keepends")
QDEF(MP_QSTR_key_count, 142, 9, "key_count")
QDEF(MP_QSTR_key_number, 110, 10, "key_number")
QDEF(MP_QSTR_key_number_to_row_column, 54, 24, "key_number_to_row_column")
QDEF(MP_QSTR_key_size, 72, 8, "key_size")
QDEF(MP_QSTR_keypad, 231, 6, "keypad")
QDEF(MP_QSTR_label, 67, 5, "label")
QDEF(MP_QSTR_last_received_report, 14, 20, "last_received_report")
QDEF(MP_QSTR_latch, 151, 5, "latch")
QDEF(MP_QSTR_latch_pin, 63, 9, "latch_pin")
QDEF(MP_QSTR_ldexp, 64, 5, "ldexp")
QDEF(MP_QSTR_left, 222, 4, "left")
QDEF(MP_QSTR_left_channel, 226, 12, "left_channel")
QDEF(MP_QSTR_left_justified, 158, 14, "left_justified")
QDEF(MP_QSTR_length, 89, 6, "length")
QDEF(MP_QSTR_level, 211, 5, "level")
QDEF(MP_QSTR_light_sleep_until_alarms, 129, 24, "light_sleep_until_alarms")
QDEF(MP_QSTR_limit, 16, 5, "limit")
QDEF(MP_QSTR_linalg, 68, 6, "linalg")
QDEF(MP_QSTR_linspace, 106, 8, "linspace")
QDEF(MP_QSTR_listdir, 152, 7, "listdir")
QDEF(MP_QSTR_load, 99, 4, "load")
QDEF(MP_QSTR_loads, 176, 5, "loads")
QDEF(MP_QSTR_localtime, 125, 9, "localtime")
QDEF(MP_QSTR_location, 152, 8, "location")
QDEF(MP_QSTR_log, 33, 3, "log")
QDEF(MP_QSTR_log10, 64, 5, "log10")
QDEF(MP_QSTR_log2, 115, 4, "log2")
QDEF(MP_QSTR_logspace, 133, 8, "logspace")
QDEF(MP_QSTR_loop, 57, 4, "loop")
QDEF(MP_QSTR_machine, 96, 7, "machine")
QDEF(MP_QSTR_make_opaque, 7, 11, "make_opaque")
QDEF(MP_QSTR_make_transparent, 94, 16, "make_transparent")
QDEF(MP_QSTR_match, 150, 5, "match")
QDEF(MP_QSTR_match_all, 200, 9, "match_all")
QDEF(MP_QSTR_matches, 224, 7, "matches")
QDEF(MP_QSTR_math, 53, 4, "math")
QDEF(MP_QSTR_max, 177, 3, "max")
QDEF(MP_QSTR_max_events, 17, 10, "max_events")
QDEF(MP_QSTR_max_length, 82, 10, "max_length")
QDEF(MP_QSTR_max_packet_length, 69, 17, "max_packet_length")
QDEF(MP_QSTR_max_packet_size, 60, 15, "max_packet_size")
QDEF(MP_QSTR_maximum, 109, 7, "maximum")
QDEF(MP_QSTR_maxiter, 59, 7, "maxiter")
QDEF(MP_QSTR_maxlen, 86, 6, "maxlen")
QDEF(MP_QSTR_maxsize, 212, 7, "maxsize")
QDEF(MP_QSTR_mean, 194, 4, "mean")
QDEF(MP_QSTR_median, 15, 6, "median")
QDEF(MP_QSTR_mem_alloc, 82, 9, "mem_alloc")
QDEF(MP_QSTR_mem_free, 203, 8, "mem_free")
QDEF(MP_QSTR_memoryview, 105, 10, "memoryview")
QDEF(MP_QSTR_mfm_readinto, 114, 12, "mfm_readinto")
QDEF(MP_QSTR_microcontroller, 163, 15, "microcontroller")
QDEF(MP_QSTR_min, 175, 3, "min")
QDEF(MP_QSTR_minimum, 115, 7, "minimum")
QDEF(MP_QSTR_minimum_frames_per_second, 245, 25, "minimum_frames_per_second")
QDEF(MP_QSTR_minimum_rssi, 55, 12, "minimum_rssi")
QDEF(MP_QSTR_mirror_x, 27, 8, "mirror_x")
QDEF(MP_QSTR_mirror_y, 26, 8, "mirror_y")
QDEF(MP_QSTR_mkdir, 156, 5, "mkdir")
QDEF(MP_QSTR_mkfs, 118, 4, "mkfs")
QDEF(MP_QSTR_mktime, 150, 6, "mktime")
QDEF(MP_QSTR_mode, 38, 4, "mode")
QDEF(MP_QSTR_modf, 37, 4, "modf")
QDEF(MP_QSTR_modify, 245, 6, "modify")
QDEF(MP_QSTR_module, 191, 6, "module")
QDEF(MP_QSTR_modules, 236, 7, "modules")
QDEF(MP_QSTR_mono, 102, 4, "mono")
QDEF(MP_QSTR_monotonic, 25, 9, "monotonic")
QDEF(MP_QSTR_monotonic_ns, 59, 12, "monotonic_ns")
QDEF(MP_QSTR_monotonic_time, 147, 14, "monotonic_time")
QDEF(MP_QSTR_mount, 168, 5, "mount")
QDEF(MP_QSTR_mount_path, 122, 10, "mount_path")
QDEF(MP_QSTR_mpy, 193, 3, "mpy")
QDEF(MP_QSTR_msgpack, 69, 7, "msgpack")
QDEF(MP_QSTR_n, 203, 1, "n")
QDEF(MP_QSTR_name, 162, 4, "name")
QDEF(MP_QSTR_namedtuple, 30, 10, "namedtuple")
QDEF(MP_QSTR_nan, 228, 3, "nan")
QDEF(MP_QSTR_native, 132, 6, "native")
QDEF(MP_QSTR_native_frames_per_second, 66, 24, "native_frames_per_second")
QDEF(MP_QSTR_ndarray, 118, 7, "ndarray")
QDEF(MP_QSTR_ndinfo, 161, 6, "ndinfo")
QDEF(MP_QSTR_neopixel_write, 43, 14, "neopixel_write")
QDEF(MP_QSTR_newton, 76, 6, "newton")
QDEF(MP_QSTR_nodename, 98, 8, "nodename")
QDEF(MP_QSTR_norm, 27, 4, "norm")
QDEF(MP_QSTR_not_equal, 99, 9, "not_equal")
QDEF(MP_QSTR_notify, 6, 6, "notify")
QDEF(MP_QSTR_num, 115, 3, "num")
QDEF(MP_QSTR_numpy, 122, 5, "numpy")
QDEF(MP_QSTR_nvm, 144, 3, "nvm")
QDEF(MP_QSTR_obj, 2, 3, "obj")
QDEF(MP_QSTR_oct, 253, 3, "oct")
QDEF(MP_QSTR_offset, 72, 6, "offset")
QDEF(MP_QSTR_on_next_reset, 182, 13, "on_next_reset")
QDEF(MP_QSTR_once, 2, 4, "once")
QDEF(MP_QSTR_ones, 210, 4, "ones")
QDEF(MP_QSTR_onewireio, 14, 9, "onewireio")
QDEF(MP_QSTR_opt_level, 135, 9, "opt_level")
QDEF(MP_QSTR_optimize, 220, 8, "optimize")
QDEF(MP_QSTR_order, 107, 5, "order")
QDEF(MP_QSTR_os, 121, 2, "os")
QDEF(MP_QSTR_otypes, 225, 6, "otypes")
QDEF(MP_QSTR_out, 43, 3, "out")
QDEF(MP_QSTR_out_buffer, 244, 10, "out_buffer")
QDEF(MP_QSTR_out_end, 123, 7, "out_end")
QDEF(MP_QSTR_out_pin_count, 255, 13, "out_pin_count")
QDEF(MP_QSTR_out_report_lengths, 74, 18, "out_report_lengths")
QDEF(MP_QSTR_out_shift_right, 11, 15, "out_shift_right")
QDEF(MP_QSTR_out_start, 244, 9, "out_start")
QDEF(MP_QSTR_out_waiting, 159, 11, "out_waiting")
QDEF(MP_QSTR_outgoing_packet_length, 247, 22, "outgoing_packet_length")
QDEF(MP_QSTR_output, 154, 6, "output")
QDEF(MP_QSTR_output_enable_pin, 236, 17, "output_enable_pin")
QDEF(MP_QSTR_overflowed, 152, 10, "overflowed")
QDEF(MP_QSTR_oversample, 77, 10, "oversample")
QDEF(MP_QSTR_ox, 114, 2, "ox")
QDEF(MP_QSTR_oy, 115, 2, "oy")
QDEF(MP_QSTR_pack, 188, 4, "pack")
QDEF(MP_QSTR_pack_into, 31, 9, "pack_into")
QDEF(MP_QSTR_pair, 239, 4, "pair")
QDEF(MP_QSTR_paired, 142, 6, "paired")
QDEF(MP_QSTR_paralleldisplay, 148, 15, "paralleldisplay")
QDEF(MP_QSTR_parity, 66, 6, "parity")
QDEF(MP_QSTR_partition, 135, 9, "partition")
QDEF(MP_QSTR_path, 136, 4, "path")
QDEF(MP_QSTR_pause, 215, 5, "pause")
QDEF(MP_QSTR_paused, 211, 6, "paused")
QDEF(MP_QSTR_payload, 75, 7, "payload")
QDEF(MP_QSTR_peek, 126, 4, "peek")
QDEF(MP_QSTR_pend_throw, 243, 10, "pend_throw")
QDEF(MP_QSTR_pending, 186, 7, "pending")
QDEF(MP_QSTR_ph_key, 245, 6, "ph_key")
QDEF(MP_QSTR_phase, 106, 5, "phase")
QDEF(MP_QSTR_pi, 28, 2, "pi")
QDEF(MP_QSTR_pin, 242, 3, "pin")
QDEF(MP_QSTR_pin_a, 108, 5, "pin_a")
QDEF(MP_QSTR_pin_b, 111, 5, "pin_b")
QDEF(MP_QSTR_pins, 65, 4, "pins")
QDEF(MP_QSTR_pins_are_sequential, 94, 19, "pins_are_sequential")
QDEF(MP_QSTR_pixel_policy, 210, 12, "pixel_policy")
QDEF(MP_QSTR_pixel_shader, 91, 12, "pixel_shader")
QDEF(MP_QSTR_pixels_in_byte_share_row, 212, 24, "pixels_in_byte_share_row")
QDEF(MP_QSTR_platform, 58, 8, "platform")
QDEF(MP_QSTR_play, 33, 4, "play")
QDEF(MP_QSTR_playing, 97, 7, "playing")
QDEF(MP_QSTR_point, 233, 5, "point")
QDEF(MP_QSTR_points, 122, 6, "points")
QDEF(MP_QSTR_polarity, 65, 8, "polarity")
QDEF(MP_QSTR_poll, 154, 4, "poll")
QDEF(MP_QSTR_polyfit, 52, 7, "polyfit")
QDEF(MP_QSTR_polyval, 52, 7, "polyval")
QDEF(MP_QSTR_pop_head, 29, 8, "pop_head")
QDEF(MP_QSTR_popleft, 113, 7, "popleft")
QDEF(MP_QSTR_ports, 175, 5, "ports")
QDEF(MP_QSTR_position, 28, 8, "position")
QDEF(MP_QSTR_prefixes, 35, 8, "prefixes")
QDEF(MP_QSTR_pressed, 3, 7, "pressed")
QDEF(MP_QSTR_print_exception, 28, 15, "print_exception")
QDEF(MP_QSTR_probe, 79, 5, "probe")
QDEF(MP_QSTR_program, 209, 7, "program")
QDEF(MP_QSTR_prompt, 225, 6, "prompt")
QDEF(MP_QSTR_properties, 36, 10, "properties")
QDEF(MP_QSTR_property, 194, 8, "property")
QDEF(MP_QSTR_protocol_audiosample, 188, 20, "protocol_audiosample")
QDEF(MP_QSTR_protocol_draw, 44, 13, "protocol_draw")
QDEF(MP_QSTR_protocol_framebuffer, 241, 20, "protocol_framebuffer")
QDEF(MP_QSTR_protocol_stream, 144, 15, "protocol_stream")
QDEF(MP_QSTR_protocol_vfs, 239, 12, "protocol_vfs")
QDEF(MP_QSTR_pull, 128, 4, "pull")
QDEF(MP_QSTR_pull_in_pin_down, 253, 16, "pull_in_pin_down")
QDEF(MP_QSTR_pull_in_pin_up, 234, 14, "pull_in_pin_up")
QDEF(MP_QSTR_pull_threshold, 232, 14, "pull_threshold")
QDEF(MP_QSTR_pulseio, 252, 7, "pulseio")
QDEF(MP_QSTR_push_head, 108, 9, "push_head")
QDEF(MP_QSTR_push_sorted, 31, 11, "push_sorted")
QDEF(MP_QSTR_push_threshold, 147, 14, "push_threshold")
QDEF(MP_QSTR_pwmio, 73, 5, "pwmio")
QDEF(MP_QSTR_px, 13, 2, "px")
QDEF(MP_QSTR_py, 12, 2, "py")
QDEF(MP_QSTR_pystack_use, 254, 11, "pystack_use")
QDEF(MP_QSTR_qr, 38, 2, "qr")
QDEF(MP_QSTR_qrio, 1, 4, "qrio")
QDEF(MP_QSTR_quiescent_value, 246, 15, "quiescent_value")
QDEF(MP_QSTR_r, 215, 1, "r")
QDEF(MP_QSTR_radians, 135, 7, "radians")
QDEF(MP_QSTR_radius, 253, 6, "radius")
QDEF(MP_QSTR_rainbowio, 173, 9, "rainbowio")
QDEF(MP_QSTR_ram_height, 59, 10, "ram_height")
QDEF(MP_QSTR_ram_width, 130, 9, "ram_width")
QDEF(MP_QSTR_randint, 175, 7, "randint")
QDEF(MP_QSTR_random, 190, 6, "random")
QDEF(MP_QSTR_randrange, 163, 9, "randrange")
QDEF(MP_QSTR_raw_value, 245, 9, "raw_value")
QDEF(MP_QSTR_rb, 213, 2, "rb")
QDEF(MP_QSTR_re, 210, 2, "re")
QDEF(MP_QSTR_read_bit, 151, 8, "read_bit")
QDEF(MP_QSTR_read_perm, 130, 9, "read_perm")
QDEF(MP_QSTR_readblocks, 45, 10, "readblocks")
QDEF(MP_QSTR_readfrom_into, 130, 13, "readfrom_into")
QDEF(MP_QSTR_readlines, 106, 9, "readlines")
QDEF(MP_QSTR_readonly, 3, 8, "readonly")
QDEF(MP_QSTR_real, 191, 4, "real")
QDEF(MP_QSTR_receiver_buffer_size, 153, 20, "receiver_buffer_size")
QDEF(MP_QSTR_record, 40, 6, "record")
QDEF(MP_QSTR_reduced, 33, 7, "reduced")
QDEF(MP_QSTR_reference_voltage, 147, 17, "reference_voltage")
QDEF(MP_QSTR_refresh, 152, 7, "refresh")
QDEF(MP_QSTR_refresh_display_command, 5, 23, "refresh_display_command")
QDEF(MP_QSTR_refresh_time, 178, 12, "refresh_time")
QDEF(MP_QSTR_register, 172, 8, "register")
QDEF(MP_QSTR_rekey, 5, 5, "rekey")
QDEF(MP_QSTR_release, 236, 7, "release")
QDEF(MP_QSTR_release_displays, 58, 16, "release_displays")
QDEF(MP_QSTR_released, 8, 8, "released")
QDEF(MP_QSTR_reload, 116, 6, "reload")
QDEF(MP_QSTR_reload_on_error, 45, 15, "reload_on_error")
QDEF(MP_QSTR_reload_on_success, 118, 17, "reload_on_success")
QDEF(MP_QSTR_remote, 161, 6, "remote")
QDEF(MP_QSTR_remount, 159, 7, "remount")
QDEF(MP_QSTR_rename, 53, 6, "rename")
QDEF(MP_QSTR_replaced_color_value, 155, 20, "replaced_color_value")
QDEF(MP_QSTR_report_descriptor, 103, 17, "report_descriptor")
QDEF(MP_QSTR_report_id, 153, 9, "report_id")
QDEF(MP_QSTR_report_ids, 202, 10, "report_ids")
QDEF(MP_QSTR_reset, 16, 5, "reset")
QDEF(MP_QSTR_reset_input_buffer, 230, 18, "reset_input_buffer")
QDEF(MP_QSTR_reset_output_buffer, 239, 19, "reset_output_buffer")
QDEF(MP_QSTR_reset_reason, 11, 12, "reset_reason")
QDEF(MP_QSTR_reset_terminal, 11, 14, "reset_terminal")
QDEF(MP_QSTR_reshape, 125, 7, "reshape")
QDEF(MP_QSTR_restart, 178, 7, "restart")
QDEF(MP_QSTR_resume, 92, 6, "resume")
QDEF(MP_QSTR_retstep, 52, 7, "retstep")
QDEF(MP_QSTR_reverse_bytes_in_word, 42, 21, "reverse_bytes_in_word")
QDEF(MP_QSTR_reverse_pixels_in_byte, 236, 22, "reverse_pixels_in_byte")
QDEF(MP_QSTR_reverse_pixels_in_element, 56, 25, "reverse_pixels_in_element")
QDEF(MP_QSTR_reverse_rows, 163, 12, "reverse_rows")
QDEF(MP_QSTR_reversed, 161, 8, "reversed")
QDEF(MP_QSTR_rgb_pins, 233, 8, "rgb_pins")
QDEF(MP_QSTR_rgbmatrix, 105, 9, "rgbmatrix")
QDEF(MP_QSTR_right, 229, 5, "right")
QDEF(MP_QSTR_right_channel, 25, 13, "right_channel")
QDEF(MP_QSTR_rmdir, 69, 5, "rmdir")
QDEF(MP_QSTR_rms_level, 224, 9, "rms_level")
QDEF(MP_QSTR_roll, 88, 4, "roll")
QDEF(MP_QSTR_root_group, 131, 10, "root_group")
QDEF(MP_QSTR_rotaryio, 224, 8, "rotaryio")
QDEF(MP_QSTR_rotation, 241, 8, "rotation")
QDEF(MP_QSTR_rotozoom, 52, 8, "rotozoom")
QDEF(MP_QSTR_row, 175, 3, "row")
QDEF(MP_QSTR_row_column_to_key_number, 246, 24, "row_column_to_key_number")
QDEF(MP_QSTR_row_pins, 20, 8, "row_pins")
QDEF(MP_QSTR_rowstart, 47, 8, "rowstart")
QDEF(MP_QSTR_rp2pio, 99, 6, "rp2pio")
QDEF(MP_QSTR_rpartition, 21, 10, "rpartition")
QDEF(MP_QSTR_rs485_dir, 221, 9, "rs485_dir")
QDEF(MP_QSTR_rs485_invert, 176, 12, "rs485_invert")
QDEF(MP_QSTR_rssi, 126, 4, "rssi")
QDEF(MP_QSTR_rtc, 64, 3, "rtc")
QDEF(MP_QSTR_rtol, 160, 4, "rtol")
QDEF(MP_QSTR_rts, 80, 3, "rts")
QDEF(MP_QSTR_run, 108, 3, "run")
QDEF(MP_QSTR_run_reason, 119, 10, "run_reason")
QDEF(MP_QSTR_runtime, 153, 7, "runtime")
QDEF(MP_QSTR_rx, 207, 2, "rx")
QDEF(MP_QSTR_rxstall, 201, 7, "rxstall")
QDEF(MP_QSTR_sample, 3, 6, "sample")
QDEF(MP_QSTR_sample_rate, 126, 11, "sample_rate")
QDEF(MP_QSTR_samplerate, 193, 10, "samplerate")
QDEF(MP_QSTR_samples_decoded, 167, 15, "samples_decoded")
QDEF(MP_QSTR_samples_signed, 125, 14, "samples_signed")
QDEF(MP_QSTR_scale, 125, 5, "scale")
QDEF(MP_QSTR_scan, 26, 4, "scan")
QDEF(MP_QSTR_scan_response, 230, 13, "scan_response")
QDEF(MP_QSTR_scipy, 245, 5, "scipy")
QDEF(MP_QSTR_scl, 249, 3, "scl")
QDEF(MP_QSTR_sda, 83, 3, "sda")
QDEF(MP_QSTR_sdcardio, 160, 8, "sdcardio")
QDEF(MP_QSTR_search, 171, 6, "search")
QDEF(MP_QSTR_secondary, 159, 9, "secondary")
QDEF(MP_QSTR_seconds_per_frame, 92, 17, "seconds_per_frame")
QDEF(MP_QSTR_seed, 146, 4, "seed")
QDEF(MP_QSTR_seek, 157, 4, "seek")
QDEF(MP_QSTR_segment_size, 252, 12, "segment_size")
QDEF(MP_QSTR_select, 141, 6, "select")
QDEF(MP_QSTR_send_report, 8, 11, "send_report")
QDEF(MP_QSTR_separators, 235, 10, "separators")
QDEF(MP_QSTR_serial_bytes_available, 69, 22, "serial_bytes_available")
QDEF(MP_QSTR_serial_connected, 165, 16, "serial_connected")
QDEF(MP_QSTR_serpentine, 12, 10, "serpentine")
QDEF(MP_QSTR_service, 152, 7, "service")
QDEF(MP_QSTR_service_uuids_whitelist, 195, 23, "service_uuids_whitelist")
QDEF(MP_QSTR_set_adapter, 15, 11, "set_adapter")
QDEF(MP_QSTR_set_boundary, 96, 12, "set_boundary")
QDEF(MP_QSTR_set_cccd, 159, 8, "set_cccd")
QDEF(MP_QSTR_set_column_command, 22, 18, "set_column_command")
QDEF(MP_QSTR_set_column_window_command, 5, 25, "set_column_window_command")
QDEF(MP_QSTR_set_current_column_command, 160, 26, "set_current_column_command")
QDEF(MP_QSTR_set_current_row_command, 252, 23, "set_current_row_command")
QDEF(MP_QSTR_set_next_code_file, 244, 18, "set_next_code_file")
QDEF(MP_QSTR_set_next_stack_limit, 164, 20, "set_next_stack_limit")
QDEF(MP_QSTR_set_pin_count, 243, 13, "set_pin_count")
QDEF(MP_QSTR_set_printoptions, 217, 16, "set_printoptions")
QDEF(MP_QSTR_set_rgb_status_brightness, 146, 25, "set_rgb_status_brightness")
QDEF(MP_QSTR_set_row_command, 202, 15, "set_row_command")
QDEF(MP_QSTR_set_row_window_command, 217, 22, "set_row_window_command")
QDEF(MP_QSTR_set_time_source, 175, 15, "set_time_source")
QDEF(MP_QSTR_set_vertical_scroll, 56, 19, "set_vertical_scroll")
QDEF(MP_QSTR_setter, 4, 6, "setter")
QDEF(MP_QSTR_shape, 202, 5, "shape")
QDEF(MP_QSTR_sharpdisplay, 7, 12, "sharpdisplay")
QDEF(MP_QSTR_shift_underscore_jis, 85, 20, "shift_underscore_jis")
QDEF(MP_QSTR_shift_x, 194, 7, "shift_x")
QDEF(MP_QSTR_shift_y, 195, 7, "shift_y")
QDEF(MP_QSTR_show, 134, 4, "show")
QDEF(MP_QSTR_sideset_enable, 34, 14, "sideset_enable")
QDEF(MP_QSTR_sideset_pin_count, 40, 17, "sideset_pin_count")
QDEF(MP_QSTR_signal, 187, 6, "signal")
QDEF(MP_QSTR_signed, 55, 6, "signed")
QDEF(MP_QSTR_sin, 177, 3, "sin")
QDEF(MP_QSTR_single_byte_bounds, 52, 18, "single_byte_bounds")
QDEF(MP_QSTR_sinh, 185, 4, "sinh")
QDEF(MP_QSTR_size, 32, 4, "size")
QDEF(MP_QSTR_skip_index, 101, 10, "skip_index")
QDEF(MP_QSTR_sleep, 234, 5, "sleep")
QDEF(MP_QSTR_sleep_memory, 244, 12, "sleep_memory")
QDEF(MP_QSTR_slice, 181, 5, "slice")
QDEF(MP_QSTR_solve_triangular, 20, 16, "solve_triangular")
QDEF(MP_QSTR_sos, 106, 3, "sos")
QDEF(MP_QSTR_sosfilt, 189, 7, "sosfilt")
QDEF(MP_QSTR_source_bitmap, 196, 13, "source_bitmap")
QDEF(MP_QSTR_source_bitmap_1, 74, 15, "source_bitmap_1")
QDEF(MP_QSTR_source_bitmap_2, 73, 15, "source_bitmap_2")
QDEF(MP_QSTR_source_clip0, 97, 12, "source_clip0")
QDEF(MP_QSTR_source_clip1, 96, 12, "source_clip1")
QDEF(MP_QSTR_source_colorspace, 62, 17, "source_colorspace")
QDEF(MP_QSTR_span, 201, 4, "span")
QDEF(MP_QSTR_special, 68, 7, "special")
QDEF(MP_QSTR_spectrogram, 48, 11, "spectrogram")
QDEF(MP_QSTR_spi, 207, 3, "spi")
QDEF(MP_QSTR_spi_bus, 244, 7, "spi_bus")
QDEF(MP_QSTR_spi_device, 200, 10, "spi_device")
QDEF(MP_QSTR_splitlines, 106, 10, "splitlines")
QDEF(MP_QSTR_sqrt, 33, 4, "sqrt")
QDEF(MP_QSTR_start_advertising, 16, 17, "start_advertising")
QDEF(MP_QSTR_start_scan, 101, 10, "start_scan")
QDEF(MP_QSTR_start_sequence, 37, 14, "start_sequence")
QDEF(MP_QSTR_startup_delay, 170, 13, "startup_delay")
QDEF(MP_QSTR_stat, 215, 4, "stat")
QDEF(MP_QSTR_state, 210, 5, "state")
QDEF(MP_QSTR_statvfs, 20, 7, "statvfs")
QDEF(MP_QSTR_std, 70, 3, "std")
QDEF(MP_QSTR_stderr, 163, 6, "stderr")
QDEF(MP_QSTR_stdin, 33, 5, "stdin")
QDEF(MP_QSTR_stdout, 8, 6, "stdout")
QDEF(MP_QSTR_sticky_on_error, 99, 15, "sticky_on_error")
QDEF(MP_QSTR_sticky_on_reload, 106, 16, "sticky_on_reload")
QDEF(MP_QSTR_sticky_on_success, 184, 17, "sticky_on_success")
QDEF(MP_QSTR_stop_advertising, 8, 16, "stop_advertising")
QDEF(MP_QSTR_stop_background_write, 78, 21, "stop_background_write")
QDEF(MP_QSTR_stop_scan, 125, 9, "stop_scan")
QDEF(MP_QSTR_stop_sequence, 61, 13, "stop_sequence")
QDEF(MP_QSTR_stop_voice, 20, 10, "stop_voice")
QDEF(MP_QSTR_storage, 188, 7, "storage")
QDEF(MP_QSTR_stream, 89, 6, "stream")
QDEF(MP_QSTR_strerror, 72, 8, "strerror")
QDEF(MP_QSTR_strides, 203, 7, "strides")
QDEF(MP_QSTR_struct, 18, 6, "struct")
QDEF(MP_QSTR_struct_time, 248, 11, "struct_time")
QDEF(MP_QSTR_sub, 33, 3, "sub")
QDEF(MP_QSTR_supervisor, 53, 10, "supervisor")
QDEF(MP_QSTR_swap, 16, 4, "swap")
QDEF(MP_QSTR_swap_bytes_in_element, 207, 21, "swap_bytes_in_element")
QDEF(MP_QSTR_swap_in, 104, 7, "swap_in")
QDEF(MP_QSTR_swap_out, 161, 8, "swap_out")
QDEF(MP_QSTR_switch_to_input, 250, 15, "switch_to_input")
QDEF(MP_QSTR_switch_to_output, 243, 16, "switch_to_output")
QDEF(MP_QSTR_symmetric_difference, 206, 20, "symmetric_difference")
QDEF(MP_QSTR_symmetric_difference_update, 96, 27, "symmetric_difference_update")
QDEF(MP_QSTR_sync, 162, 4, "sync")
QDEF(MP_QSTR_synthio, 91, 7, "synthio")
QDEF(MP_QSTR_sys, 188, 3, "sys")
QDEF(MP_QSTR_sysname, 155, 7, "sysname")
QDEF(MP_QSTR_tan, 254, 3, "tan")
QDEF(MP_QSTR_tanh, 214, 4, "tanh")
QDEF(MP_QSTR_target_frames_per_second, 114, 24, "target_frames_per_second")
QDEF(MP_QSTR_tb, 147, 2, "tb")
QDEF(MP_QSTR_tell, 20, 4, "tell")
QDEF(MP_QSTR_temperature, 233, 11, "temperature")
QDEF(MP_QSTR_tempo, 102, 5, "tempo")
QDEF(MP_QSTR_terminalio, 103, 10, "terminalio")
QDEF(MP_QSTR_threshold, 242, 9, "threshold")
QDEF(MP_QSTR_ticks_ms, 66, 8, "ticks_ms")
QDEF(MP_QSTR_tile, 17, 4, "tile")
QDEF(MP_QSTR_tile_height, 145, 11, "tile_height")
QDEF(MP_QSTR_tile_index, 176, 10, "tile_index")
QDEF(MP_QSTR_tile_width, 232, 10, "tile_width")
QDEF(MP_QSTR_tilegrid, 73, 8, "tilegrid")
QDEF(MP_QSTR_time, 240, 4, "time")
QDEF(MP_QSTR_time_to_refresh, 246, 15, "time_to_refresh")
QDEF(MP_QSTR_timeout, 62, 7, "timeout")
QDEF(MP_QSTR_timestamp, 107, 9, "timestamp")
QDEF(MP_QSTR_tm_hour, 163, 7, "tm_hour")
QDEF(MP_QSTR_tm_isdst, 218, 8, "tm_isdst")
QDEF(MP_QSTR_tm_mday, 210, 7, "tm_mday")
QDEF(MP_QSTR_tm_min, 169, 6, "tm_min")
QDEF(MP_QSTR_tm_mon, 111, 6, "tm_mon")
QDEF(MP_QSTR_tm_sec, 54, 6, "tm_sec")
QDEF(MP_QSTR_tm_wday, 8, 7, "tm_wday")
QDEF(MP_QSTR_tm_yday, 70, 7, "tm_yday")
QDEF(MP_QSTR_tm_year, 140, 7, "tm_year")
QDEF(MP_QSTR_tobytes, 167, 7, "tobytes")
QDEF(MP_QSTR_toggle_every_byte, 64, 17, "toggle_every_byte")
QDEF(MP_QSTR_tol, 50, 3, "tol")
QDEF(MP_QSTR_tolist, 124, 6, "tolist")
QDEF(MP_QSTR_touch, 128, 5, "touch")
QDEF(MP_QSTR_touchio, 102, 7, "touchio")
QDEF(MP_QSTR_trace, 164, 5, "trace")
QDEF(MP_QSTR_traceback, 207, 9, "traceback")
QDEF(MP_QSTR_trailer, 16, 7, "trailer")
QDEF(MP_QSTR_transpose, 246, 9, "transpose")
QDEF(MP_QSTR_transpose_xy, 232, 12, "transpose_xy")
QDEF(MP_QSTR_trapz, 136, 5, "trapz")
QDEF(MP_QSTR_trigger_duration, 28, 16, "trigger_duration")
QDEF(MP_QSTR_trunc, 91, 5, "trunc")
QDEF(MP_QSTR_try_lock, 46, 8, "try_lock")
QDEF(MP_QSTR_two_byte_sequence_length, 95, 24, "two_byte_sequence_length")
QDEF(MP_QSTR_tx, 137, 2, "tx")
QDEF(MP_QSTR_tx_power, 201, 8, "tx_power")
QDEF(MP_QSTR_txstall, 207, 7, "txstall")
QDEF(MP_QSTR_uart, 119, 4, "uart")
QDEF(MP_QSTR_uid, 189, 3, "uid")
QDEF(MP_QSTR_uint16, 132, 6, "uint16")
QDEF(MP_QSTR_uint8, 123, 5, "uint8")
QDEF(MP_QSTR_ulab, 159, 4, "ulab")
QDEF(MP_QSTR_ulab_dot_fft, 197, 8, "ulab.fft")
QDEF(MP_QSTR_ulab_dot_linalg, 144, 11, "ulab.linalg")
QDEF(MP_QSTR_ulab_dot_numpy, 174, 10, "ulab.numpy")
QDEF(MP_QSTR_ulab_dot_scipy, 33, 10, "ulab.scipy")
QDEF(MP_QSTR_ulab_dot_scipy_dot_linalg, 46, 17, "ulab.scipy.linalg")
QDEF(MP_QSTR_ulab_dot_scipy_dot_optimize, 54, 19, "ulab.scipy.optimize")
QDEF(MP_QSTR_ulab_dot_scipy_dot_signal, 17, 17, "ulab.scipy.signal")
QDEF(MP_QSTR_ulab_dot_scipy_dot_special, 46, 18, "ulab.scipy.special")
QDEF(MP_QSTR_ulab_dot_utils, 6, 10, "ulab.utils")
QDEF(MP_QSTR_umount, 221, 6, "umount")
QDEF(MP_QSTR_uname, 183, 5, "uname")
QDEF(MP_QSTR_unhexlify, 177, 9, "unhexlify")
QDEF(MP_QSTR_uniform, 1, 7, "uniform")
QDEF(MP_QSTR_union, 246, 5, "union")
QDEF(MP_QSTR_unlink, 254, 6, "unlink")
QDEF(MP_QSTR_unlock, 21, 6, "unlock")
QDEF(MP_QSTR_unpack, 7, 6, "unpack")
QDEF(MP_QSTR_unpack_from, 14, 11, "unpack_from")
QDEF(MP_QSTR_unregister, 23, 10, "unregister")
QDEF(MP_QSTR_update_refresh_mode, 138, 19, "update_refresh_mode")
QDEF(MP_QSTR_urandom, 171, 7, "urandom")
QDEF(MP_QSTR_usage, 1, 5, "usage")
QDEF(MP_QSTR_usage_page, 236, 10, "usage_page")
QDEF(MP_QSTR_usb_cdc, 122, 7, "usb_cdc")
QDEF(MP_QSTR_usb_connected, 65, 13, "usb_connected")
QDEF(MP_QSTR_usb_hid, 219, 7, "usb_hid")
QDEF(MP_QSTR_usb_midi, 183, 8, "usb_midi")
QDEF(MP_QSTR_use_list, 155, 8, "use_list")
QDEF(MP_QSTR_uselect, 88, 7, "uselect")
QDEF(MP_QSTR_user_description, 141, 16, "user_description")
QDEF(MP_QSTR_user_interruptible, 78, 18, "user_interruptible")
QDEF(MP_QSTR_utils, 210, 5, "utils")
QDEF(MP_QSTR_uuid, 200, 4, "uuid")
QDEF(MP_QSTR_uuid128, 179, 7, "uuid128")
QDEF(MP_QSTR_uuid16, 47, 6, "uuid16")
QDEF(MP_QSTR_v, 211, 1, "v")
QDEF(MP_QSTR_value_to_latch, 71, 14, "value_to_latch")
QDEF(MP_QSTR_value_when_pressed, 28, 18, "value_when_pressed")
QDEF(MP_QSTR_variable_frequency, 88, 18, "variable_frequency")
QDEF(MP_QSTR_vectorio, 186, 8, "vectorio")
QDEF(MP_QSTR_vectorize, 234, 9, "vectorize")
QDEF(MP_QSTR_version, 191, 7, "version")
QDEF(MP_QSTR_version_info, 110, 12, "version_info")
QDEF(MP_QSTR_voice, 147, 5, "voice")
QDEF(MP_QSTR_voice_count, 111, 11, "voice_count")
QDEF(MP_QSTR_voltage, 135, 7, "voltage")
QDEF(MP_QSTR_vsync, 116, 5, "vsync")
QDEF(MP_QSTR_wait_for_txstall, 191, 16, "wait_for_txstall")
QDEF(MP_QSTR_wake_alarm, 209, 10, "wake_alarm")
QDEF(MP_QSTR_watchdog, 1, 8, "watchdog")
QDEF(MP_QSTR_wb, 112, 2, "wb")
QDEF(MP_QSTR_where, 8, 5, "where")
QDEF(MP_QSTR_width, 35, 5, "width")
QDEF(MP_QSTR_window, 137, 6, "window")
QDEF(MP_QSTR_word_select, 92, 11, "word_select")
QDEF(MP_QSTR_wrap, 81, 4, "wrap")
QDEF(MP_QSTR_wrap_target, 95, 11, "wrap_target")
QDEF(MP_QSTR_write_bit, 248, 9, "write_bit")
QDEF(MP_QSTR_write_black_ram_command, 25, 23, "write_black_ram_command")
QDEF(MP_QSTR_write_color_ram_command, 99, 23, "write_color_ram_command")
QDEF(MP_QSTR_write_perm, 13, 10, "write_perm")
QDEF(MP_QSTR_write_ram_command, 33, 17, "write_ram_command")
QDEF(MP_QSTR_write_readinto, 137, 14, "write_readinto")
QDEF(MP_QSTR_write_then_readinto, 97, 19, "write_then_readinto")
QDEF(MP_QSTR_write_timeout, 60, 13, "write_timeout")
QDEF(MP_QSTR_write_value, 76, 11, "write_value")
QDEF(MP_QSTR_writeblocks, 2, 11, "writeblocks")
QDEF(MP_QSTR_writeto, 3, 7, "writeto")
QDEF(MP_QSTR_writeto_then_readfrom, 112, 21, "writeto_then_readfrom")
QDEF(MP_QSTR_writing, 221, 7, "writing")
QDEF(MP_QSTR_x, 221, 1, "x")
QDEF(MP_QSTR_x1, 76, 2, "x1")
QDEF(MP_QSTR_x2, 79, 2, "x2")
QDEF(MP_QSTR_xatol, 11, 5, "xatol")
QDEF(MP_QSTR_xtol, 106, 4, "xtol")
QDEF(MP_QSTR_y, 220, 1, "y")
QDEF(MP_QSTR_y1, 109, 2, "y1")
QDEF(MP_QSTR_y2, 110, 2, "y2")
QDEF(MP_QSTR_zeros, 148, 5, "zeros")
QDEF(MP_QSTR_zi, 214, 2, "zi")
QDEF(MP_QSTR_zlib, 248, 4, "zlib")
TRANSLATION("  File \"%q\", line %d", 20, 3, 136, 215, 24, 250, 120, 95, 79, 13, 213, 142, 240) //   File \"%q\", line %d
TRANSLATION(" is of type %q\n", 16, 190, 138, 152, 238, 12, 45, 144) //  is of type %q\r\n
TRANSLATION(" not found.\n", 13, 22, 41, 245, 89, 63, 100) //  not found.\r\n
TRANSLATION(" output:\n", 10, 26, 145, 202, 187, 237, 144) //  output:\r\n
TRANSLATION("%%c requires int or char", 24, 240, 124, 23, 187, 228, 152, 162, 208, 122, 169, 72) // %%c requires int or char
TRANSLATION("%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d", 73, 220, 130, 99, 45, 162, 109, 147, 15, 114, 36, 169, 71, 108, 155, 61, 200, 86, 184, 210, 99, 52, 9, 76, 16, 170, 109, 169, 85, 111, 247, 56, 118, 55, 32) // %d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d
TRANSLATION("%q and %q contain duplicate pins", 32, 194, 217, 225, 10, 80, 169, 86, 12, 150, 55, 104, 18, 158, 217, 0) // %q and %q contain duplicate pins
TRANSLATION("%q contains duplicate pins", 26, 194, 20, 161, 82, 172, 129, 146, 198, 237, 2, 83, 219, 32) // %q contains duplicate pins
TRANSLATION("%q in use", 9, 194, 153, 183) // %q in use
TRANSLATION("%q index out of range", 21, 194, 152, 204, 241, 169, 127, 241, 0) // %q index out of range
TRANSLATION("%q indices must be integers, not %s", 35, 194, 152, 205, 3, 73, 181, 148, 234, 62, 152, 118, 60, 20) // %q indices must be integers, not %s
TRANSLATION("%q length must be %d-%d", 23, 194, 26, 83, 119, 56, 155, 144) // %q length must be %d-%d
TRANSLATION("%q length must be >= 1", 22, 194, 26, 83, 124, 157, 248, 222, 0) // %q length must be >= 1
TRANSLATION("%q must be %d-%d", 16, 194, 155, 185, 196, 220, 128) // %q must be %d-%d
TRANSLATION("%q must be 1 when %q is True", 28, 194, 155, 188, 250, 88, 87, 217, 18, 74, 96) // %q must be 1 when %q is True
TRANSLATION("%q must be <= %d", 16, 194, 155, 245, 247, 247, 128) // %q must be <= %d
TRANSLATION("%q must be >= %d", 16, 194, 155, 228, 239, 239, 0) // %q must be >= %d
TRANSLATION("%q must be >= 0", 15, 194, 155, 228, 239, 198, 40) // %q must be >= 0
TRANSLATION("%q must be >= 1", 15, 194, 155, 228, 239, 198, 240) // %q must be >= 1
TRANSLATION("%q must be a string", 19, 194, 154, 67, 175, 162) // %q must be a string
TRANSLATION("%q must be a tuple of length 2", 30, 194, 154, 67, 250, 223, 233, 13, 232) // %q must be a tuple of length 2
TRANSLATION("%q must be between %d and %d", 28, 194, 155, 249, 47, 54, 123, 144) // %q must be between %d and %d
TRANSLATION("%q must be of type %q", 21, 194, 155, 21, 49, 220, 24, 64) // %q must be of type %q
TRANSLATION("%q must be of type %q or None", 29, 194, 155, 21, 49, 220, 24, 66, 208, 243, 172, 152) // %q must be of type %q or None
TRANSLATION("%q out of range", 15, 194, 26, 151, 255, 16) // %q out of range
TRANSLATION("%q should be an int", 19, 194, 239, 242, 171, 40) // %q should be an int
TRANSLATION("%q with a report ID of 0 must be of length 1", 44, 194, 220, 2, 22, 227, 180, 162, 135, 10, 255, 22, 108, 84, 198, 144, 222, 0) // %q with a report ID of 0 must be of length 1
TRANSLATION("%q, %q, and %q must all be the same length", 42, 194, 195, 194, 195, 45, 49, 133, 181, 39, 56, 115, 22, 169, 132, 40, 12, 105, 0) // %q, %q, and %q must all be the same length
TRANSLATION("'%q' argument required", 22, 157, 133, 56, 101, 247, 204) // \'%q\' argument required
TRANSLATION("'%q' object is not an iterator", 30, 157, 133, 56, 116, 239, 172, 101, 53, 95, 37, 180) // \'%q\' object is not an iterator
TRANSLATION("'%q' object is not callable", 27, 157, 133, 56, 116, 239, 172, 60, 78, 119, 40) // \'%q\' object is not callable
TRANSLATION("'%q' object is not iterable", 27, 157, 133, 56, 116, 239, 172, 53, 95, 229, 0) // \'%q\' object is not iterable
TRANSLATION("'%s' object doesn't support item assignment", 43, 250, 157, 62, 243, 224, 73, 99, 142, 210, 134, 169, 192, 9, 62, 56, 51, 128) // \'%s\' object doesn\'t support item assignment
TRANSLATION("'%s' object doesn't support item deletion", 41, 250, 157, 62, 243, 224, 73, 99, 142, 210, 134, 169, 192, 24, 110, 59, 128) // \'%s\' object doesn\'t support item deletion
TRANSLATION("'%s' object has no attribute '%q'", 33, 250, 157, 49, 84, 144, 67, 16, 47, 144, 78, 194, 156) // \'%s\' object has no attribute \'%q\'
TRANSLATION("'%s' object isn't subscriptable", 31, 250, 157, 48, 212, 248, 18, 90, 40, 244, 141, 141, 121, 64) // \'%s\' object isn\'t subscriptable
TRANSLATION("'=' alignment not allowed in string format specifier", 52, 157, 191, 156, 9, 205, 169, 12, 25, 194, 199, 224, 152, 58, 250, 55, 181, 215, 232, 190) // \'=\' alignment not allowed in string format specifier
TRANSLATION("'await' outside function", 24, 156, 90, 228, 213, 156, 53, 17, 172, 49, 207, 184) // \'await\' outside function
TRANSLATION("'await', 'async for' or 'async with' outside async function", 59, 156, 90, 228, 213, 157, 135, 56, 146, 236, 47, 94, 206, 22, 132, 226, 75, 176, 189, 184, 156, 53, 17, 172, 48, 73, 118, 23, 135, 62, 224) // \'await\', \'async for\' or \'async with\' outside async function
TRANSLATION("'break' outside loop", 20, 157, 70, 217, 116, 103, 13, 68, 107, 12, 58, 40, 163) // \'break\' outside loop
TRANSLATION("'continue' outside loop", 23, 157, 74, 21, 173, 41, 206, 26, 136, 214, 24, 116, 81, 70) // \'continue\' outside loop
TRANSLATION("'coroutine' object is not an iterator", 37, 157, 74, 77, 74, 199, 56, 116, 239, 172, 101, 53, 95, 37, 180) // \'coroutine\' object is not an iterator
TRANSLATION("'return' outside function", 25, 157, 109, 101, 146, 25, 195, 81, 26, 195, 28, 251, 128) // \'return\' outside function
TRANSLATION("'yield from' inside async function", 34, 157, 117, 166, 230, 15, 102, 116, 196, 107, 12, 18, 93, 133, 225, 207, 184) // \'yield from\' inside async function
TRANSLATION("'yield' outside function", 24, 157, 117, 166, 230, 78, 26, 136, 214, 24, 231, 220) // \'yield\' outside function
TRANSLATION("(x,y) integers required", 23, 221, 108, 127, 133, 221, 220, 197, 58, 143, 167, 124, 192) // (x,y) integers required
TRANSLATION("*x must be assignment target", 28, 250, 187, 19, 73, 62, 56, 51, 130, 242, 205, 64) // *x must be assignment target
TRANSLATION(", in %q\n", 9, 195, 172, 48, 182, 64) // , in %q\r\n
TRANSLATION("0.0 to a complex power", 22, 197, 159, 139, 130, 66, 151, 189, 176, 35, 235, 62) // 0.0 to a complex power
TRANSLATION("64 bit types", 12, 250, 222, 48, 230, 142, 226, 0) // 64 bit types
TRANSLATION("Adapter not enabled", 19, 224, 48, 163, 87, 197, 131, 135, 148, 192) // Adapter not enabled
TRANSLATION("Address must be %d bytes long", 29, 224, 49, 150, 209, 38, 238, 118, 136, 29, 102, 160) // Address must be %d bytes long
TRANSLATION("Address type out of range", 25, 224, 49, 150, 209, 7, 112, 106, 95, 252, 64) // Address type out of range
TRANSLATION("All UART peripherals are in use", 31, 224, 57, 195, 147, 192, 228, 100, 8, 223, 108, 117, 95, 39, 32, 43, 115, 54, 224) // All UART peripherals are in use
TRANSLATION("All channels in use", 19, 224, 57, 195, 242, 164, 205, 184) // All channels in use
TRANSLATION("All state machines in use", 25, 224, 57, 193, 20, 148, 197, 119, 170, 214, 52, 153, 183) // All state machines in use
TRANSLATION("All timers for this pin are in use", 34, 224, 57, 195, 181, 34, 94, 224, 53, 54, 192, 173, 204, 219, 128) // All timers for this pin are in use
TRANSLATION("All timers in use", 17, 224, 57, 195, 181, 34, 76, 219, 128) // All timers in use
TRANSLATION("Already advertising", 19, 224, 58, 217, 50, 232, 38, 107, 62, 173, 77, 16) // Already advertising
TRANSLATION("AnalogOut functionality not supported", 37, 224, 66, 78, 138, 167, 26, 85, 28, 251, 132, 230, 173, 209, 99, 176) // AnalogOut functionality not supported
TRANSLATION("AnalogOut is only 16 bits. Value must be less than 65536.", 57, 224, 66, 78, 138, 167, 26, 85, 190, 234, 15, 16, 115, 82, 120, 251, 196, 233, 78, 107, 141, 19, 3, 43, 252, 103, 128) // AnalogOut is only 16 bits. Value must be less than 65536.
TRANSLATION("Array must contain halfwords (type 'H')", 39, 224, 73, 33, 93, 218, 210, 133, 74, 176, 170, 78, 167, 175, 105, 136, 55, 93, 193, 59, 236, 206, 221, 128) // Array must contain halfwords (type \'H\')
TRANSLATION("Array values should be single bytes.", 36, 224, 73, 33, 93, 29, 212, 239, 211, 69, 199, 180, 73, 224) // Array values should be single bytes.
TRANSLATION("At most %d %q may be specified (not %d)", 39, 224, 40, 130, 36, 91, 193, 132, 43, 221, 28, 196, 140, 222, 109, 54, 230, 238, 172, 110, 119, 96) // At most %d %q may be specified (not %d)
TRANSLATION("Attempted heap allocation when VM not running.", 46, 224, 42, 156, 17, 174, 109, 83, 40, 199, 167, 115, 233, 125, 238, 40, 177, 38, 172, 58, 51, 192) // Attempted heap allocation when VM not running.
TRANSLATION("Attribute not found", 19, 224, 124, 130, 197, 62, 171, 0) // Attribute not found
TRANSLATION("Attribute not long", 18, 224, 124, 130, 195, 172, 212) // Attribute not long
TRANSLATION("Audio conversion not implemented", 32, 224, 74, 198, 196, 41, 67, 172, 250, 54, 200, 177, 250, 128) // Audio conversion not implemented
TRANSLATION("Auto-reload is off.\n", 21, 224, 74, 177, 98, 91, 116, 68, 203, 232, 189, 121, 251, 32) // Auto-reload is off.\r\n
TRANSLATION("Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.\n", 85, 224, 74, 177, 98, 91, 116, 68, 203, 235, 51, 198, 59, 96, 141, 215, 66, 22, 177, 247, 168, 34, 214, 124, 125, 220, 25, 53, 112, 14, 1, 104, 103, 62, 57, 28, 62, 63, 155, 130, 198, 167, 42, 126, 200) // Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.\r\n
TRANSLATION("Below minimum frame rate", 24, 224, 155, 186, 194, 10, 205, 130, 88, 5, 57, 10, 3, 18, 18, 152) // Below minimum frame rate
TRANSLATION("Bit clock and word select must be sequential pins", 49, 224, 181, 67, 223, 183, 103, 175, 105, 129, 13, 198, 242, 205, 79, 91, 57, 164, 237, 178, 0) // Bit clock and word select must be sequential pins
TRANSLATION("Bit depth must be from 1 to 6 inclusive, not %d", 47, 224, 181, 67, 14, 53, 171, 55, 217, 27, 204, 31, 173, 49, 231, 74, 157, 12, 59, 27, 144) // Bit depth must be from 1 to 6 inclusive, not %d
TRANSLATION("Bit depth must be multiple of 8.", 32, 224, 181, 67, 14, 53, 171, 55, 223, 191, 242, 39, 128) // Bit depth must be multiple of 8.
TRANSLATION("Bitmap size and bits per value must match", 41, 224, 181, 107, 199, 224, 108, 249, 168, 35, 124, 119, 118, 181, 251, 32) // Bitmap size and bits per value must match
TRANSLATION("Boot device must be first device (interface #0).", 48, 224, 197, 18, 253, 9, 190, 199, 208, 27, 170, 202, 253, 50, 120, 199, 247, 226, 238, 231, 128) // Boot device must be first device (interface #0).
TRANSLATION("Brightness must be 0-1.0", 24, 224, 200, 218, 149, 86, 19, 68, 155, 139, 137, 188, 159, 138) // Brightness must be 0-1.0
TRANSLATION("Brightness not adjustable", 25, 224, 200, 218, 149, 86, 19, 68, 22, 9, 159, 178, 84, 94, 80) // Brightness not adjustable
TRANSLATION("Buffer + offset too small %d %d %d", 34, 242, 159, 31, 252, 17, 122, 232, 106, 59, 105, 93, 206, 188, 188, 188) // Buffer + offset too small %d %d %d
TRANSLATION("Buffer elements must be 4 bytes long or less", 44, 242, 159, 6, 227, 131, 57, 38, 248, 219, 68, 14, 179, 80, 90, 14, 52, 64) // Buffer elements must be 4 bytes long or less
TRANSLATION("Buffer incorrect size. Should be %d bytes.", 42, 242, 159, 153, 74, 75, 111, 47, 129, 60, 99, 213, 138, 87, 48, 115, 55, 59, 68, 158) // Buffer incorrect size. Should be %d bytes.
TRANSLATION("Buffer is not a bytearray.", 26, 242, 159, 190, 176, 91, 76, 201, 224) // Buffer is not a bytearray.
TRANSLATION("Buffer is too small", 19, 242, 159, 190, 237, 165, 119, 56) // Buffer is too small
TRANSLATION("Buffer length must be a multiple of 512", 39, 242, 159, 26, 83, 72, 123, 247, 254, 62, 243, 122) // Buffer length must be a multiple of 512
TRANSLATION("Buffer must be a multiple of 512 bytes", 38, 242, 159, 154, 67, 223, 191, 241, 247, 155, 221, 162, 0) // Buffer must be a multiple of 512 bytes
TRANSLATION("Buffer must be at least length 1", 32, 242, 159, 155, 248, 134, 144, 222, 0) // Buffer must be at least length 1
TRANSLATION("Buffer too large and unable to allocate", 39, 242, 159, 29, 183, 114, 207, 103, 171, 202, 193, 244, 212, 192) // Buffer too large and unable to allocate
TRANSLATION("Buffer too short by %d bytes", 28, 242, 159, 29, 180, 171, 105, 69, 27, 183, 155, 68) // Buffer too short by %d bytes
TRANSLATION("Bus pin %d is already in use", 28, 224, 202, 155, 107, 203, 239, 195, 51, 110) // Bus pin %d is already in use
TRANSLATION("Byte buffer must be 16 bytes.", 29, 224, 221, 83, 28, 233, 190, 38, 209, 39, 128) // Byte buffer must be 16 bytes.
TRANSLATION("Bytes must be between 0 and 255.", 32, 224, 221, 83, 73, 191, 144, 98, 236, 247, 190, 63, 143, 60) // Bytes must be between 0 and 255.
TRANSLATION("CBC blocks must be multiples of 16 bytes", 40, 198, 224, 227, 10, 63, 181, 38, 251, 233, 127, 226, 109, 16) // CBC blocks must be multiples of 16 bytes
TRANSLATION("CIRCUITPY drive could not be found or created.", 46, 255, 64, 201, 58, 2, 148, 174, 96, 177, 204, 167, 213, 96, 180, 30, 182, 74, 108, 158) // CIRCUITPY drive could not be found or created.
TRANSLATION("Call super().__init__() before accessing native object.", 55, 198, 39, 56, 36, 177, 191, 186, 221, 207, 201, 201, 172, 213, 201, 201, 240, 168, 157, 59, 70, 9, 231, 141, 19, 68, 66, 75, 208, 29, 57, 224) // Call super().__init__() before accessing native object.
TRANSLATION("Can't set CCCD on local Characteristic", 38, 242, 231, 40, 67, 81, 141, 141, 141, 194, 22, 67, 162, 120, 156, 49, 191, 75, 237, 69, 208) // Can\'t set CCCD on local Characteristic
TRANSLATION("Cannot change USB devices now", 29, 242, 236, 61, 84, 161, 168, 99, 238, 253, 4, 16, 245, 128) // Cannot change USB devices now
TRANSLATION("Cannot delete values", 20, 242, 236, 48, 220, 106, 99, 186, 128) // Cannot delete values
TRANSLATION("Cannot get pull while in output mode", 36, 242, 236, 84, 53, 17, 202, 231, 13, 122, 173, 113, 204, 26, 145, 202, 163, 221) // Cannot get pull while in output mode
TRANSLATION("Cannot have scan responses for extended, connectable advertisements.", 68, 242, 236, 123, 65, 30, 202, 182, 145, 217, 67, 75, 209, 158, 167, 166, 108, 195, 165, 12, 38, 242, 242, 129, 51, 89, 245, 106, 28, 25, 201, 60) // Cannot have scan responses for extended, connectable advertisements.
TRANSLATION("Cannot read without MISO pin.", 29, 242, 236, 91, 38, 110, 53, 7, 22, 134, 63, 27, 109, 60) // Cannot read without MISO pin.
TRANSLATION("Cannot record to a file", 23, 242, 236, 91, 165, 35, 48, 75, 189) // Cannot record to a file
TRANSLATION("Cannot remount '/' when visible via USB.", 40, 242, 236, 91, 131, 170, 162, 119, 135, 59, 233, 107, 53, 27, 69, 198, 53, 154, 67, 238, 207) // Cannot remount \'/\' when visible via USB.
TRANSLATION("Cannot set value when direction is input.", 41, 242, 236, 33, 168, 238, 253, 38, 54, 219, 215, 47, 189, 185, 224) // Cannot set value when direction is input.
TRANSLATION("Cannot subclass slice", 21, 242, 236, 127, 64, 142, 208, 48) // Cannot subclass slice
TRANSLATION("Cannot transfer without MOSI and MISO pins.", 43, 242, 236, 44, 133, 10, 83, 127, 113, 168, 56, 188, 108, 122, 27, 62, 45, 12, 126, 54, 217, 39, 128) // Cannot transfer without MOSI and MISO pins.
TRANSLATION("Cannot vary frequency on a timer that is already in use", 55, 242, 236, 107, 20, 151, 69, 59, 127, 12, 167, 11, 215, 69, 144, 67, 181, 38, 1, 45, 247, 225, 153, 183) // Cannot vary frequency on a timer that is already in use
TRANSLATION("Cannot write without MOSI pin.", 30, 242, 236, 124, 199, 184, 212, 28, 94, 54, 61, 13, 180, 240) // Cannot write without MOSI pin.
TRANSLATION("Characteristic can only be added to most recently added service", 63, 198, 253, 47, 181, 23, 64, 61, 149, 212, 28, 194, 99, 51, 86, 33, 4, 72, 162, 219, 217, 206, 186, 9, 140, 205, 71, 245, 180, 12) // Characteristic can only be added to most recently added service
TRANSLATION("Characteristic not writable", 27, 198, 253, 47, 181, 23, 64, 88, 249, 185, 64) // Characteristic not writable
TRANSLATION("CharacteristicBuffer writing not provided", 41, 198, 253, 47, 181, 23, 67, 202, 124, 124, 218, 34, 199, 241, 96) // CharacteristicBuffer writing not provided
TRANSLATION("CircuitPython core code crashed hard. Whoops!\n", 47, 255, 91, 34, 149, 177, 73, 134, 30, 144, 146, 174, 109, 82, 145, 147, 199, 161, 86, 40, 163, 79, 238, 217, 0) // CircuitPython core code crashed hard. Whoops!\r\n
TRANSLATION("CircuitPython was unable to allocate the heap.", 46, 255, 91, 35, 92, 144, 106, 242, 176, 125, 53, 60, 3, 21, 76, 163, 158) // CircuitPython was unable to allocate the heap.
TRANSLATION("Clock pin init failed.", 22, 198, 253, 187, 105, 141, 81, 79, 210, 158) // Clock pin init failed.
TRANSLATION("Clock stretch too long", 22, 198, 253, 163, 174, 125, 145, 219, 117, 154, 128) // Clock stretch too long
TRANSLATION("Command must be an int between 0 and 255", 40, 198, 138, 10, 250, 115, 114, 171, 40, 252, 131, 23, 103, 189, 241, 252, 112) // Command must be an int between 0 and 255
TRANSLATION("Connection has been disconnected and can no longer be used. Create a new connection.", 84, 198, 179, 9, 189, 112, 85, 36, 20, 76, 225, 12, 106, 82, 134, 19, 121, 115, 75, 76, 61, 149, 12, 65, 214, 106, 62, 57, 146, 161, 178, 120, 198, 182, 74, 96, 132, 39, 174, 41, 67, 9, 189, 114, 120) // Connection has been disconnected and can no longer be used. Create a new connection.
TRANSLATION("Corrupt .mpy file", 17, 198, 181, 36, 177, 168, 159, 4, 119, 123, 208) // Corrupt .mpy file
TRANSLATION("Could not get max advertising length", 36, 243, 5, 138, 134, 162, 190, 192, 38, 107, 62, 173, 77, 17, 164) // Could not get max advertising length
TRANSLATION("Could not read BLE buffer info", 30, 243, 5, 139, 100, 193, 193, 243, 120, 99, 157, 50, 156, 64) // Could not read BLE buffer info
TRANSLATION("Could not read BLE features", 27, 243, 5, 139, 100, 193, 193, 243, 120, 98, 153, 146, 203, 109, 0) // Could not read BLE features
TRANSLATION("Could not read HCI version", 26, 243, 5, 139, 100, 193, 246, 181, 159, 70, 217) // Could not read HCI version
TRANSLATION("Could not set address", 21, 243, 5, 132, 53, 4, 198, 91, 68) // Could not set address
TRANSLATION("Could not set event mask", 24, 243, 5, 132, 53, 7, 173, 156, 43, 167, 68) // Could not set event mask
TRANSLATION("Could not start PWM", 19, 243, 5, 132, 82, 145, 71, 220) // Could not start PWM
TRANSLATION("Couldn't allocate decoder", 25, 243, 62, 15, 77, 76, 48, 233, 49, 240) // Couldn\'t allocate decoder
TRANSLATION("Couldn't allocate first buffer", 30, 243, 62, 15, 77, 76, 123, 3, 156) // Couldn\'t allocate first buffer
TRANSLATION("Couldn't allocate input buffer", 30, 243, 62, 15, 77, 78, 100, 114, 168, 231, 0) // Couldn\'t allocate input buffer
TRANSLATION("Couldn't allocate second buffer", 31, 243, 62, 15, 77, 76, 33, 210, 211, 28, 224) // Couldn\'t allocate second buffer
TRANSLATION("Crash into the HardFault_Handler.", 33, 198, 144, 146, 172, 197, 139, 0, 199, 217, 41, 25, 196, 41, 92, 185, 63, 100, 180, 220, 252, 240) // Crash into the HardFault_Handler.
TRANSLATION("DB out of sync", 14, 225, 112, 70, 165, 250, 93, 133, 224) // DB out of sync
TRANSLATION("Data chunk must follow fmt chunk", 32, 225, 18, 144, 122, 174, 175, 71, 107, 78, 39, 59, 172, 41, 192, 161, 234, 186, 189, 16) // Data chunk must follow fmt chunk
TRANSLATION("Data length needs extended advertising, but this adapter does not support it", 76, 225, 18, 144, 210, 16, 153, 177, 6, 122, 158, 158, 105, 51, 89, 245, 106, 104, 225, 209, 149, 112, 26, 128, 152, 81, 171, 253, 224, 176, 146, 199, 29, 165, 13, 80) // Data length needs extended advertising, but this adapter does not support it
TRANSLATION("Data too large for advertisement packet", 39, 225, 18, 144, 237, 187, 150, 119, 160, 153, 172, 250, 181, 14, 12, 225, 31, 162, 106) // Data too large for advertisement packet
TRANSLATION("Descriptor can only be added to most recently added characteristic", 66, 225, 26, 61, 35, 99, 91, 65, 236, 174, 160, 230, 19, 25, 154, 177, 8, 34, 69, 22, 222, 206, 117, 208, 76, 102, 107, 223, 165, 246, 162, 232, 0) // Descriptor can only be added to most recently added characteristic
TRANSLATION("Destination capacity is smaller than destination_length.", 56, 225, 26, 45, 98, 184, 30, 40, 201, 230, 173, 219, 228, 174, 231, 63, 129, 148, 195, 69, 172, 87, 50, 116, 167, 128) // Destination capacity is smaller than destination_length.
TRANSLATION("Display must have a 16 bit colorspace.", 38, 225, 126, 189, 175, 180, 8, 120, 131, 154, 41, 58, 210, 70, 79, 28, 240) // Display must have a 16 bit colorspace.
TRANSLATION("Display rotation must be in 90 degree increments", 48, 225, 126, 177, 36, 74, 87, 38, 214, 31, 229, 138, 24, 117, 45, 156, 199, 173, 193, 156, 128) // Display rotation must be in 90 degree increments
TRANSLATION("Drive mode not used when direction is input.", 44, 225, 73, 208, 30, 232, 177, 42, 102, 235, 213, 56, 67, 27, 109, 235, 151, 222, 220, 240) // Drive mode not used when direction is input.
TRANSLATION("ECB only operates on 16 bytes at a time", 39, 225, 227, 112, 71, 80, 69, 27, 228, 166, 130, 200, 241, 54, 136, 9, 65, 14, 208) // ECB only operates on 16 bytes at a time
TRANSLATION("Encryption key size", 19, 225, 194, 244, 151, 99, 184, 58, 39, 119, 192) // Encryption key size
TRANSLATION("Error in ATT protocol code", 26, 225, 201, 37, 169, 131, 129, 145, 144, 35, 146, 37, 138, 147, 133, 38, 24) // Error in ATT protocol code
TRANSLATION("Error in MIDI stream at position %d", 35, 225, 201, 37, 169, 131, 139, 67, 133, 64, 117, 204, 160, 4, 162, 56, 145, 183, 47, 0) // Error in MIDI stream at position %d
TRANSLATION("Error in regex", 14, 225, 201, 37, 169, 130, 221, 76, 240) // Error in regex
TRANSLATION("Error reading from HCI adapter", 30, 225, 201, 37, 161, 108, 153, 162, 61, 145, 246, 137, 133, 26, 190) // Error reading from HCI adapter
TRANSLATION("Error writing to HCI adapter", 28, 225, 201, 37, 161, 243, 104, 224, 253, 162, 97, 70, 175, 128) // Error writing to HCI adapter
TRANSLATION("Expected a %q", 13, 225, 255, 232, 33, 132) // Expected a %q
TRANSLATION("Expected an alarm", 17, 225, 255, 232, 202, 39, 20, 144, 0) // Expected an alarm
TRANSLATION("Expected tuple of length %d, got %d", 35, 225, 255, 232, 254, 183, 250, 87, 152, 117, 34, 91, 192) // Expected tuple of length %d, got %d
TRANSLATION("Extended advertisements with scan response not supported.", 57, 225, 236, 41, 233, 230, 147, 53, 159, 86, 161, 193, 156, 155, 128, 143, 101, 91, 72, 236, 161, 139, 29, 137, 224) // Extended advertisements with scan response not supported.
TRANSLATION("FFT is defined for ndarrays only", 32, 226, 113, 50, 47, 189, 91, 209, 167, 152, 131, 168) // FFT is defined for ndarrays only
TRANSLATION("FFT is implemented for linear arrays only", 41, 226, 113, 50, 47, 191, 85, 232, 117, 99, 41, 6, 98, 14, 160) // FFT is implemented for linear arrays only
TRANSLATION("Failed to add service", 21, 226, 122, 88, 36, 198, 4, 127, 91, 64, 192) // Failed to add service
TRANSLATION("Failed to allocate %q buffer", 28, 226, 122, 88, 62, 154, 152, 194, 28, 224) // Failed to allocate %q buffer
TRANSLATION("Failed to allocate RX buffer", 28, 226, 122, 88, 62, 154, 152, 228, 127, 184, 231, 0) // Failed to allocate RX buffer
TRANSLATION("Failed to allocate RX buffer of %d bytes", 40, 226, 122, 88, 62, 154, 152, 228, 127, 184, 231, 95, 238, 118, 136) // Failed to allocate RX buffer of %d bytes
TRANSLATION("Failed to connect: internal error", 33, 226, 122, 88, 52, 161, 132, 222, 93, 244, 197, 126, 18, 112, 126, 75, 64) // Failed to connect: internal error
TRANSLATION("Failed to parse MP3 file", 24, 226, 122, 88, 49, 148, 136, 99, 139, 199, 241, 123, 208) // Failed to parse MP3 file
TRANSLATION("Failed to write internal flash.", 31, 226, 122, 88, 63, 49, 204, 87, 225, 39, 10, 110, 36, 171, 60) // Failed to write internal flash.
TRANSLATION("Fatal error.", 12, 226, 18, 147, 131, 242, 90, 158) // Fatal error.
TRANSLATION("File exists", 11, 226, 53, 198, 51, 218, 138, 128) // File exists
TRANSLATION("For L8 colorspace, input bitmap must have 8 bits per pixel", 58, 226, 90, 30, 111, 144, 41, 58, 210, 70, 79, 30, 31, 182, 57, 181, 227, 218, 251, 67, 200, 28, 212, 17, 190, 63, 128) // For L8 colorspace, input bitmap must have 8 bits per pixel
TRANSLATION("For RGB colorspaces, input bitmap must have 16 bits per pixel", 61, 226, 90, 28, 143, 177, 193, 20, 157, 105, 35, 39, 141, 48, 253, 177, 205, 175, 30, 215, 218, 30, 32, 230, 160, 141, 241, 252, 0) // For RGB colorspaces, input bitmap must have 16 bits per pixel
TRANSLATION("Framebuffer requires %d bytes", 29, 226, 72, 80, 31, 59, 190, 75, 205, 162, 0) // Framebuffer requires %d bytes
TRANSLATION("Frequency must match existing PWMOut using this timer", 53, 226, 91, 248, 101, 56, 94, 187, 181, 175, 217, 25, 237, 69, 209, 31, 115, 141, 42, 137, 83, 71, 1, 168, 59, 82, 0) // Frequency must match existing PWMOut using this timer
TRANSLATION("Function requires lock", 22, 226, 106, 189, 115, 190, 65, 251, 64) // Function requires lock
TRANSLATION("Group already used", 18, 251, 18, 69, 44, 99, 240, 237, 216) // Group already used
TRANSLATION("HCI packet size mismatch", 24, 251, 81, 250, 38, 190, 0, 129, 169, 95, 178) // HCI packet size mismatch
TRANSLATION("HCI status error: %02x", 22, 251, 72, 164, 178, 160, 126, 75, 91, 225, 224, 226, 239, 118, 0) // HCI status error: %02x
TRANSLATION("Half duplex SPI is not implemented", 34, 251, 36, 234, 97, 146, 198, 236, 241, 143, 199, 161, 125, 99, 245, 0) // Half duplex SPI is not implemented
TRANSLATION("I/O operation on closed file", 28, 161, 225, 241, 132, 81, 190, 87, 5, 144, 243, 162, 76, 218, 109, 113, 128) // I/O operation on closed file
TRANSLATION("I2C peripheral in use", 21, 161, 189, 198, 17, 190, 216, 234, 190, 78, 153, 183) // I2C peripheral in use
TRANSLATION("IV must be %d bytes long", 24, 161, 247, 166, 238, 118, 136, 29, 102, 160) // IV must be %d bytes long
TRANSLATION("In-buffer elements must be <= 4 bytes long", 42, 161, 14, 39, 56, 27, 142, 12, 228, 155, 245, 247, 227, 198, 218, 32, 117, 154, 128) // In-buffer elements must be <= 4 bytes long
TRANSLATION("Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/mpy-update for more info.", 100, 161, 15, 230, 19, 224, 142, 239, 123, 60, 113, 220, 100, 134, 37, 141, 132, 166, 9, 206, 19, 224, 142, 239, 122, 147, 198, 57, 152, 170, 171, 30, 251, 195, 240, 201, 133, 78, 73, 103, 181, 124, 56, 35, 187, 137, 44, 108, 37, 59, 209, 5, 163, 153, 78, 41, 224) // Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/mpy-update for more info.
TRANSLATION("Init program size invalid", 25, 161, 11, 84, 71, 252, 188, 9, 159, 40) // Init program size invalid
TRANSLATION("Initial set pin direction conflicts with initial out pin direction", 66, 161, 11, 85, 164, 224, 134, 187, 96, 198, 219, 122, 224, 165, 13, 55, 104, 42, 110, 38, 53, 90, 78, 26, 155, 96, 198, 219, 122, 224) // Initial set pin direction conflicts with initial out pin direction
TRANSLATION("Initial set pin state conflicts with initial out pin state", 58, 161, 11, 85, 164, 224, 134, 187, 96, 138, 74, 98, 148, 52, 221, 160, 169, 184, 152, 213, 105, 56, 106, 109, 130, 41, 41, 128) // Initial set pin state conflicts with initial out pin state
TRANSLATION("Input buffer length (%d) must be a multiple of the strand count (%d)", 68, 161, 12, 114, 168, 231, 13, 33, 186, 220, 238, 230, 144, 247, 239, 214, 169, 142, 185, 105, 138, 90, 170, 55, 91, 157, 216) // Input buffer length (%d) must be a multiple of the strand count (%d)
TRANSLATION("Input/output error", 18, 161, 12, 114, 175, 135, 169, 28, 170, 31, 146, 208) // Input/output error
TRANSLATION("Instruction %d shifts in more bits than pin count", 49, 161, 15, 94, 87, 174, 94, 4, 170, 218, 106, 147, 4, 22, 140, 115, 83, 3, 42, 58, 194, 150, 170, 128) // Instruction %d shifts in more bits than pin count
TRANSLATION("Instruction %d shifts out more bits than pin count", 50, 161, 15, 94, 87, 174, 94, 4, 170, 218, 106, 131, 80, 65, 104, 199, 53, 48, 50, 163, 172, 41, 106, 168) // Instruction %d shifts out more bits than pin count
TRANSLATION("Instruction %d uses extra pin", 29, 161, 15, 94, 87, 174, 94, 109, 208, 103, 172, 133, 182) // Instruction %d uses extra pin
TRANSLATION("Instruction %d waits on input outside of count", 46, 161, 15, 94, 87, 174, 94, 13, 114, 106, 160, 179, 50, 57, 84, 106, 35, 88, 119, 244, 181, 84) // Instruction %d waits on input outside of count
TRANSLATION("Insufficient authentication", 27, 161, 10, 75, 235, 232, 55, 56, 20, 171, 87, 59, 64, 174, 0) // Insufficient authentication
TRANSLATION("Insufficient encryption", 23, 161, 10, 75, 235, 232, 55, 56, 28, 47, 73, 118, 59, 128) // Insufficient encryption
TRANSLATION("Insufficient resources", 22, 161, 10, 75, 235, 232, 55, 56, 91, 254, 104) // Insufficient resources
TRANSLATION("Internal audio buffer too small", 31, 161, 10, 191, 9, 56, 20, 172, 108, 67, 156, 59, 105, 93, 206) // Internal audio buffer too small
TRANSLATION("Internal error #%d", 18, 161, 10, 191, 9, 56, 63, 37, 161, 253, 251, 144) // Internal error #%d
TRANSLATION("Invalid %q", 10, 161, 210, 194) // Invalid %q
TRANSLATION("Invalid BLE attribute", 21, 161, 210, 224, 249, 188, 48, 95, 32) // Invalid BLE attribute
TRANSLATION("Invalid BMP file", 16, 161, 210, 224, 241, 120, 253, 232) // Invalid BMP file
TRANSLATION("Invalid MIDI file", 17, 161, 210, 226, 208, 225, 80, 239, 64) // Invalid MIDI file
TRANSLATION("Invalid PDU", 11, 161, 210, 227, 240, 185, 32) // Invalid PDU
TRANSLATION("Invalid PWM frequency", 21, 161, 210, 251, 130, 157, 191, 134, 83, 133, 235, 160) // Invalid PWM frequency
TRANSLATION("Invalid argument", 16, 161, 210, 203) // Invalid argument
TRANSLATION("Invalid attribute length", 24, 161, 210, 47, 144, 105, 0) // Invalid attribute length
TRANSLATION("Invalid bits per value", 22, 161, 210, 230, 160, 141, 241, 221) // Invalid bits per value
TRANSLATION("Invalid buffer size", 19, 161, 210, 231, 120, 0) // Invalid buffer size
TRANSLATION("Invalid byteorder string", 24, 161, 210, 163, 117, 78, 211, 31, 29, 125, 16) // Invalid byteorder string
TRANSLATION("Invalid channel count", 21, 161, 210, 252, 162, 150, 170, 128) // Invalid channel count
TRANSLATION("Invalid direction.", 18, 161, 210, 99, 109, 189, 114, 120) // Invalid direction.
TRANSLATION("Invalid file", 12, 161, 210, 166, 215, 24) // Invalid file
TRANSLATION("Invalid format chunk size", 25, 161, 210, 167, 106, 186, 135, 170, 234, 244, 124, 0) // Invalid format chunk size
TRANSLATION("Invalid handle", 14, 161, 210, 170, 90, 110, 48) // Invalid handle
TRANSLATION("Invalid memory access.", 22, 161, 210, 128, 224, 181, 116, 19, 207, 26, 36, 240) // Invalid memory access.
TRANSLATION("Invalid mode", 12, 161, 210, 247, 64) // Invalid mode
TRANSLATION("Invalid number of bits", 22, 161, 210, 253, 239, 223, 243, 80) // Invalid number of bits
TRANSLATION("Invalid offset", 14, 161, 210, 139, 215, 67, 80) // Invalid offset
TRANSLATION("Invalid phase", 13, 161, 210, 142, 169, 33, 128) // Invalid phase
TRANSLATION("Invalid pin", 11, 161, 210, 142, 176) // Invalid pin
TRANSLATION("Invalid pins", 12, 161, 210, 142, 178, 0) // Invalid pins
TRANSLATION("Invalid polarity", 16, 161, 210, 142, 39, 20, 141, 91, 160) // Invalid polarity
TRANSLATION("Invalid properties", 18, 161, 210, 142, 72, 163, 125, 90, 104) // Invalid properties
TRANSLATION("Invalid run mode.", 17, 161, 210, 147, 84, 123, 179, 192) // Invalid run mode.
TRANSLATION("Invalid security_mode", 21, 161, 210, 67, 122, 89, 26, 183, 114, 125, 208) // Invalid security_mode
TRANSLATION("Invalid voice", 13, 161, 210, 214, 139, 64, 192) // Invalid voice
TRANSLATION("Invalid voice count", 19, 161, 210, 214, 139, 64, 197, 45, 85) // Invalid voice count
TRANSLATION("Invalid wave file", 17, 161, 210, 215, 45, 99, 239, 64) // Invalid wave file
TRANSLATION("Invalid word/bit length", 23, 161, 210, 215, 180, 207, 15, 154, 52, 128) // Invalid word/bit length
TRANSLATION("Key must be 16, 24, or 32 bytes long", 36, 255, 240, 238, 205, 241, 48, 247, 190, 54, 29, 161, 226, 239, 118, 136, 29, 102, 160) // Key must be 16, 24, or 32 bytes long
TRANSLATION("LHS of keyword arg must be an id", 32, 243, 126, 206, 61, 255, 184, 57, 115, 114, 154, 192) // LHS of keyword arg must be an id
TRANSLATION("Layer already in a group.", 25, 243, 74, 235, 227, 240, 204, 4, 42, 73, 20, 177, 207) // Layer already in a group.
TRANSLATION("Layer must be a Group or TileGrid subclass.", 43, 243, 74, 235, 243, 72, 125, 137, 34, 150, 49, 104, 100, 53, 199, 246, 36, 107, 7, 244, 158) // Layer must be a Group or TileGrid subclass.
TRANSLATION("MISO pin init failed.", 21, 226, 208, 199, 227, 109, 166, 53, 69, 63, 74, 120) // MISO pin init failed.
TRANSLATION("MOSI pin init failed.", 21, 226, 241, 177, 232, 109, 166, 53, 69, 63, 74, 120) // MOSI pin init failed.
TRANSLATION("Maximum x value when mirrored is %d", 35, 226, 151, 254, 108, 14, 239, 210, 129, 178, 73, 107, 53, 169, 120) // Maximum x value when mirrored is %d
TRANSLATION("Microphone startup delay must be in range 0.0 to 1.0", 52, 226, 232, 73, 20, 117, 108, 152, 69, 41, 22, 88, 195, 13, 197, 118, 109, 97, 241, 12, 89, 248, 184, 59, 201, 248, 160) // Microphone startup delay must be in range 0.0 to 1.0
TRANSLATION("Mismatched data size", 20, 226, 181, 43, 246, 115, 88, 74, 94, 0) // Mismatched data size
TRANSLATION("Mismatched swap flag", 20, 226, 181, 43, 246, 115, 83, 92, 163, 20, 220, 85, 0) // Mismatched swap flag
TRANSLATION("Missing first_in_pin. Instruction %d reads pin(s)", 49, 226, 181, 19, 68, 123, 25, 53, 190, 252, 175, 92, 188, 22, 201, 137, 182, 221, 38, 236) // Missing first_in_pin. Instruction %d reads pin(s)
TRANSLATION("Missing first_in_pin. Instruction %d shifts in from pin(s)", 58, 226, 181, 19, 68, 123, 25, 53, 190, 252, 175, 92, 188, 9, 85, 180, 213, 38, 15, 103, 109, 186, 77, 216) // Missing first_in_pin. Instruction %d shifts in from pin(s)
TRANSLATION("Missing first_in_pin. Instruction %d waits based on pin", 55, 226, 181, 19, 68, 123, 25, 53, 190, 252, 175, 92, 188, 26, 228, 213, 65, 68, 147, 54, 206, 216) // Missing first_in_pin. Instruction %d waits based on pin
TRANSLATION("Missing first_out_pin. Instruction %d shifts out to pin(s)", 58, 226, 181, 19, 68, 123, 25, 58, 159, 126, 87, 174, 94, 4, 170, 218, 106, 131, 83, 6, 58, 219, 164, 221, 128) // Missing first_out_pin. Instruction %d shifts out to pin(s)
TRANSLATION("Missing first_out_pin. Instruction %d writes pin(s)", 51, 226, 181, 19, 68, 123, 25, 58, 159, 126, 87, 174, 94, 15, 152, 211, 109, 186, 77, 216) // Missing first_out_pin. Instruction %d writes pin(s)
TRANSLATION("Missing first_set_pin. Instruction %d sets pin(s)", 49, 226, 181, 19, 68, 123, 25, 40, 107, 247, 229, 122, 229, 224, 67, 84, 219, 110, 147, 118) // Missing first_set_pin. Instruction %d sets pin(s)
TRANSLATION("Missing jmp_pin. Instruction %d jumps on pin", 44, 226, 181, 19, 68, 126, 200, 35, 251, 242, 189, 114, 240, 126, 201, 96, 141, 5, 157, 176) // Missing jmp_pin. Instruction %d jumps on pin
TRANSLATION("More than %d report ids not supported", 37, 226, 218, 60, 12, 173, 200, 183, 29, 165, 13, 98, 11, 29, 128) // More than %d report ids not supported
TRANSLATION("Must be a %q subclass.", 22, 226, 202, 138, 57, 132, 48, 135, 244, 158) // Must be a %q subclass.
TRANSLATION("Must provide MISO or MOSI pin", 29, 226, 202, 138, 63, 136, 226, 208, 199, 227, 11, 67, 139, 198, 199, 161, 182) // Must provide MISO or MOSI pin
TRANSLATION("Must use a multiple of 6 rgb pins, not %d", 41, 226, 202, 139, 183, 4, 61, 251, 255, 172, 36, 169, 71, 108, 152, 118, 55, 32) // Must use a multiple of 6 rgb pins, not %d
TRANSLATION("NLR jump failed. Likely memory corruption.", 42, 243, 188, 222, 64, 253, 146, 193, 24, 167, 233, 79, 30, 107, 122, 38, 235, 162, 3, 130, 213, 209, 74, 73, 37, 142, 228, 240) // NLR jump failed. Likely memory corruption.
TRANSLATION("Name too long", 13, 243, 138, 3, 29, 183, 89, 168) // Name too long
TRANSLATION("New bitmap must be same size as old bitmap", 42, 243, 143, 92, 115, 107, 199, 53, 10, 3, 240, 1, 32, 137, 204, 28, 218, 241, 128) // New bitmap must be same size as old bitmap
TRANSLATION("No CCCD for this Characteristic", 31, 243, 241, 177, 177, 184, 87, 184, 13, 65, 141, 250, 95, 106, 46, 128) // No CCCD for this Characteristic
TRANSLATION("No DMA channel found", 20, 243, 248, 92, 94, 0, 252, 162, 159, 85, 128) // No DMA channel found
TRANSLATION("No DMA pacing timer found", 25, 243, 248, 92, 94, 0, 140, 158, 209, 29, 169, 5, 62, 171, 0) // No DMA pacing timer found
TRANSLATION("No I2C device at address: 0x%x", 30, 243, 232, 111, 113, 190, 128, 37, 4, 198, 91, 68, 223, 12, 93, 143, 7, 96) // No I2C device at address: 0x%x
TRANSLATION("No RX pin", 9, 243, 249, 31, 239, 182) // No RX pin
TRANSLATION("No TX pin", 9, 243, 242, 63, 223, 108) // No TX pin
TRANSLATION("No connection: length cannot be determined", 42, 243, 233, 67, 9, 189, 115, 124, 52, 131, 197, 13, 142, 99, 13, 95, 130, 177, 176) // No connection: length cannot be determined
TRANSLATION("No default %q bus", 17, 243, 255, 56, 194, 20, 101, 64) // No default %q bus
TRANSLATION("No hardware random available", 28, 243, 234, 148, 140, 215, 43, 98, 66, 211, 138, 1, 248, 249, 64) // No hardware random available
TRANSLATION("No in in program", 16, 243, 235, 76, 17, 255, 32) // No in in program
TRANSLATION("No in or out in program", 23, 243, 235, 11, 67, 82, 96, 143, 249, 0) // No in or out in program
TRANSLATION("No key was specified", 20, 243, 250, 39, 116, 107, 146, 125, 19, 96) // No key was specified
TRANSLATION("No more than %d HID devices allowed", 35, 243, 224, 180, 120, 25, 91, 145, 246, 104, 112, 190, 130, 15, 192) // No more than %d HID devices allowed
TRANSLATION("No out in program", 17, 243, 245, 38, 8, 255, 144) // No out in program
TRANSLATION("No pull up found on SDA or SCL; check your wiring", 49, 243, 227, 149, 206, 18, 198, 41, 245, 88, 44, 140, 126, 23, 0, 90, 24, 248, 222, 111, 249, 135, 170, 155, 221, 17, 118, 41, 100, 26, 237, 147, 68) // No pull up found on SDA or SCL; check your wiring
TRANSLATION("No pulldown on pin; 1Mohm recommended", 37, 243, 227, 149, 206, 103, 90, 17, 103, 109, 254, 99, 121, 197, 138, 172, 2, 221, 40, 32, 61, 51, 96) // No pulldown on pin; 1Mohm recommended
TRANSLATION("No space left on device", 23, 243, 210, 50, 120, 195, 142, 154, 139, 63, 64) // No space left on device
TRANSLATION("No such device", 14, 243, 210, 87, 170, 253, 0) // No such device
TRANSLATION("No such file/directory", 22, 243, 210, 87, 170, 247, 190, 27, 27, 109, 229, 181, 116) // No such file/directory
TRANSLATION("No timer available", 18, 243, 251, 82, 15, 199, 202) // No timer available
TRANSLATION("Not connected", 13, 243, 162, 81, 74, 24, 77, 229, 54, 0) // Not connected
TRANSLATION("Not playing", 11, 243, 162, 81, 27, 138, 238, 136) // Not playing
TRANSLATION("Not supported", 13, 243, 162, 81, 216) // Not supported
TRANSLATION("Object has been deinitialized and can no longer be used. Create a new object.", 77, 227, 81, 253, 134, 242, 138, 164, 130, 137, 156, 33, 135, 89, 170, 210, 115, 126, 124, 210, 211, 15, 101, 67, 16, 117, 154, 143, 142, 100, 168, 108, 158, 49, 173, 146, 152, 33, 9, 235, 142, 156, 240) // Object has been deinitialized and can no longer be used. Create a new object.
TRANSLATION("Only 8 or 16 bit mono with " "64" "x oversampling is supported.", 63, 251, 126, 64, 180, 60, 65, 205, 16, 89, 139, 112, 62, 152, 250, 127, 91, 198, 250, 99, 233, 236, 8, 181, 159, 66, 130, 55, 104, 223, 118, 39, 128) // Only 8 or 16 bit mono with \" \"64\" \"x oversampling is supported.
TRANSLATION("Only Windows format, uncompressed BMP supported: given header size is %d", 72, 251, 126, 133, 102, 117, 146, 246, 186, 225, 234, 210, 130, 59, 104, 153, 188, 30, 47, 28, 118, 55, 194, 167, 66, 17, 84, 201, 143, 248, 23, 219, 144) // Only Windows format, uncompressed BMP supported: given header size is %d
TRANSLATION("Only connectable advertisements can be directed", 47, 251, 116, 161, 132, 222, 94, 80, 38, 107, 62, 173, 67, 131, 57, 3, 217, 92, 198, 54, 219, 202, 108) // Only connectable advertisements can be directed
TRANSLATION("Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs supported: %d bpp given", 88, 251, 112, 89, 137, 234, 178, 69, 1, 225, 214, 102, 126, 111, 141, 70, 56, 197, 161, 228, 81, 142, 60, 50, 211, 30, 37, 24, 227, 22, 133, 75, 100, 175, 142, 15, 23, 142, 131, 177, 190, 188, 20, 99, 140, 84, 232, 66) // Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs supported: %d bpp given
TRANSLATION("Only one alarm.time alarm can be set.", 37, 251, 118, 76, 19, 138, 72, 39, 246, 129, 56, 164, 128, 61, 149, 204, 67, 89, 224) // Only one alarm.time alarm can be set.
TRANSLATION("Only one color can be transparent at a time", 43, 251, 118, 76, 82, 117, 160, 246, 87, 49, 100, 40, 82, 50, 183, 10, 130, 80, 67, 180) // Only one color can be transparent at a time
TRANSLATION("Only tx_power=0 supported", 25, 251, 107, 177, 147, 31, 89, 253, 254, 40, 236, 0) // Only tx_power=0 supported
TRANSLATION("Operation not permitted", 23, 227, 70, 249, 92, 22, 35, 126, 6, 170, 155, 0) // Operation not permitted
TRANSLATION("Out-buffer elements must be <= 4 bytes long", 43, 227, 74, 184, 156, 224, 110, 56, 51, 146, 111, 215, 223, 143, 27, 104, 129, 214, 106, 0) // Out-buffer elements must be <= 4 bytes long
TRANSLATION("Output buffer must be at least %d bytes", 39, 227, 74, 177, 202, 163, 157, 55, 241, 94, 109, 16) // Output buffer must be at least %d bytes
TRANSLATION("Oversample must be multiple of 8.", 33, 227, 107, 62, 133, 239, 77, 247, 239, 252, 137, 224) // Oversample must be multiple of 8.
TRANSLATION("PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)", 72, 251, 129, 146, 173, 220, 151, 174, 188, 227, 155, 249, 6, 46, 207, 235, 120, 254, 63, 139, 227, 204, 121, 210, 167, 64, 110, 188, 65, 205, 22, 210, 39, 75, 115, 118) // PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)
TRANSLATION("PWM slice already in use", 24, 251, 129, 29, 160, 99, 240, 204, 219, 128) // PWM slice already in use
TRANSLATION("PWM slice channel A already in use", 34, 251, 129, 29, 160, 99, 242, 142, 0, 252, 51, 54, 224) // PWM slice channel A already in use
TRANSLATION("Permission denied", 17, 227, 191, 3, 81, 27, 100, 48, 225, 105, 176) // Permission denied
TRANSLATION("Pin count must be at least 1", 28, 227, 214, 20, 181, 86, 111, 226, 27, 192) // Pin count must be at least 1
TRANSLATION("Pin count too large", 19, 227, 214, 20, 181, 84, 118, 221, 203, 48) // Pin count too large
TRANSLATION("Pin does not have ADC capabilities", 34, 227, 214, 239, 5, 143, 104, 112, 56, 88, 193, 226, 140, 168, 181, 205, 86, 154, 0) // Pin does not have ADC capabilities
TRANSLATION("Pin is input only", 17, 227, 214, 190, 246, 199, 80) // Pin is input only
TRANSLATION("Pin must be on PWM Channel B", 28, 227, 214, 155, 100, 125, 193, 141, 84, 161, 132, 220, 56, 32) // Pin must be on PWM Channel B
TRANSLATION("Pinout uses %d bytes per element, which consumes more than the ideal %d bytes.  If this cannot be avoided, pass allow_inefficient=True to the constructor", 153, 227, 214, 212, 219, 165, 230, 209, 4, 111, 131, 113, 193, 157, 135, 175, 87, 66, 168, 165, 10, 75, 1, 160, 130, 209, 224, 101, 45, 83, 13, 97, 147, 175, 54, 137, 60, 10, 20, 240, 26, 129, 226, 134, 199, 48, 181, 162, 107, 13, 152, 113, 146, 32, 39, 59, 173, 147, 88, 253, 125, 6, 231, 111, 242, 36, 148, 240, 86, 169, 138, 80, 245, 229, 121, 109, 0) // Pinout uses %d bytes per element, which consumes more than the ideal %d bytes.  If this cannot be avoided, pass allow_inefficient=True to the constructor
TRANSLATION("Pins must be sequential", 23, 227, 214, 73, 169, 235, 103, 52, 156) // Pins must be sequential
TRANSLATION("Pins must be sequential GPIO pins", 33, 227, 214, 73, 169, 235, 103, 52, 156, 62, 199, 30, 135, 27, 108, 128) // Pins must be sequential GPIO pins
TRANSLATION("Pins must share PWM slice", 25, 227, 214, 77, 170, 85, 43, 99, 238, 4, 118, 129, 128) // Pins must share PWM slice
TRANSLATION("Plus any modules on the filesystem\n", 36, 227, 186, 84, 5, 13, 209, 251, 144, 89, 192, 62, 245, 46, 162, 156, 27, 32) // Plus any modules on the filesystem\r\n
TRANSLATION("Polygon needs at least 3 points", 31, 227, 196, 235, 181, 44, 136, 76, 216, 131, 241, 15, 20, 71, 21, 101, 64) // Polygon needs at least 3 points
TRANSLATION("Prefix buffer must be on the heap", 33, 227, 219, 166, 221, 129, 206, 155, 103, 0, 197, 83, 40, 192) // Prefix buffer must be on the heap
TRANSLATION("Prepare queue full", 18, 227, 219, 140, 173, 143, 134, 83, 148, 197, 57, 92, 224) // Prepare queue full
TRANSLATION("Press any key to enter the REPL. Use CTRL-D to reload.\n", 56, 227, 219, 68, 5, 13, 209, 209, 59, 184, 57, 207, 224, 24, 228, 112, 248, 254, 108, 241, 201, 67, 24, 217, 28, 143, 55, 19, 133, 131, 109, 209, 19, 39, 236, 128) // Press any key to enter the REPL. Use CTRL-D to reload.\r\n
TRANSLATION("Pretending to deep sleep until alarm, CTRL-C or file write.\n", 61, 227, 219, 83, 211, 209, 193, 97, 156, 97, 28, 103, 24, 213, 86, 184, 19, 138, 72, 48, 241, 178, 57, 30, 110, 38, 48, 181, 222, 143, 152, 231, 236, 128) // Pretending to deep sleep until alarm, CTRL-C or file write.\r\n
TRANSLATION("Program does IN without loading ISR", 35, 227, 255, 46, 240, 80, 243, 183, 26, 129, 209, 19, 52, 69, 12, 126, 64) // Program does IN without loading ISR
TRANSLATION("Program does OUT without loading OSR", 36, 227, 255, 46, 240, 113, 185, 57, 27, 141, 64, 232, 137, 154, 35, 141, 143, 200) // Program does OUT without loading OSR
TRANSLATION("Program must contain at least one 16-bit instruction.", 53, 227, 255, 45, 173, 40, 84, 171, 15, 196, 44, 152, 241, 49, 57, 179, 58, 242, 189, 114, 120) // Program must contain at least one 16-bit instruction.
TRANSLATION("Program size invalid", 20, 227, 255, 47, 2, 103, 202) // Program size invalid
TRANSLATION("Program too large", 17, 227, 255, 33, 219, 119, 44, 192) // Program too large
TRANSLATION("Pull not used when direction is output.", 39, 227, 202, 231, 11, 18, 166, 110, 189, 83, 132, 49, 182, 222, 185, 125, 169, 28, 171, 60) // Pull not used when direction is output.
TRANSLATION("RAISE mode is not implemented", 29, 228, 112, 40, 99, 240, 199, 187, 125, 99, 245, 0) // RAISE mode is not implemented
TRANSLATION("RISE_AND_FALL not available on this chip", 40, 228, 80, 199, 225, 228, 240, 60, 238, 22, 79, 19, 129, 230, 249, 162, 199, 227, 229, 11, 56, 13, 64, 245, 86, 198) // RISE_AND_FALL not available on this chip
TRANSLATION("RTC calibration is not supported on this board", 46, 228, 100, 99, 7, 137, 205, 163, 33, 92, 190, 177, 216, 22, 112, 26, 130, 140, 69, 35, 0) // RTC calibration is not supported on this board
TRANSLATION("RTC is not supported on this board", 34, 228, 100, 99, 95, 88, 236, 11, 56, 13, 65, 70, 34, 145, 128) // RTC is not supported on this board
TRANSLATION("Read not permitted", 18, 228, 25, 48, 88, 141, 248, 26, 170, 108) // Read not permitted
TRANSLATION("Read-only", 9, 228, 25, 51, 19, 168) // Read-only
TRANSLATION("Read-only filesystem", 20, 228, 25, 51, 19, 169, 222, 165, 212, 83, 128) // Read-only filesystem
TRANSLATION("Read-only object", 16, 228, 25, 51, 19, 168, 58, 96) // Read-only object
TRANSLATION("Refresh too soon", 16, 228, 29, 59, 105, 84, 118, 210, 43, 32) // Refresh too soon
TRANSLATION("Requested AES mode is unsupported", 33, 228, 122, 198, 139, 155, 192, 225, 227, 143, 118, 251, 87, 176) // Requested AES mode is unsupported
TRANSLATION("Running in safe mode! Not running saved code.\n", 47, 228, 106, 195, 163, 48, 33, 83, 49, 238, 255, 112, 243, 162, 81, 38, 172, 58, 33, 11, 91, 54, 147, 14, 126, 200) // Running in safe mode! Not running saved code.\r\n
TRANSLATION("SD card CSD format not supported", 32, 199, 225, 7, 138, 70, 12, 108, 126, 21, 237, 117, 22, 59, 0) // SD card CSD format not supported
TRANSLATION("SPI peripheral in use", 21, 199, 227, 208, 17, 190, 216, 234, 190, 78, 153, 183) // SPI peripheral in use
TRANSLATION("Sample rate must be positive", 28, 199, 47, 120, 72, 74, 115, 99, 137, 26, 189, 0) // Sample rate must be positive
TRANSLATION("Scan already in progess. Stop with stop_scan.", 45, 199, 123, 43, 240, 204, 17, 201, 21, 67, 68, 158, 49, 214, 40, 247, 1, 22, 40, 242, 81, 226, 134, 120) // Scan already in progess. Stop with stop_scan.
TRANSLATION("Set pin count must be between 1 and 5", 37, 199, 53, 219, 10, 90, 171, 55, 242, 13, 230, 207, 199) // Set pin count must be between 1 and 5
TRANSLATION("Side set pin count must be between 1 and 5", 42, 199, 107, 12, 33, 174, 216, 82, 213, 89, 191, 144, 111, 54, 126, 56) // Side set pin count must be between 1 and 5
TRANSLATION("Sleep Memory not available", 26, 199, 113, 156, 99, 138, 112, 90, 186, 44, 126, 62, 80) // Sleep Memory not available
TRANSLATION("Slice and value different lengths.", 34, 199, 118, 129, 236, 251, 161, 141, 245, 223, 206, 26, 73, 60) // Slice and value different lengths.
TRANSLATION("Slices not supported", 20, 199, 118, 129, 160, 177, 216) // Slices not supported
TRANSLATION("Source and destination buffers must be the same length", 54, 199, 138, 89, 30, 61, 155, 13, 22, 177, 92, 28, 228, 154, 181, 76, 33, 64, 99, 72) // Source and destination buffers must be the same length
TRANSLATION("Specify exactly one of data0 or data_pins", 41, 199, 140, 222, 109, 59, 163, 60, 158, 87, 93, 22, 78, 253, 132, 165, 138, 45, 6, 18, 150, 76, 117, 144) // Specify exactly one of data0 or data_pins
TRANSLATION("Splitting with sub-captures", 27, 199, 141, 205, 85, 209, 220, 4, 150, 142, 35, 197, 26, 203, 109, 0) // Splitting with sub-captures
TRANSLATION("Stack size must be at least 256", 31, 199, 95, 71, 192, 155, 248, 134, 247, 199, 250, 192) // Stack size must be at least 256
TRANSLATION("Stereo left must be on PWM channel A", 36, 199, 87, 206, 32, 227, 166, 179, 108, 143, 184, 63, 40, 224, 0) // Stereo left must be on PWM channel A
TRANSLATION("Stereo right must be on PWM channel B", 37, 199, 87, 206, 33, 35, 106, 85, 89, 182, 71, 220, 31, 148, 112, 64) // Stereo right must be on PWM channel B
TRANSLATION("Supply one of monotonic_time or epoch_time", 42, 199, 150, 56, 221, 116, 89, 59, 248, 44, 196, 182, 116, 50, 123, 66, 208, 56, 226, 122, 174, 79, 104) // Supply one of monotonic_time or epoch_time
TRANSLATION("The CircuitPython heap was corrupted because the stack was too small.\nIncrease the stack size if you know how. If not:", 119, 200, 170, 99, 253, 108, 138, 166, 81, 141, 114, 65, 74, 73, 37, 141, 115, 104, 155, 197, 42, 30, 1, 132, 95, 68, 107, 146, 14, 218, 87, 115, 167, 236, 168, 66, 245, 178, 67, 192, 48, 139, 232, 248, 1, 180, 197, 216, 165, 29, 24, 122, 194, 175, 90, 120, 161, 76, 67, 18, 239, 128) // The CircuitPython heap was corrupted because the stack was too small.\r\nIncrease the stack size if you know how. If not:
TRANSLATION("The `microcontroller` module was used to boot into safe mode. Press reset to exit safe mode.", 92, 200, 170, 99, 254, 224, 208, 146, 42, 80, 172, 145, 57, 207, 255, 216, 253, 195, 92, 147, 110, 204, 26, 49, 68, 179, 22, 32, 133, 76, 199, 187, 60, 113, 237, 162, 11, 104, 107, 131, 158, 213, 8, 84, 204, 123, 179, 192) // The `microcontroller` module was used to boot into safe mode. Press reset to exit safe mode.
TRANSLATION("The length of rgb_pins must be 6, 12, 18, 24, or 30", 51, 200, 170, 99, 74, 254, 74, 148, 114, 99, 172, 147, 126, 182, 30, 243, 123, 135, 188, 242, 48, 247, 190, 54, 29, 161, 226, 226, 128) // The length of rgb_pins must be 6, 12, 18, 24, or 30
TRANSLATION("The microcontroller's power dipped. Make sure your power supply provides\nenough power for the whole circuit and press reset (after ejecting CIRCUITPY).", 152, 200, 170, 98, 13, 9, 34, 165, 10, 201, 19, 156, 252, 228, 17, 245, 159, 12, 108, 113, 155, 39, 142, 41, 116, 76, 36, 182, 197, 216, 165, 144, 71, 214, 124, 36, 177, 198, 235, 163, 248, 166, 200, 225, 138, 90, 149, 68, 125, 103, 239, 112, 12, 107, 213, 137, 198, 30, 108, 143, 74, 213, 217, 199, 109, 16, 91, 67, 81, 186, 42, 106, 248, 63, 216, 111, 46, 136, 255, 77, 220, 240) // The microcontroller\'s power dipped. Make sure your power supply provides\r\nenough power for the whole circuit and press reset (after ejecting CIRCUITPY).
TRANSLATION("The sample's bits_per_sample does not match the mixer's", 55, 200, 170, 97, 11, 222, 156, 131, 154, 153, 49, 191, 146, 133, 239, 119, 130, 197, 126, 206, 1, 136, 27, 176, 252, 228) // The sample\'s bits_per_sample does not match the mixer\'s
TRANSLATION("The sample's channel count does not match the mixer's", 53, 200, 170, 97, 11, 222, 156, 131, 242, 138, 90, 171, 222, 11, 21, 251, 56, 6, 32, 110, 195, 243, 144) // The sample\'s channel count does not match the mixer\'s
TRANSLATION("The sample's sample rate does not match the mixer's", 51, 200, 170, 97, 11, 222, 156, 129, 11, 222, 18, 18, 159, 120, 44, 87, 236, 224, 24, 129, 187, 15, 206, 64) // The sample\'s sample rate does not match the mixer\'s
TRANSLATION("The sample's signedness does not match the mixer's", 50, 200, 170, 97, 11, 222, 156, 131, 227, 54, 66, 104, 157, 224, 177, 95, 179, 128, 98, 6, 236, 63, 57, 0) // The sample\'s signedness does not match the mixer\'s
TRANSLATION("This microcontroller does not support continuous capture.", 57, 200, 170, 212, 16, 104, 73, 21, 40, 86, 72, 156, 231, 251, 193, 97, 37, 142, 59, 74, 41, 66, 181, 165, 138, 84, 15, 20, 107, 45, 185, 224) // This microcontroller does not support continuous capture.
TRANSLATION("This microcontroller only supports data0=, not data_pins=, because it requires contiguous pins.", 95, 200, 170, 212, 16, 104, 73, 21, 40, 86, 72, 156, 231, 199, 80, 36, 177, 199, 105, 80, 48, 148, 177, 119, 248, 118, 24, 74, 89, 49, 214, 77, 254, 29, 19, 120, 165, 67, 13, 94, 249, 5, 40, 85, 181, 37, 138, 84, 219, 36, 240) // This microcontroller only supports data0=, not data_pins=, because it requires contiguous pins.
TRANSLATION("Tile height must exactly divide bitmap height", 45, 200, 107, 140, 85, 54, 212, 170, 187, 92, 242, 121, 93, 116, 49, 186, 205, 97, 142, 109, 120, 197, 83, 109, 74, 170) // Tile height must exactly divide bitmap height
TRANSLATION("Tile index out of bounds", 24, 200, 107, 142, 99, 51, 198, 165, 253, 30, 171, 16) // Tile index out of bounds
TRANSLATION("Tile value out of bounds", 24, 200, 107, 140, 119, 70, 165, 253, 30, 171, 16) // Tile value out of bounds
TRANSLATION("Tile width must exactly divide bitmap width", 43, 200, 107, 140, 107, 181, 139, 87, 107, 158, 79, 43, 174, 134, 55, 89, 172, 49, 205, 175, 24, 215, 107, 22, 168) // Tile width must exactly divide bitmap width
TRANSLATION("Time is in the past.", 20, 200, 108, 7, 125, 91, 0, 196, 100, 139, 60) // Time is in the past.
TRANSLATION("Timeout is too long: Maximum timeout length is %d seconds", 57, 200, 108, 7, 169, 125, 219, 117, 154, 155, 225, 197, 47, 252, 237, 106, 13, 43, 237, 200, 67, 165, 166, 128) // Timeout is too long: Maximum timeout length is %d seconds
TRANSLATION("Timeout waiting for HCI response", 32, 200, 108, 7, 168, 53, 201, 171, 163, 122, 62, 213, 180, 142, 202, 24) // Timeout waiting for HCI response
TRANSLATION("Timeout waiting to write HCI request", 36, 200, 108, 7, 168, 53, 201, 171, 163, 131, 243, 24, 251, 86, 254, 25, 77, 20) // Timeout waiting to write HCI request
TRANSLATION("To exit, please reset the board without ", 40, 200, 136, 103, 181, 112, 227, 113, 146, 24, 182, 134, 184, 6, 40, 196, 82, 51, 113, 168, 0) // To exit, please reset the board without 
TRANSLATION("Too many Adapters", 17, 200, 138, 33, 94, 27, 163, 128, 194, 141, 95, 64) // Too many Adapters
TRANSLATION("Too many channels in sample.", 28, 200, 138, 33, 94, 27, 163, 242, 164, 192, 133, 239, 79) // Too many channels in sample.
TRANSLATION("Too many display busses", 23, 200, 138, 33, 94, 27, 161, 159, 172, 81, 149, 16, 208) // Too many display busses
TRANSLATION("Too many displays", 17, 200, 138, 33, 94, 27, 161, 159, 173, 0) // Too many displays
TRANSLATION("Total data to write is larger than outgoing_packet_length", 57, 200, 137, 73, 193, 132, 165, 131, 243, 29, 243, 185, 111, 224, 101, 106, 84, 139, 71, 38, 63, 68, 215, 39, 72) // Total data to write is larger than outgoing_packet_length
TRANSLATION("Touch alarms not available", 26, 200, 138, 87, 170, 130, 113, 73, 2, 11, 31, 143, 148) // Touch alarms not available
TRANSLATION("Traceback (most recent call last):\n", 36, 200, 144, 158, 58, 62, 136, 221, 65, 18, 40, 182, 246, 112, 120, 156, 224, 226, 69, 221, 239, 182, 64) // Traceback (most recent call last):\r\n
TRANSLATION("Tuple or struct_time argument required", 38, 200, 150, 55, 24, 180, 58, 242, 188, 185, 61, 161, 151, 223, 48) // Tuple or struct_time argument required
TRANSLATION("USB busy", 8, 251, 162, 140, 169, 116) // USB busy
TRANSLATION("USB devices need more endpoints than are available.", 51, 251, 191, 65, 4, 39, 155, 5, 163, 7, 167, 28, 85, 149, 48, 50, 138, 216, 252, 124, 169, 224) // USB devices need more endpoints than are available.
TRANSLATION("USB devices specify too many interface names.", 45, 251, 191, 65, 2, 70, 111, 54, 157, 209, 219, 175, 13, 217, 138, 253, 50, 120, 196, 37, 1, 164, 240) // USB devices specify too many interface names.
TRANSLATION("USB error", 9, 251, 161, 249, 45, 0) // USB error
TRANSLATION("UUID integer value must be 0-0xffff", 35, 228, 242, 104, 112, 166, 41, 212, 124, 119, 102, 226, 226, 98, 236, 122, 254, 184) // UUID integer value must be 0-0xffff
TRANSLATION("UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'", 54, 228, 242, 104, 112, 135, 95, 68, 88, 157, 253, 191, 182, 39, 246, 196, 254, 216, 159, 219, 19, 251, 127, 111, 237, 56) // UUID string not \'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\'
TRANSLATION("UUID value is not str, int or byte buffer", 41, 228, 242, 104, 112, 135, 118, 250, 199, 95, 14, 178, 139, 91, 65, 206) // UUID value is not str, int or byte buffer
TRANSLATION("Unable to allocate buffers for signed conversion", 48, 228, 195, 202, 193, 244, 212, 199, 57, 47, 71, 199, 155, 74, 29, 103, 209, 182, 64) // Unable to allocate buffers for signed conversion
TRANSLATION("Unable to find I2C Display at %x", 32, 228, 195, 202, 193, 167, 89, 130, 134, 247, 24, 112, 191, 88, 37, 30, 14, 192) // Unable to find I2C Display at %x
TRANSLATION("Unable to init parser", 21, 228, 195, 202, 193, 172, 213, 17, 148, 136, 248) // Unable to init parser
TRANSLATION("Unable to read color palette data", 33, 228, 195, 202, 193, 182, 76, 20, 157, 104, 70, 78, 53, 83, 12, 37, 32) // Unable to read color palette data
TRANSLATION("Unable to write to nvm.", 23, 228, 195, 202, 193, 249, 143, 6, 29, 104, 39, 128) // Unable to write to nvm.
TRANSLATION("Unable to write to sleep_memory.", 32, 228, 195, 202, 193, 249, 143, 5, 28, 103, 30, 76, 7, 5, 171, 179, 192) // Unable to write to sleep_memory.
TRANSLATION("Unknown ATT error: 0x%02x", 25, 228, 195, 209, 135, 173, 8, 224, 100, 100, 7, 228, 181, 190, 24, 187, 30, 14, 46, 247, 96) // Unknown ATT error: 0x%02x
TRANSLATION("Unknown hci_result_t: %d", 24, 228, 195, 209, 135, 173, 8, 170, 243, 114, 109, 164, 174, 92, 149, 223, 94, 0) // Unknown hci_result_t: %d
TRANSLATION("Unknown reason.", 15, 228, 195, 209, 135, 173, 8, 182, 73, 102, 120) // Unknown reason.
TRANSLATION("Unlikely", 8, 228, 194, 230, 244, 77, 215, 64) // Unlikely
TRANSLATION("Unmatched number of items on RHS (expected %d, got %d).", 55, 228, 195, 95, 179, 155, 251, 223, 191, 106, 156, 8, 44, 142, 71, 217, 199, 27, 172, 248, 205, 229, 205, 220, 225, 212, 137, 111, 55, 115, 192) // Unmatched number of items on RHS (expected %d, got %d).
TRANSLATION("Unsupported baudrate", 20, 228, 195, 216, 20, 74, 86, 72, 74, 96) // Unsupported baudrate
TRANSLATION("Unsupported colorspace", 22, 228, 195, 216, 20, 157, 105, 35, 39, 140) // Unsupported colorspace
TRANSLATION("Unsupported display bus type", 28, 228, 195, 216, 12, 253, 98, 140, 168, 59, 128) // Unsupported display bus type
TRANSLATION("Unsupported format", 18, 228, 195, 216, 189, 174, 160) // Unsupported format
TRANSLATION("Unsupported group type", 22, 228, 195, 216, 21, 36, 138, 88, 199, 112) // Unsupported group type
TRANSLATION("Value length != required fixed length", 37, 251, 196, 233, 76, 105, 15, 238, 223, 247, 204, 20, 219, 177, 155, 164) // Value length != required fixed length
TRANSLATION("Value length > max_length", 25, 251, 196, 233, 76, 105, 15, 36, 87, 216, 201, 210) // Value length > max_length
TRANSLATION("Value not allowed", 17, 251, 196, 233, 76, 88, 252, 0) // Value not allowed
TRANSLATION("WARNING: Your code filename has two extensions\n", 48, 244, 56, 28, 143, 58, 135, 157, 246, 55, 195, 254, 34, 150, 65, 73, 135, 222, 194, 80, 24, 170, 72, 23, 94, 33, 158, 167, 10, 54, 202, 108, 128) // WARNING: Your code filename has two extensions\r\n
TRANSLATION("WatchDogTimer cannot be deinitialized once mode is set to RESET", 63, 255, 103, 195, 197, 13, 142, 99, 14, 179, 85, 164, 230, 252, 249, 182, 94, 49, 238, 223, 33, 174, 15, 35, 135, 143, 195, 200) // WatchDogTimer cannot be deinitialized once mode is set to RESET
TRANSLATION("WatchDogTimer is not currently running", 38, 255, 103, 239, 172, 61, 44, 150, 225, 87, 93, 18, 106, 195, 162) // WatchDogTimer is not currently running
TRANSLATION("WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET", 67, 255, 103, 231, 251, 161, 226, 134, 199, 49, 234, 165, 13, 76, 219, 47, 24, 67, 92, 31, 64, 187, 60, 40, 170, 113, 98, 97, 207, 228, 112, 241, 248, 121, 0) // WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET
TRANSLATION("WatchDogTimer.timeout must be greater than 0", 44, 255, 103, 231, 246, 181, 38, 212, 182, 74, 254, 6, 86, 40) // WatchDogTimer.timeout must be greater than 0
TRANSLATION("Watchdog timer expired.", 23, 244, 11, 178, 200, 170, 14, 212, 131, 62, 54, 219, 100, 240) // Watchdog timer expired.
TRANSLATION("Welcome to Adafruit CircuitPython %s!\n\nVisit circuitpython.org for more information.\n\nTo list built-in modules type `help(\"modules\")`.\n", 140, 244, 13, 212, 160, 60, 30, 3, 10, 156, 146, 181, 71, 250, 217, 30, 10, 127, 118, 203, 101, 247, 154, 141, 80, 243, 100, 122, 86, 172, 119, 86, 173, 153, 246, 170, 94, 136, 45, 28, 202, 118, 171, 220, 159, 178, 217, 100, 68, 28, 212, 81, 70, 86, 185, 113, 43, 15, 220, 131, 184, 63, 238, 169, 186, 61, 215, 211, 253, 201, 244, 247, 127, 247, 63, 100) // Welcome to Adafruit CircuitPython %s!\r\n\r\nVisit circuitpython.org for more information.\r\n\r\nTo list built-in modules type `help(\"modules\")`.\r\n
TRANSLATION("Woken up by alarm.\n", 20, 244, 34, 232, 156, 34, 88, 197, 27, 160, 156, 82, 65, 63, 100) // Woken up by alarm.\r\n
TRANSLATION("Write not permitted", 19, 244, 36, 106, 152, 177, 27, 240, 53, 84, 216) // Write not permitted
TRANSLATION("Writes not supported on Characteristic", 38, 244, 36, 106, 154, 11, 29, 129, 100, 99, 126, 151, 218, 139, 160) // Writes not supported on Characteristic
TRANSLATION("You are in safe mode because:\n", 31, 255, 136, 165, 5, 110, 96, 66, 166, 99, 221, 20, 77, 226, 149, 15, 125, 178) // You are in safe mode because:\r\n
TRANSLATION("You pressed the reset button during boot. Press again to exit safe mode.", 72, 255, 136, 165, 17, 219, 68, 205, 90, 166, 45, 161, 168, 163, 42, 173, 144, 201, 100, 209, 20, 98, 137, 103, 142, 61, 180, 64, 85, 10, 182, 14, 123, 84, 33, 83, 49, 238, 207) // You pressed the reset button during boot. Press again to exit safe mode.
TRANSLATION("You requested starting safe mode by ", 36, 255, 136, 165, 22, 254, 25, 77, 23, 53, 20, 164, 93, 16, 133, 76, 199, 186, 40, 221, 0) // You requested starting safe mode by 
TRANSLATION("\nCode done running.\n", 22, 217, 99, 68, 195, 12, 178, 98, 77, 88, 116, 103, 236, 128) // \r\nCode done running.\r\n
TRANSLATION("\nCode stopped by auto-reload. Reloading soon.\n", 48, 217, 99, 68, 195, 8, 177, 71, 30, 109, 27, 160, 165, 88, 177, 45, 186, 34, 100, 241, 200, 55, 68, 76, 209, 9, 21, 153, 251, 32) // \r\nCode stopped by auto-reload. Reloading soon.\r\n
TRANSLATION("\nPlease file an issue with the contents of your CIRCUITPY drive at \nhttps://github.com/adafruit/circuitpython/issues\n", 120, 217, 113, 220, 100, 135, 222, 140, 166, 162, 74, 123, 140, 3, 20, 161, 92, 228, 191, 187, 20, 178, 15, 244, 12, 147, 160, 9, 70, 202, 170, 172, 105, 190, 240, 252, 58, 141, 90, 178, 209, 159, 74, 15, 12, 152, 84, 228, 149, 171, 225, 188, 217, 30, 149, 171, 29, 213, 171, 103, 195, 106, 36, 166, 155, 32) // \r\nPlease file an issue with the contents of your CIRCUITPY drive at \r\nhttps://github.com/adafruit/circuitpython/issues\r\n
TRANSLATION("__init__() should return None, not '%q'", 39, 201, 201, 172, 213, 201, 201, 240, 146, 172, 82, 185, 130, 218, 203, 36, 35, 206, 178, 120, 118, 39, 97, 78) // __init__() should return None, not \'%q\'
TRANSLATION("__new__ arg must be a user-type", 31, 201, 201, 132, 245, 242, 114, 71, 46, 105, 109, 228, 196, 238, 0) // __new__ arg must be a user-type
TRANSLATION("a bytes-like object is required", 31, 45, 162, 98, 57, 189, 19, 29, 59, 235, 127, 12, 173, 182, 192) // a bytes-like object is required
TRANSLATION("abort() called", 14, 42, 54, 151, 194, 120, 156, 227, 96) // abort() called
TRANSLATION("arg is an empty sequence", 24, 229, 223, 101, 126, 128, 158, 177, 194, 241, 128) // arg is an empty sequence
TRANSLATION("argsort argument must be an ndarray", 35, 229, 165, 165, 25, 115, 114, 180, 243, 0) // argsort argument must be an ndarray
TRANSLATION("argsort is not implemented for flattened arrays", 47, 229, 165, 165, 190, 177, 250, 175, 69, 55, 18, 169, 195, 155, 152, 128) // argsort is not implemented for flattened arrays
TRANSLATION("argument has wrong type", 23, 203, 21, 73, 6, 188, 150, 106, 14, 224) // argument has wrong type
TRANSLATION("argument name reused", 20, 203, 16, 148, 6, 45, 202, 134, 192) // argument name reused
TRANSLATION("argument num/types mismatch", 27, 203, 16, 203, 7, 135, 220, 65, 3, 82, 191, 100) // argument num/types mismatch
TRANSLATION("argument should be a '%q' not a '%q'", 36, 203, 239, 200, 78, 194, 156, 44, 16, 157, 133, 56) // argument should be a \'%q\' not a \'%q\'
TRANSLATION("arguments must be ndarrays", 26, 203, 73, 186, 121, 136) // arguments must be ndarrays
TRANSLATION("array and index length must be equal", 36, 204, 217, 214, 102, 120, 210, 155, 235, 19, 128) // array and index length must be equal
TRANSLATION("array/bytes required on right side", 34, 204, 240, 232, 221, 83, 78, 249, 130, 200, 145, 181, 42, 168, 70, 176, 192) // array/bytes required on right side
TRANSLATION("attempt to get (arg)min/(arg)max of empty sequence", 50, 37, 83, 130, 53, 193, 168, 106, 55, 92, 189, 220, 21, 188, 61, 215, 47, 119, 95, 98, 255, 244, 4, 245, 142, 23, 140) // attempt to get (arg)min/(arg)max of empty sequence
TRANSLATION("attempt to get argmin/argmax of an empty sequence", 49, 37, 83, 130, 53, 193, 168, 106, 57, 112, 86, 240, 249, 117, 246, 47, 242, 191, 64, 79, 88, 225, 120, 192) // attempt to get argmin/argmax of an empty sequence
TRANSLATION("attributes not supported yet", 28, 47, 145, 5, 142, 192, 186, 106) // attributes not supported yet
TRANSLATION("axis is out of bounds", 21, 45, 134, 165, 246, 165, 253, 30, 171, 16) // axis is out of bounds
TRANSLATION("axis must be None, or an integer", 32, 45, 134, 164, 223, 58, 201, 225, 218, 25, 85, 148, 234, 62) // axis must be None, or an integer
TRANSLATION("axis too long", 13, 45, 134, 160, 237, 186, 205, 64) // axis too long
TRANSLATION("background value out of range of target", 39, 163, 232, 212, 147, 170, 193, 221, 26, 151, 255, 21, 250, 242, 205, 64) // background value out of range of target
TRANSLATION("bad conversion specifier", 24, 162, 76, 20, 161, 214, 125, 27, 103, 232, 190) // bad conversion specifier
TRANSLATION("bad typecode", 12, 162, 76, 29, 202, 76, 48) // bad typecode
TRANSLATION("bitmap sizes must match", 23, 230, 215, 143, 192, 77, 173, 126, 200) // bitmap sizes must match
TRANSLATION("bits must be in range 5 to 9", 28, 230, 164, 218, 195, 226, 30, 62, 15, 249, 0) // bits must be in range 5 to 9
TRANSLATION("bits_per_sample must be 8 or 16", 31, 230, 166, 76, 111, 228, 161, 123, 211, 124, 129, 104, 120, 128) // bits_per_sample must be 8 or 16
TRANSLATION("buffer is smaller than requested size", 37, 231, 95, 37, 119, 57, 252, 12, 171, 127, 12, 166, 139, 154, 141, 249, 204) // buffer is smaller than requested size
TRANSLATION("buffer size must be a multiple of element size", 46, 231, 120, 19, 72, 123, 247, 230, 227, 131, 59, 192) // buffer size must be a multiple of element size
TRANSLATION("buffer size must match format", 29, 231, 120, 27, 90, 253, 155, 218, 234) // buffer size must match format
TRANSLATION("buffer slices must be of equal length", 37, 231, 4, 118, 129, 164, 216, 169, 143, 88, 156, 52, 128) // buffer slices must be of equal length
TRANSLATION("buffer too small", 16, 231, 14, 218, 87, 115, 128) // buffer too small
TRANSLATION("byteorder is not a string", 25, 163, 117, 78, 211, 31, 190, 176, 67, 175, 162) // byteorder is not a string
TRANSLATION("bytes length not a multiple of item size", 40, 163, 117, 77, 6, 144, 176, 67, 223, 191, 106, 156, 30, 0) // bytes length not a multiple of item size
TRANSLATION("bytes value out of range", 24, 163, 117, 77, 7, 116, 106, 95, 252, 64) // bytes value out of range
TRANSLATION("can only be registered in one parent", 36, 123, 43, 168, 57, 150, 234, 53, 21, 252, 218, 194, 201, 136, 202, 220, 42) // can only be registered in one parent
TRANSLATION("can't add special method to already-subclassed class", 52, 245, 9, 140, 9, 25, 188, 210, 112, 128, 214, 172, 76, 193, 252, 56, 159, 211, 53, 231, 18, 32) // can\'t add special method to already-subclassed class
TRANSLATION("can't assign to expression", 26, 245, 9, 62, 60, 28, 248, 237, 162, 54, 200) // can\'t assign to expression
TRANSLATION("can't cancel self", 17, 245, 30, 40, 94, 55, 4, 55, 83) // can\'t cancel self
TRANSLATION("can't convert %q to %q", 22, 245, 41, 67, 172, 250, 140, 44, 28, 32) // can\'t convert %q to %q
TRANSLATION("can't convert %q to int", 23, 245, 41, 67, 172, 250, 140, 44, 26, 202) // can\'t convert %q to int
TRANSLATION("can't convert %s to complex", 27, 245, 41, 67, 172, 250, 143, 5, 48, 105, 123, 219, 0) // can\'t convert %s to complex
TRANSLATION("can't convert '%q' object to %q implicitly", 42, 245, 41, 67, 172, 250, 137, 216, 83, 135, 79, 7, 8, 54, 8, 221, 160, 213, 117, 208) // can\'t convert \'%q\' object to %q implicitly
TRANSLATION("can't declare nonlocal in outer code", 36, 245, 24, 111, 56, 173, 136, 108, 186, 39, 137, 211, 6, 163, 226, 147, 12) // can\'t declare nonlocal in outer code
TRANSLATION("can't delete expression", 23, 245, 24, 110, 53, 49, 159, 29, 180, 70, 217) // can\'t delete expression
TRANSLATION("can't do truncated division of a complex number", 47, 245, 25, 16, 89, 53, 94, 37, 205, 99, 117, 154, 141, 179, 126, 66, 151, 189, 176, 63, 123, 224) // can\'t do truncated division of a complex number
TRANSLATION("can't have multiple **x", 23, 245, 61, 161, 239, 143, 171, 245, 118, 0) // can\'t have multiple **x
TRANSLATION("can't have multiple *x", 22, 245, 61, 161, 239, 143, 171, 176) // can\'t have multiple *x
TRANSLATION("can't perform relative import", 29, 245, 35, 126, 157, 168, 5, 183, 18, 244, 3, 96, 142, 210, 128) // can\'t perform relative import
TRANSLATION("can't send non-None value to a just-started generator", 53, 245, 16, 244, 196, 54, 113, 60, 235, 38, 59, 184, 36, 63, 100, 168, 184, 136, 165, 34, 230, 212, 56, 95, 37, 180) // can\'t send non-None value to a just-started generator
TRANSLATION("can't set 512 block size", 24, 245, 16, 212, 120, 251, 205, 232, 163, 251, 124, 0) // can\'t set 512 block size
TRANSLATION("can't set attribute", 19, 245, 16, 212, 23, 200) // can\'t set attribute
TRANSLATION("can't switch from automatic field numbering to manual field specification", 73, 245, 19, 93, 189, 145, 236, 130, 149, 98, 174, 186, 2, 155, 77, 204, 31, 189, 253, 28, 26, 240, 202, 78, 20, 218, 110, 103, 209, 120, 174, 0) // can\'t switch from automatic field numbering to manual field specification
TRANSLATION("can't switch from manual field specification to automatic field numbering", 73, 245, 19, 93, 189, 145, 236, 138, 240, 202, 78, 20, 218, 110, 103, 209, 120, 174, 96, 148, 171, 21, 117, 208, 20, 218, 110, 96, 253, 239, 232, 128) // can\'t switch from manual field specification to automatic field numbering
TRANSLATION("cannot assign new shape", 23, 120, 161, 176, 73, 241, 136, 79, 92, 37, 82, 140, 192) // cannot assign new shape
TRANSLATION("cannot cast output with casting rule", 36, 120, 161, 176, 241, 34, 141, 72, 229, 93, 192, 120, 145, 116, 68, 146, 184, 192) // cannot cast output with casting rule
TRANSLATION("cannot create '%q' instances", 28, 120, 161, 176, 245, 178, 83, 19, 176, 167, 76, 69, 40, 94, 52) // cannot create \'%q\' instances
TRANSLATION("cannot import name %q", 21, 120, 161, 176, 216, 35, 180, 162, 18, 128, 198, 16) // cannot import name %q
TRANSLATION("chr() arg not in range(0x110000)", 32, 122, 172, 158, 23, 44, 88, 172, 62, 45, 214, 46, 198, 243, 121, 139, 139, 139, 139, 187) // chr() arg not in range(0x110000)
TRANSLATION("circle can only be registered in one parent", 43, 121, 178, 60, 227, 15, 101, 117, 7, 50, 221, 70, 162, 191, 155, 88, 89, 49, 25, 91, 133, 64) // circle can only be registered in one parent
TRANSLATION("clip point must be (x,y) tuple", 30, 121, 205, 140, 71, 21, 101, 155, 186, 216, 255, 11, 187, 177, 253, 64) // clip point must be (x,y) tuple
TRANSLATION("code outside range 0~127", 24, 164, 195, 26, 136, 214, 24, 248, 134, 47, 255, 251, 205, 239, 255, 64) // code outside range 0~127
TRANSLATION("color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)", 62, 164, 235, 67, 157, 55, 197, 218, 32, 221, 114, 62, 199, 7, 118, 45, 15, 27, 104, 131, 117, 200, 251, 28, 17, 255, 193, 25, 51, 105, 187) // color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)
TRANSLATION("color buffer must be a buffer, tuple, list, or int", 50, 164, 235, 67, 157, 52, 135, 59, 15, 250, 225, 185, 168, 184, 118, 166, 40) // color buffer must be a buffer, tuple, list, or int
TRANSLATION("color buffer must be a bytearray or array of type 'b' or 'B'", 60, 164, 235, 67, 157, 52, 182, 153, 130, 208, 204, 191, 238, 9, 212, 103, 11, 66, 119, 6, 112) // color buffer must be a bytearray or array of type \'b\' or \'B\'
TRANSLATION("color must be between 0x000000 and 0xffffff", 43, 164, 235, 83, 127, 32, 197, 216, 197, 197, 197, 197, 197, 197, 217, 226, 236, 122, 254, 191, 174) // color must be between 0x000000 and 0xffffff
TRANSLATION("color should be an int", 22, 164, 235, 93, 254, 85, 101) // color should be an int
TRANSLATION("complex division by zero", 24, 165, 239, 108, 6, 55, 89, 168, 219, 34, 141, 209, 243, 191, 16) // complex division by zero
TRANSLATION("constant must be an integer", 27, 165, 10, 41, 66, 179, 114, 171, 41, 212, 124) // constant must be an integer
TRANSLATION("convolve arguments must be linear arrays", 40, 165, 14, 180, 78, 214, 49, 150, 147, 93, 88, 202, 65, 152, 128) // convolve arguments must be linear arrays
TRANSLATION("convolve arguments must be ndarrays", 35, 165, 14, 180, 78, 214, 49, 150, 147, 116, 243, 16) // convolve arguments must be ndarrays
TRANSLATION("convolve arguments must not be empty", 36, 165, 14, 180, 78, 214, 49, 150, 155, 91, 28, 207, 208) // convolve arguments must not be empty
TRANSLATION("could not invert Vandermonde matrix", 35, 165, 43, 152, 44, 86, 214, 125, 71, 222, 45, 55, 224, 178, 195, 21, 214, 70, 236, 0) // could not invert Vandermonde matrix
TRANSLATION("couldn't determine SD card version", 34, 165, 43, 153, 240, 48, 213, 248, 43, 24, 199, 225, 7, 138, 70, 13, 103, 209, 182, 64) // couldn\'t determine SD card version
TRANSLATION("cross is defined for 1D arrays of length 3", 42, 122, 72, 145, 47, 189, 91, 209, 188, 225, 12, 196, 191, 210, 30, 40) // cross is defined for 1D arrays of length 3
TRANSLATION("data type not understood", 24, 97, 41, 14, 224, 177, 170, 199, 209, 98, 137, 128) // data type not understood
TRANSLATION("default 'except' must be last", 29, 252, 226, 118, 123, 199, 26, 206, 154, 226, 69) // default \'except\' must be last
TRANSLATION("default is not a function", 25, 252, 247, 214, 8, 115, 238, 0) // default is not a function
TRANSLATION("destination buffer must be a bytearray or array of type 'B' for bit_depth = 8", 77, 97, 162, 214, 43, 131, 157, 52, 182, 153, 130, 208, 204, 191, 238, 9, 220, 25, 215, 163, 155, 146, 195, 141, 106, 141, 248, 242, 0) // destination buffer must be a bytearray or array of type \'B\' for bit_depth = 8
TRANSLATION("destination buffer must be an array of type 'H' for bit_depth = 16", 66, 97, 162, 214, 43, 131, 157, 55, 43, 50, 255, 184, 39, 125, 153, 215, 163, 155, 146, 195, 141, 106, 141, 248, 241, 0) // destination buffer must be an array of type \'H\' for bit_depth = 16
TRANSLATION("destination_length must be an int >= 0", 38, 97, 162, 214, 43, 153, 58, 83, 114, 171, 40, 242, 119, 227, 20) // destination_length must be an int >= 0
TRANSLATION("dict update sequence has wrong length", 37, 102, 130, 137, 99, 97, 41, 132, 245, 142, 23, 140, 85, 36, 26, 242, 89, 168, 52, 128) // dict update sequence has wrong length
TRANSLATION("diff argument must be an ndarray", 32, 99, 125, 113, 151, 55, 43, 79, 48) // diff argument must be an ndarray
TRANSLATION("differentiation order out of range", 34, 99, 125, 119, 243, 154, 87, 5, 166, 62, 53, 47, 254, 32) // differentiation order out of range
TRANSLATION("dimensions do not match", 23, 99, 96, 56, 81, 182, 80, 50, 33, 98, 191, 100) // dimensions do not match
TRANSLATION("divide by zero", 14, 99, 117, 154, 195, 20, 110, 143, 157, 248, 128) // divide by zero
TRANSLATION("division by zero", 16, 99, 117, 154, 141, 178, 40, 221, 31, 59, 241, 0) // division by zero
TRANSLATION("empty heap", 10, 253, 2, 169, 148, 96) // empty heap
TRANSLATION("empty separator", 15, 253, 1, 14, 50, 144, 150, 208) // empty separator
TRANSLATION("empty sequence", 14, 253, 1, 61, 99, 133, 227) // empty sequence
TRANSLATION("end_x should be an int", 22, 61, 60, 157, 142, 255, 42, 178, 128) // end_x should be an int
TRANSLATION("exceptions must derive from BaseException", 41, 207, 120, 227, 184, 155, 86, 63, 208, 30, 200, 224, 146, 31, 15, 97, 227, 142, 224) // exceptions must derive from BaseException
TRANSLATION("expected ':' after format specifier", 35, 207, 140, 222, 92, 217, 219, 233, 192, 169, 171, 247, 181, 215, 232, 190) // expected \':\' after format specifier
TRANSLATION("expecting just a value for set", 30, 207, 140, 222, 93, 17, 251, 37, 69, 4, 59, 183, 161, 13, 64) // expecting just a value for set
TRANSLATION("expecting key:value for dict", 28, 207, 140, 222, 93, 17, 209, 59, 187, 238, 237, 232, 102, 130, 128) // expecting key:value for dict
TRANSLATION("ext_hook is not a function", 26, 207, 92, 154, 177, 69, 209, 190, 176, 67, 159, 112) // ext_hook is not a function
TRANSLATION("extra keyword arguments given", 29, 207, 89, 8, 123, 131, 45, 5, 78, 132, 32) // extra keyword arguments given
TRANSLATION("extra positional arguments given", 32, 207, 89, 8, 71, 18, 54, 225, 56, 101, 160, 169, 208, 132) // extra positional arguments given
TRANSLATION("file must be a file opened in byte mode", 39, 166, 215, 28, 210, 239, 68, 81, 156, 57, 181, 182, 131, 221) // file must be a file opened in byte mode
TRANSLATION("filesystem must provide mount method", 36, 166, 215, 26, 93, 69, 56, 54, 191, 196, 65, 213, 81, 1, 173, 88, 152) // filesystem must provide mount method
TRANSLATION("first argument must be a callable", 33, 246, 6, 92, 210, 15, 19, 157, 202) // first argument must be a callable
TRANSLATION("first argument must be a function", 33, 246, 6, 92, 210, 28, 251, 128) // first argument must be a function
TRANSLATION("first argument must be a tuple of ndarrays", 42, 246, 6, 92, 210, 31, 214, 255, 79, 49, 0) // first argument must be a tuple of ndarrays
TRANSLATION("first argument must be an ndarray", 33, 246, 6, 92, 220, 173, 60, 192) // first argument must be an ndarray
TRANSLATION("first argument to super() must be type", 38, 246, 6, 94, 10, 75, 27, 254, 20, 18, 162, 142, 103, 112) // first argument to super() must be type
TRANSLATION("first two arguments must be ndarrays", 36, 246, 2, 235, 196, 50, 210, 110, 158, 98, 0) // first two arguments must be ndarrays
TRANSLATION("flattening order must be either 'C', or 'F'", 43, 166, 226, 85, 56, 116, 69, 166, 63, 52, 218, 181, 95, 19, 177, 167, 97, 218, 19, 184, 147, 128) // flattening order must be either \'C\', or \'F\'
TRANSLATION("flip argument must be an ndarray", 32, 166, 230, 198, 50, 230, 229, 105, 230, 0) // flip argument must be an ndarray
TRANSLATION("format requires a dict", 22, 167, 106, 186, 247, 200, 8, 51, 65, 64) // format requires a dict
TRANSLATION("frequency is read-only for this board", 37, 167, 111, 225, 148, 225, 122, 237, 245, 178, 102, 39, 82, 247, 1, 168, 40, 196, 82, 48) // frequency is read-only for this board
TRANSLATION("function doesn't take keyword arguments", 39, 231, 220, 239, 62, 5, 46, 137, 143, 112, 101, 160) // function doesn\'t take keyword arguments
TRANSLATION("function expected at most %d arguments, got %d", 46, 231, 220, 25, 241, 155, 203, 154, 74, 32, 137, 22, 240, 101, 166, 29, 72, 150, 240) // function expected at most %d arguments, got %d
TRANSLATION("function got multiple values for argument '%q'", 46, 231, 220, 21, 34, 81, 239, 142, 234, 94, 140, 177, 59, 10, 112) // function got multiple values for argument \'%q\'
TRANSLATION("function has the same sign at the ends of interval", 50, 231, 220, 21, 73, 48, 12, 33, 64, 99, 227, 4, 184, 6, 15, 77, 47, 235, 43, 250, 196, 224) // function has the same sign at the ends of interval
TRANSLATION("function is defined for ndarrays only", 37, 231, 220, 190, 245, 111, 70, 158, 98, 14, 160) // function is defined for ndarrays only
TRANSLATION("function missing %d required positional arguments", 49, 231, 220, 16, 53, 19, 70, 243, 190, 96, 142, 36, 109, 194, 112, 203, 64) // function missing %d required positional arguments
TRANSLATION("function missing keyword-only argument", 38, 231, 220, 16, 53, 19, 68, 123, 152, 157, 65, 150) // function missing keyword-only argument
TRANSLATION("function missing required keyword argument '%q'", 47, 231, 220, 16, 53, 19, 71, 190, 96, 247, 6, 88, 157, 133, 56) // function missing required keyword argument \'%q\'
TRANSLATION("function missing required positional argument #%d", 49, 231, 220, 16, 53, 19, 71, 190, 96, 142, 36, 109, 194, 112, 203, 31, 223, 185) // function missing required positional argument #%d
TRANSLATION("function takes %d positional arguments but %d were given", 56, 231, 220, 10, 93, 19, 75, 193, 28, 72, 219, 132, 225, 150, 130, 140, 171, 120, 53, 223, 49, 83, 161, 8) // function takes %d positional arguments but %d were given
TRANSLATION("function takes exactly 9 arguments", 34, 231, 220, 10, 93, 19, 65, 158, 79, 43, 174, 143, 242, 25, 104) // function takes exactly 9 arguments
TRANSLATION("generator already executing", 27, 168, 112, 190, 75, 104, 126, 17, 158, 111, 74, 186, 32) // generator already executing
TRANSLATION("generator ignored GeneratorExit", 31, 168, 112, 190, 75, 104, 54, 164, 54, 179, 126, 193, 194, 249, 45, 174, 30, 195, 84) // generator ignored GeneratorExit
TRANSLATION("generator raised StopIteration", 30, 168, 112, 190, 75, 104, 72, 77, 76, 220, 117, 138, 58, 10, 249, 92) // generator raised StopIteration
TRANSLATION("identifier redefined as global", 30, 107, 51, 155, 77, 175, 139, 126, 168, 36, 21, 29, 21, 18, 112) // identifier redefined as global
TRANSLATION("identifier redefined as nonlocal", 32, 107, 51, 155, 77, 175, 139, 126, 168, 36, 16, 217, 116, 79, 19, 128) // identifier redefined as nonlocal
TRANSLATION("import * not at module level", 28, 108, 17, 218, 81, 245, 69, 130, 81, 251, 131, 143, 88, 220) // import * not at module level
TRANSLATION("incompatible native .mpy architecture", 37, 173, 249, 132, 36, 189, 1, 62, 8, 238, 130, 145, 234, 173, 83, 121, 101, 182) // incompatible native .mpy architecture
TRANSLATION("incomplete format", 17, 173, 75, 222, 83, 189, 174, 160) // incomplete format
TRANSLATION("incomplete format key", 21, 173, 75, 222, 83, 189, 174, 163, 162, 119, 64) // incomplete format key
TRANSLATION("incorrect padding", 17, 173, 74, 75, 111, 40, 140, 152, 205, 16) // incorrect padding
TRANSLATION("index is out of bounds", 22, 172, 204, 251, 237, 75, 250, 61, 86, 32) // index is out of bounds
TRANSLATION("index out of range", 18, 172, 204, 241, 169, 127, 241, 0) // index out of range
TRANSLATION("indices must be integers, slices, or Boolean lists", 50, 172, 205, 3, 73, 181, 148, 234, 62, 152, 104, 237, 3, 76, 59, 67, 131, 20, 78, 60, 167, 53, 21, 0) // indices must be integers, slices, or Boolean lists
TRANSLATION("initial_value length is wrong", 29, 172, 213, 105, 59, 39, 186, 52, 175, 181, 228, 179, 80) // initial_value length is wrong
TRANSLATION("input and output shapes are not compatible", 42, 246, 246, 122, 145, 202, 161, 42, 148, 102, 128, 173, 139, 31, 152) // input and output shapes are not compatible
TRANSLATION("input argument must be an integer, a tuple, or a list", 53, 246, 198, 92, 220, 170, 202, 117, 31, 195, 33, 253, 112, 237, 2, 14, 106, 40) // input argument must be an integer, a tuple, or a list
TRANSLATION("input array length must be power of 2", 37, 246, 198, 96, 210, 155, 31, 89, 251, 253, 232) // input array length must be power of 2
TRANSLATION("input arrays are not compatible", 31, 246, 198, 98, 2, 182, 44, 126, 96) // input arrays are not compatible
TRANSLATION("input data must be an iterable", 30, 246, 195, 9, 74, 110, 83, 85, 254, 80) // input data must be an iterable
TRANSLATION("input matrix is asymmetric", 26, 246, 197, 117, 145, 187, 23, 196, 151, 96, 128, 214, 77, 0) // input matrix is asymmetric
TRANSLATION("input matrix is singular", 24, 246, 197, 117, 145, 187, 23, 201, 163, 43, 138, 64) // input matrix is singular
TRANSLATION("input must be a dense ndarray", 29, 246, 230, 144, 97, 194, 134, 52, 243, 0) // input must be a dense ndarray
TRANSLATION("input must be a tensor of rank 2", 32, 246, 230, 144, 83, 133, 45, 95, 200, 80, 244, 70, 244) // input must be a tensor of rank 2
TRANSLATION("input must be an ndarray", 24, 246, 230, 229, 105, 230, 0) // input must be an ndarray
TRANSLATION("input must be one-dimensional", 29, 246, 230, 217, 60, 70, 54, 3, 133, 27, 100, 156) // input must be one-dimensional
TRANSLATION("input must be square matrix", 27, 246, 230, 167, 195, 41, 91, 21, 214, 70, 236, 0) // input must be square matrix
TRANSLATION("input must be tuple, list, range, or ndarray", 44, 246, 230, 255, 92, 55, 53, 23, 15, 226, 195, 180, 52, 243, 0) // input must be tuple, list, range, or ndarray
TRANSLATION("input vectors must be of equal length", 37, 246, 198, 177, 188, 182, 146, 108, 84, 199, 172, 78, 26, 64) // input vectors must be of equal length
TRANSLATION("inputs are not iterable", 23, 246, 208, 21, 177, 97, 170, 255, 40) // inputs are not iterable
TRANSLATION("int() arg 2 must be >= 2 and <= 36", 34, 172, 190, 23, 44, 111, 102, 249, 59, 241, 189, 217, 253, 125, 248, 241, 126, 176) // int() arg 2 must be >= 2 and <= 36
TRANSLATION("interp is defined for 1D iterables of equal length", 50, 172, 175, 199, 125, 234, 222, 141, 231, 8, 53, 95, 229, 37, 255, 172, 78, 26, 64) // interp is defined for 1D iterables of equal length
TRANSLATION("interval must be in range %s-%s", 31, 172, 175, 235, 19, 166, 214, 31, 16, 240, 83, 19, 193, 64) // interval must be in range %s-%s
TRANSLATION("invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32", 61, 173, 242, 142, 106, 100, 198, 254, 79, 240, 188, 195, 130, 84, 81, 68, 240, 247, 152, 123, 220, 63, 27, 15, 200, 195, 241, 48, 247, 190, 54, 29, 161, 226, 239, 64) // invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32
TRANSLATION("invalid element size %d for bits_per_pixel %d\n", 47, 173, 242, 131, 113, 193, 157, 224, 94, 94, 142, 106, 100, 198, 254, 79, 240, 188, 217, 0) // invalid element size %d for bits_per_pixel %d\r\n
TRANSLATION("invalid element_size %d, must be, 1, 2, or 4", 44, 173, 242, 131, 113, 193, 157, 146, 141, 249, 206, 243, 14, 9, 81, 69, 19, 195, 222, 97, 239, 112, 237, 15, 24) // invalid element_size %d, must be, 1, 2, or 4
TRANSLATION("invalid exception", 17, 173, 242, 140, 247, 142, 59, 128) // invalid exception
TRANSLATION("invalid format specifier", 24, 173, 242, 222, 215, 95, 162, 248) // invalid format specifier
TRANSLATION("invalid micropython decorator", 29, 173, 242, 136, 52, 36, 138, 59, 171, 86, 200, 97, 210, 144, 150, 208) // invalid micropython decorator
TRANSLATION("invalid step", 12, 173, 242, 132, 83, 140) // invalid step
TRANSLATION("invalid syntax", 14, 173, 242, 132, 187, 10, 150, 192) // invalid syntax
TRANSLATION("invalid syntax for integer with base %d", 39, 173, 242, 132, 187, 10, 150, 197, 236, 197, 58, 143, 238, 5, 18, 67, 188) // invalid syntax for integer with base %d
TRANSLATION("invalid syntax for number", 25, 173, 242, 132, 187, 10, 150, 197, 232, 253, 239, 128) // invalid syntax for number
TRANSLATION("invalid traceback", 17, 173, 242, 133, 144, 158, 58, 62, 136) // invalid traceback
TRANSLATION("issubclass() arg 1 must be a class", 34, 106, 127, 79, 11, 150, 55, 147, 72, 60, 226, 68) // issubclass() arg 1 must be a class
TRANSLATION("issubclass() arg 2 must be a class or a tuple of classes", 56, 106, 127, 79, 11, 150, 55, 179, 72, 60, 226, 68, 22, 129, 15, 235, 126, 243, 137, 16, 208) // issubclass() arg 2 must be a class or a tuple of classes
TRANSLATION("iterations did not converge", 27, 106, 190, 87, 16, 49, 172, 22, 41, 67, 172, 253, 67) // iterations did not converge
TRANSLATION("join expects a list of str/bytes objects consistent with self object", 68, 253, 145, 86, 25, 241, 155, 202, 128, 131, 154, 139, 127, 215, 240, 232, 221, 83, 65, 211, 65, 74, 20, 106, 46, 118, 224, 33, 186, 152, 233, 128) // join expects a list of str/bytes objects consistent with self object
TRANSLATION("keyword argument(s) not yet implemented - use normal args instead", 65, 247, 6, 94, 233, 55, 98, 197, 211, 81, 250, 134, 38, 220, 67, 106, 187, 135, 45, 38, 34, 153, 48) // keyword argument(s) not yet implemented - use normal args instead
TRANSLATION("keywords must be strings", 24, 247, 18, 111, 95, 69, 0) // keywords must be strings
TRANSLATION("length argument not allowed for this type", 41, 210, 25, 98, 199, 224, 189, 192, 106, 14, 224) // length argument not allowed for this type
TRANSLATION("level must be between 0 and 1", 29, 113, 235, 27, 166, 254, 65, 139, 179, 222, 0) // level must be between 0 and 1
TRANSLATION("lhs and rhs should be compatible", 32, 117, 84, 217, 201, 85, 59, 255, 204) // lhs and rhs should be compatible
TRANSLATION("local variable referenced before assignment", 43, 116, 79, 19, 134, 177, 72, 222, 80, 183, 77, 243, 133, 236, 218, 39, 78, 209, 130, 79, 142, 12, 224) // local variable referenced before assignment
TRANSLATION("malformed f-string", 18, 174, 234, 118, 160, 205, 167, 137, 215, 209) // malformed f-string
TRANSLATION("math domain error", 17, 174, 181, 67, 34, 175, 88, 63, 37, 160) // math domain error
TRANSLATION("matrix is not positive definite", 31, 174, 178, 55, 98, 250, 196, 113, 35, 87, 160, 24, 116, 235, 53, 76) // matrix is not positive definite
TRANSLATION("max_length must be 0-%d when fixed_length is %s", 47, 175, 177, 147, 165, 55, 23, 19, 115, 244, 169, 183, 96, 217, 147, 165, 125, 224, 160) // max_length must be 0-%d when fixed_length is %s
TRANSLATION("max_length must be <= 512", 25, 175, 177, 147, 165, 55, 235, 239, 199, 143, 188, 222, 128) // max_length must be <= 512
TRANSLATION("max_length must be >= 0", 23, 175, 177, 147, 165, 55, 201, 223, 140, 80) // max_length must be >= 0
TRANSLATION("maximum number of dimensions is 4", 33, 175, 255, 159, 189, 251, 246, 54, 3, 133, 27, 101, 47, 188, 96) // maximum number of dimensions is 4
TRANSLATION("maximum recursion depth exceeded", 32, 175, 255, 150, 222, 150, 68, 109, 144, 195, 141, 106, 140, 247, 140, 216, 108) // maximum recursion depth exceeded
TRANSLATION("maxiter must be > 0", 19, 175, 176, 213, 126, 111, 146, 49, 64) // maxiter must be > 0
TRANSLATION("maxiter should be > 0", 21, 175, 176, 213, 127, 191, 242, 70, 40) // maxiter should be > 0
TRANSLATION("median argument must be an ndarray", 34, 128, 216, 220, 172, 185, 185, 90, 121, 128) // median argument must be an ndarray
TRANSLATION("memory allocation failed, allocating %u bytes", 45, 128, 224, 181, 116, 122, 119, 5, 63, 75, 15, 211, 93, 17, 224, 203, 180, 64) // memory allocation failed, allocating %u bytes
TRANSLATION("memory allocation failed, heap is locked", 40, 128, 224, 181, 116, 122, 119, 5, 63, 75, 14, 169, 148, 119, 223, 180, 216) // memory allocation failed, heap is locked
TRANSLATION("memoryview: length is not a multiple of itemsize", 48, 128, 224, 181, 119, 89, 167, 175, 190, 26, 87, 214, 8, 123, 247, 237, 83, 129, 27, 243, 152) // memoryview: length is not a multiple of itemsize
TRANSLATION("mode must be complete, or reduced", 33, 247, 102, 210, 247, 148, 240, 237, 11, 108, 149, 227, 96) // mode must be complete, or reduced
TRANSLATION("more degrees of freedom than data points", 40, 130, 209, 134, 29, 75, 102, 151, 244, 237, 155, 34, 131, 3, 41, 132, 164, 35, 138, 178, 160) // more degrees of freedom than data points
TRANSLATION("multiple *x in assignment", 25, 247, 199, 213, 216, 152, 9, 62, 56, 51, 128) // multiple *x in assignment
TRANSLATION("multiple bases have instance lay-out conflict", 45, 247, 197, 18, 67, 65, 237, 76, 69, 40, 94, 48, 226, 187, 137, 168, 41, 67, 77, 218, 10) // multiple bases have instance lay-out conflict
TRANSLATION("must use keyword argument for key function", 42, 130, 84, 93, 184, 247, 6, 93, 232, 232, 157, 209, 207, 184) // must use keyword argument for key function
TRANSLATION("name '%q' is not defined", 24, 132, 160, 49, 59, 10, 117, 245, 143, 84) // name \'%q\' is not defined
TRANSLATION("need more than %d values to unpack", 34, 132, 243, 96, 180, 120, 25, 91, 145, 221, 76, 29, 88, 253, 16) // need more than %d values to unpack
TRANSLATION("negative shift count", 20, 132, 234, 18, 244, 2, 85, 109, 53, 20, 181, 84) // negative shift count
TRANSLATION("no SD card", 10, 134, 33, 143, 194, 15, 20, 140) // no SD card
TRANSLATION("no active exception to reraise", 30, 134, 32, 79, 47, 64, 103, 188, 113, 220, 193, 183, 33, 53, 12) // no active exception to reraise
TRANSLATION("no binding for nonlocal found", 29, 134, 33, 70, 179, 52, 111, 68, 54, 93, 19, 196, 225, 79, 170, 192) // no binding for nonlocal found
TRANSLATION("no default packer", 17, 134, 33, 249, 196, 126, 139, 224) // no default packer
TRANSLATION("no module named '%q'", 20, 134, 33, 251, 132, 37, 6, 108, 236, 41, 192) // no module named \'%q\'
TRANSLATION("no reset pin available", 22, 134, 33, 109, 13, 118, 195, 241, 242, 128) // no reset pin available
TRANSLATION("no response from SD card", 24, 134, 33, 109, 35, 178, 134, 61, 145, 143, 194, 15, 20, 140) // no response from SD card
TRANSLATION("non-Device in %q", 16, 134, 206, 39, 8, 245, 180, 14, 96, 194) // non-Device in %q
TRANSLATION("non-default argument follows default argument", 45, 134, 206, 39, 231, 25, 98, 156, 78, 119, 89, 7, 231, 25, 96) // non-default argument follows default argument
TRANSLATION("non-hex digit found", 19, 134, 206, 37, 92, 240, 198, 212, 106, 138, 125, 86, 0) // non-hex digit found
TRANSLATION("non-keyword arg after */**", 26, 134, 206, 39, 184, 57, 96, 169, 171, 227, 234, 248, 127, 87, 234, 128) // non-keyword arg after */**
TRANSLATION("non-keyword arg after keyword arg", 33, 134, 206, 39, 184, 57, 96, 169, 171, 227, 220, 28, 176) // non-keyword arg after keyword arg
TRANSLATION("non-zero timeout must be >= interval", 36, 134, 206, 39, 206, 252, 67, 181, 169, 55, 201, 223, 204, 87, 245, 137, 192) // non-zero timeout must be >= interval
TRANSLATION("not a 128-bit UUID", 18, 176, 67, 121, 189, 242, 49, 57, 163, 147, 201, 161, 194) // not a 128-bit UUID
TRANSLATION("not all arguments converted during string formatting", 52, 176, 78, 112, 203, 65, 74, 29, 103, 215, 53, 146, 201, 162, 58, 250, 55, 181, 213, 116, 64) // not all arguments converted during string formatting
TRANSLATION("not enough arguments for format string", 38, 176, 112, 197, 45, 74, 163, 45, 47, 111, 107, 168, 235, 232, 128) // not enough arguments for format string
TRANSLATION("number of points must be at least 2", 35, 253, 239, 223, 199, 21, 101, 73, 191, 136, 111, 64) // number of points must be at least 2
TRANSLATION("object ", 7, 233, 128) // object 
TRANSLATION("object '%s' isn't a tuple or list", 33, 233, 143, 168, 212, 248, 8, 127, 81, 104, 57, 168, 160) // object \'%s\' isn\'t a tuple or list
TRANSLATION("object not in sequence", 22, 233, 139, 21, 130, 122, 199, 11, 198) // object not in sequence
TRANSLATION("object of type '%s' has no len()", 32, 233, 223, 247, 7, 212, 170, 72, 33, 136, 56, 225, 221, 110, 192) // object of type \'%s\' has no len()
TRANSLATION("object with buffer protocol required", 36, 233, 238, 7, 56, 71, 36, 75, 21, 39, 119, 204) // object with buffer protocol required
TRANSLATION("odd-length string", 17, 137, 140, 196, 210, 29, 125, 16) // odd-length string
TRANSLATION("offset is too large", 19, 139, 215, 67, 91, 238, 219, 185, 102) // offset is too large
TRANSLATION("offset must be non-negative and no greater than buffer length", 61, 139, 215, 67, 89, 176, 217, 196, 132, 234, 18, 244, 54, 112, 196, 42, 91, 37, 127, 3, 43, 156, 52, 128) // offset must be non-negative and no greater than buffer length
TRANSLATION("offset out of bounds", 20, 139, 215, 67, 81, 169, 127, 71, 170, 196) // offset out of bounds
TRANSLATION("only slices with step=1 (aka None) are supported", 48, 234, 4, 118, 129, 166, 224, 34, 156, 123, 253, 224, 221, 23, 68, 135, 157, 100, 247, 96, 173, 142, 192) // only slices with step=1 (aka None) are supported
TRANSLATION("opcode", 6, 138, 58, 76, 48) // opcode
TRANSLATION("operands could not be broadcast together", 40, 138, 55, 203, 77, 5, 41, 92, 193, 99, 153, 70, 72, 137, 143, 18, 40, 88, 170, 26, 213, 124) // operands could not be broadcast together
TRANSLATION("operation is defined for 2D arrays only", 39, 138, 55, 202, 229, 247, 171, 122, 55, 188, 33, 152, 131, 168) // operation is defined for 2D arrays only
TRANSLATION("operation is defined for ndarrays only", 38, 138, 55, 202, 229, 247, 171, 122, 52, 243, 16, 117, 0) // operation is defined for ndarrays only
TRANSLATION("operation is implemented for 1D Boolean arrays only", 51, 138, 55, 202, 229, 247, 234, 189, 27, 206, 16, 224, 197, 19, 143, 43, 49, 7, 80) // operation is implemented for 1D Boolean arrays only
TRANSLATION("operation is not implemented on ndarrays", 40, 138, 55, 202, 229, 245, 143, 212, 44, 141, 60, 196) // operation is not implemented on ndarrays
TRANSLATION("operation is not supported for given type", 41, 138, 55, 202, 229, 245, 142, 197, 232, 169, 208, 132, 119, 0) // operation is not supported for given type
TRANSLATION("ord() expected a character, but string of length %d found", 57, 180, 207, 11, 62, 51, 121, 115, 72, 61, 250, 95, 195, 163, 42, 142, 190, 141, 254, 149, 224, 167, 213, 96) // ord() expected a character, but string of length %d found
TRANSLATION("out array is too small", 22, 212, 25, 151, 221, 180, 174, 231, 0) // out array is too small
TRANSLATION("out must be a float dense array", 31, 212, 154, 66, 155, 162, 37, 12, 56, 80, 198, 96) // out must be a float dense array
TRANSLATION("out of range of source", 22, 212, 191, 248, 175, 255, 152) // out of range of source
TRANSLATION("out of range of target", 22, 212, 191, 248, 175, 215, 150, 106) // out of range of target
TRANSLATION("overflow converting long int to machine word", 44, 139, 89, 250, 110, 235, 10, 80, 235, 62, 186, 33, 214, 106, 76, 92, 26, 239, 85, 172, 99, 94, 211, 0) // overflow converting long int to machine word
TRANSLATION("palette_index should be an int", 30, 140, 156, 106, 167, 147, 89, 153, 253, 254, 85, 101) // palette_index should be an int
TRANSLATION("pixel coordinates out of bounds", 31, 254, 2, 149, 166, 86, 37, 52, 26, 151, 244, 122, 172, 64) // pixel coordinates out of bounds
TRANSLATION("pixel value requires too many bits", 34, 254, 3, 187, 223, 32, 237, 215, 134, 232, 230, 160) // pixel value requires too many bits
TRANSLATION("pixel_shader must be displayio.Palette or displayio.ColorConverter", 66, 254, 25, 41, 84, 152, 252, 214, 126, 182, 197, 63, 142, 78, 53, 83, 22, 131, 63, 91, 98, 159, 141, 19, 173, 99, 89, 214, 125, 95) // pixel_shader must be displayio.Palette or displayio.ColorConverter
TRANSLATION("polygon can only be registered in one parent", 44, 142, 39, 93, 169, 100, 61, 149, 212, 28, 203, 117, 26, 138, 254, 109, 97, 100, 196, 101, 110, 21) // polygon can only be registered in one parent
TRANSLATION("pop from empty %q", 17, 142, 40, 199, 178, 63, 64, 194) // pop from empty %q
TRANSLATION("pow() 3rd argument cannot be 0", 30, 143, 173, 225, 120, 178, 48, 101, 135, 138, 27, 28, 204, 80) // pow() 3rd argument cannot be 0
TRANSLATION("pow() with 3 arguments requires integers", 40, 143, 173, 225, 107, 181, 106, 143, 20, 101, 167, 124, 147, 20, 234, 62, 128) // pow() with 3 arguments requires integers
TRANSLATION("pull masks conflict with direction masks", 40, 142, 87, 56, 87, 78, 138, 10, 80, 211, 118, 130, 238, 3, 27, 109, 235, 130, 186, 116, 80) // pull masks conflict with direction masks
TRANSLATION("pull_threshold must be between 1 and 32", 39, 142, 87, 59, 37, 106, 219, 74, 177, 57, 147, 127, 32, 222, 108, 252, 93, 232) // pull_threshold must be between 1 and 32
TRANSLATION("push_threshold must be between 1 and 32", 39, 142, 84, 171, 146, 181, 109, 165, 88, 156, 201, 191, 144, 111, 54, 126, 46, 244) // push_threshold must be between 1 and 32
TRANSLATION("raw f-strings are not supported", 31, 144, 181, 197, 60, 78, 190, 138, 2, 182, 44, 118, 0) // raw f-strings are not supported
TRANSLATION("real and imaginary parts must be of equal length", 48, 182, 78, 217, 182, 189, 74, 197, 37, 209, 25, 72, 169, 54, 42, 99, 214, 39, 13, 32) // real and imaginary parts must be of equal length
TRANSLATION("requested length %d but object has length %d", 44, 183, 240, 202, 104, 185, 186, 87, 130, 140, 170, 58, 98, 169, 32, 210, 188) // requested length %d but object has length %d
TRANSLATION("results cannot be cast to specified type", 40, 182, 146, 185, 80, 60, 80, 216, 230, 60, 72, 184, 41, 25, 188, 218, 109, 205, 238, 0) // results cannot be cast to specified type
TRANSLATION("rgb_pins[%d] duplicates another pin assignment", 46, 146, 165, 28, 152, 235, 39, 252, 238, 127, 232, 50, 88, 221, 160, 74, 104, 10, 24, 150, 171, 251, 96, 73, 241, 193, 156) // rgb_pins[%d] duplicates another pin assignment
TRANSLATION("rgb_pins[%d] is not on the same port as clock", 45, 146, 165, 28, 152, 235, 39, 252, 238, 127, 234, 250, 197, 156, 3, 8, 80, 24, 142, 210, 130, 64, 247, 237) // rgb_pins[%d] is not on the same port as clock
TRANSLATION("roll argument must be an ndarray", 32, 146, 39, 56, 101, 205, 202, 211, 204) // roll argument must be an ndarray
TRANSLATION("rsplit(None,n)", 14, 145, 35, 115, 87, 117, 231, 89, 63, 240, 135, 118) // rsplit(None,n)
TRANSLATION("sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or 'B'", 78, 66, 247, 178, 127, 152, 231, 77, 45, 166, 96, 180, 51, 47, 251, 130, 117, 89, 216, 115, 190, 204, 236, 57, 212, 103, 11, 66, 119, 6, 112) // sample_source buffer must be a bytearray or array of type \'h\', \'H\', \'b\' or \'B\'
TRANSLATION("sampling rate out of range", 26, 66, 130, 55, 104, 137, 9, 76, 106, 95, 252, 64) // sampling rate out of range
TRANSLATION("shape must be a tuple", 21, 74, 165, 25, 205, 33, 253, 64) // shape must be a tuple
TRANSLATION("short read", 10, 74, 182, 148, 91, 38, 0) // short read
TRANSLATION("sign not allowed in string format specifier", 43, 248, 197, 143, 193, 48, 117, 244, 111, 107, 175, 209, 124) // sign not allowed in string format specifier
TRANSLATION("sign not allowed with integer format specifier 'c'", 50, 248, 197, 143, 193, 184, 152, 167, 81, 251, 218, 235, 244, 95, 19, 158, 156) // sign not allowed with integer format specifier \'c\'
TRANSLATION("single '}' encountered in format string", 39, 77, 23, 24, 157, 255, 244, 224, 112, 210, 213, 87, 243, 107, 94, 215, 81, 215, 209) // single \'}\' encountered in format string
TRANSLATION("size is defined for ndarrays only", 33, 70, 252, 231, 125, 234, 222, 141, 60, 196, 29, 64) // size is defined for ndarrays only
TRANSLATION("sleep length must be non-negative", 33, 71, 25, 198, 52, 166, 195, 103, 18, 19, 168, 75, 208) // sleep length must be non-negative
TRANSLATION("slice step cannot be zero", 25, 71, 104, 24, 69, 56, 195, 197, 13, 142, 103, 206, 252, 64) // slice step cannot be zero
TRANSLATION("small int overflow", 18, 74, 238, 116, 197, 17, 107, 63, 77, 221, 96) // small int overflow
TRANSLATION("soft reboot\n", 13, 72, 169, 168, 183, 70, 40, 151, 100) // soft reboot\r\n
TRANSLATION("sort argument must be an ndarray", 32, 75, 74, 50, 230, 229, 105, 230, 0) // sort argument must be an ndarray
TRANSLATION("sos array must be of shape (n_section, 6)", 41, 72, 144, 102, 77, 138, 152, 74, 165, 25, 141, 212, 57, 40, 111, 92, 195, 250, 219, 176) // sos array must be of shape (n_section, 6)
TRANSLATION("sos[:, 3] should be all ones", 28, 72, 147, 254, 119, 216, 126, 47, 253, 119, 228, 231, 11, 38, 128) // sos[:, 3] should be all ones
TRANSLATION("sosfilt requires iterable arguments", 35, 72, 146, 155, 92, 189, 242, 6, 171, 252, 161, 150, 128) // sosfilt requires iterable arguments
TRANSLATION("source palette too large", 24, 254, 98, 50, 113, 170, 152, 237, 187, 150, 96) // source palette too large
TRANSLATION("source_bitmap must have value_count of 2 or 65536", 49, 254, 121, 60, 218, 241, 237, 125, 161, 221, 201, 165, 170, 183, 251, 209, 104, 127, 136) // source_bitmap must have value_count of 2 or 65536
TRANSLATION("source_bitmap must have value_count of 65536", 44, 254, 121, 60, 218, 241, 237, 125, 161, 221, 201, 165, 170, 183, 255, 226) // source_bitmap must have value_count of 65536
TRANSLATION("source_bitmap must have value_count of 8", 40, 254, 121, 60, 218, 241, 237, 125, 161, 221, 201, 165, 170, 183, 254, 64) // source_bitmap must have value_count of 8
TRANSLATION("start/end indices", 17, 69, 41, 23, 195, 61, 57, 140, 208, 52) // start/end indices
TRANSLATION("start_x should be an int", 24, 69, 41, 23, 39, 99, 191, 202, 172, 160) // start_x should be an int
TRANSLATION("step must be non-zero", 21, 69, 56, 230, 195, 103, 19, 231, 126, 32) // step must be non-zero
TRANSLATION("stop must be 1 or 2", 19, 69, 138, 57, 187, 193, 104, 111, 64) // stop must be 1 or 2
TRANSLATION("stop not reachable from start", 29, 69, 138, 49, 98, 217, 61, 87, 148, 61, 144, 138, 82, 40) // stop not reachable from start
TRANSLATION("stream operation not supported", 30, 235, 153, 64, 34, 141, 242, 184, 44, 118, 0) // stream operation not supported
TRANSLATION("string indices must be integers, not %q", 39, 235, 232, 204, 102, 129, 164, 218, 202, 117, 31, 76, 59, 24, 64) // string indices must be integers, not %q
TRANSLATION("string not supported; use bytes or bytearray", 44, 235, 232, 139, 29, 143, 243, 219, 237, 16, 90, 218, 102, 0) // string not supported; use bytes or bytearray
TRANSLATION("substring not found", 19, 73, 104, 245, 244, 69, 138, 125, 86, 0) // substring not found
TRANSLATION("super() can't find self", 23, 73, 99, 127, 194, 245, 41, 214, 96, 67, 117, 48) // super() can\'t find self
TRANSLATION("syntax error in JSON", 20, 75, 176, 169, 108, 7, 228, 181, 48, 127, 247, 143, 198, 243, 128) // syntax error in JSON
TRANSLATION("threshold must be in the range 0-65536", 38, 90, 182, 210, 172, 78, 100, 218, 216, 6, 62, 33, 139, 137, 254, 32) // threshold must be in the range 0-65536
TRANSLATION("tile must be greater than zero", 30, 86, 184, 230, 212, 182, 74, 254, 6, 87, 206, 252, 64) // tile must be greater than zero
TRANSLATION("time.struct_time() takes a 9-sequence", 37, 237, 79, 235, 202, 242, 228, 246, 188, 37, 46, 137, 160, 33, 254, 88, 137, 235, 28, 47, 24) // time.struct_time() takes a 9-sequence
TRANSLATION("timeout duration exceeded the maximum supported value", 53, 237, 106, 6, 75, 33, 92, 25, 239, 25, 179, 53, 106, 152, 175, 255, 157, 129, 221) // timeout duration exceeded the maximum supported value
TRANSLATION("timeout must be 0.0-100.0 seconds", 33, 237, 106, 77, 197, 159, 139, 137, 188, 197, 197, 159, 138, 16, 233, 105, 160) // timeout must be 0.0-100.0 seconds
TRANSLATION("timeout must be >= 0.0", 22, 237, 106, 77, 242, 119, 227, 22, 126, 40) // timeout must be >= 0.0
TRANSLATION("timeout waiting for v1 card", 27, 237, 106, 13, 114, 106, 232, 222, 141, 109, 224, 120, 164, 96) // timeout waiting for v1 card
TRANSLATION("timeout waiting for v2 card", 27, 237, 106, 13, 114, 106, 232, 222, 141, 109, 232, 120, 164, 96) // timeout waiting for v2 card
TRANSLATION("timestamp out of range for platform time_t", 42, 237, 34, 148, 17, 141, 75, 255, 138, 244, 70, 226, 90, 118, 160, 29, 172, 149) // timestamp out of range for platform time_t
TRANSLATION("tobytes can be invoked for dense arrays only", 44, 88, 168, 221, 83, 64, 246, 87, 50, 182, 180, 93, 28, 218, 118, 131, 14, 20, 49, 152, 131, 168) // tobytes can be invoked for dense arrays only
TRANSLATION("too many arguments provided with the given format", 49, 237, 215, 134, 232, 203, 65, 252, 89, 184, 192, 49, 83, 161, 13, 237, 117) // too many arguments provided with the given format
TRANSLATION("too many dimensions", 19, 237, 215, 134, 232, 99, 96, 56, 81, 182, 80) // too many dimensions
TRANSLATION("too many indices", 16, 237, 215, 134, 236, 198, 104, 26, 0) // too many indices
TRANSLATION("too many values to unpack (expected %d)", 39, 237, 215, 134, 232, 238, 166, 14, 172, 126, 136, 221, 103, 198, 111, 46, 110, 231, 118) // too many values to unpack (expected %d)
TRANSLATION("trapz is defined for 1D arrays of equal length", 46, 89, 10, 63, 158, 251, 213, 189, 27, 206, 16, 204, 75, 255, 88, 156, 52, 128) // trapz is defined for 1D arrays of equal length
TRANSLATION("trapz is defined for 1D iterables", 33, 89, 10, 63, 158, 251, 213, 189, 27, 206, 16, 106, 191, 202, 64) // trapz is defined for 1D iterables
TRANSLATION("tx and rx cannot both be None", 29, 93, 141, 156, 155, 1, 226, 134, 197, 24, 150, 168, 230, 121, 214, 76) // tx and rx cannot both be None
TRANSLATION("type '%q' is not an acceptable base type", 40, 238, 9, 216, 83, 175, 172, 101, 19, 207, 28, 107, 202, 20, 73, 12, 119, 0) // type \'%q\' is not an acceptable base type
TRANSLATION("type is not an acceptable base type", 35, 238, 95, 88, 202, 39, 158, 56, 215, 148, 40, 146, 24, 238, 0) // type is not an acceptable base type
TRANSLATION("type object '%q' has no attribute '%q'", 38, 238, 14, 152, 157, 133, 56, 85, 36, 16, 196, 11, 228, 19, 176, 167, 0) // type object \'%q\' has no attribute \'%q\'
TRANSLATION("type object 'generator' has no attribute '__await__'", 52, 238, 14, 152, 157, 80, 225, 124, 150, 212, 225, 84, 144, 67, 16, 47, 144, 78, 201, 201, 45, 114, 106, 228, 228, 206) // type object \'generator\' has no attribute \'__await__\'
TRANSLATION("type takes 1 or 3 arguments", 27, 238, 5, 46, 137, 160, 222, 11, 67, 197, 25, 104) // type takes 1 or 3 arguments
TRANSLATION("unexpected indent", 17, 213, 207, 140, 222, 92, 218, 204, 206) // unexpected indent
TRANSLATION("unexpected keyword argument '%q'", 32, 213, 207, 140, 222, 92, 223, 112, 101, 137, 216, 83, 128) // unexpected keyword argument \'%q\'
TRANSLATION("unicode name escapes", 20, 213, 208, 137, 134, 33, 40, 12, 26, 60, 81, 154, 0) // unicode name escapes
TRANSLATION("unindent doesn't match any outer indent level", 45, 213, 172, 204, 238, 243, 224, 175, 217, 5, 13, 209, 168, 252, 198, 103, 7, 30, 177, 184) // unindent doesn\'t match any outer indent level
TRANSLATION("unknown format code '%c' for object of type '%q'", 48, 213, 232, 195, 214, 134, 246, 186, 138, 76, 49, 59, 193, 122, 117, 232, 233, 223, 247, 4, 236, 41, 192) // unknown format code \'%c\' for object of type \'%q\'
TRANSLATION("unmatched '{' in format", 23, 213, 175, 217, 205, 157, 255, 236, 233, 151, 181, 212) // unmatched \'{\' in format
TRANSLATION("unreadable attribute", 20, 213, 182, 76, 229, 2, 249, 0) // unreadable attribute
TRANSLATION("unsupported %q type", 19, 213, 236, 12, 33, 220) // unsupported %q type
TRANSLATION("unsupported colorspace for GifWriter", 36, 213, 236, 10, 78, 180, 145, 147, 199, 122, 62, 195, 105, 250, 18, 53, 95) // unsupported colorspace for GifWriter
TRANSLATION("unsupported colorspace for dither", 33, 213, 236, 10, 78, 180, 145, 147, 199, 122, 24, 213, 170, 248) // unsupported colorspace for dither
TRANSLATION("unsupported format character '%c' (0x%x) at index %d", 52, 213, 236, 94, 215, 80, 247, 233, 124, 78, 240, 94, 156, 55, 88, 187, 30, 14, 198, 236, 18, 204, 102, 125, 224) // unsupported format character \'%c\' (0x%x) at index %d
TRANSLATION("unsupported type for %q: '%q'", 29, 213, 236, 14, 229, 232, 194, 223, 9, 216, 83, 128) // unsupported type for %q: \'%q\'
TRANSLATION("unsupported types for %q: '%q', '%q'", 36, 213, 236, 14, 226, 94, 140, 45, 240, 157, 133, 59, 14, 118, 20, 224) // unsupported types for %q: \'%q\', \'%q\'
TRANSLATION("value must fit in %d byte(s)", 28, 238, 237, 105, 181, 102, 94, 109, 55, 73, 187) // value must fit in %d byte(s)
TRANSLATION("value out of range of target", 28, 238, 141, 75, 255, 138, 253, 121, 102, 160) // value out of range of target
TRANSLATION("value_count must be > 0", 23, 238, 228, 210, 213, 89, 190, 72, 197) // value_count must be > 0
TRANSLATION("watchdog timeout must be greater than 0", 39, 215, 46, 203, 34, 168, 59, 90, 147, 106, 91, 37, 127, 3, 43, 20) // watchdog timeout must be greater than 0
TRANSLATION("width must be from 2 to 8 (inclusive), not %d", 45, 215, 107, 22, 172, 223, 100, 111, 112, 124, 129, 186, 172, 243, 165, 78, 134, 239, 14, 198, 228) // width must be from 2 to 8 (inclusive), not %d
TRANSLATION("width must be greater than zero", 31, 215, 107, 22, 172, 218, 150, 201, 95, 192, 202, 249, 223, 136) // width must be greater than zero
TRANSLATION("window must be <= interval", 26, 215, 172, 206, 180, 223, 175, 191, 152, 175, 235, 19, 128) // window must be <= interval
TRANSLATION("wrong axis index", 16, 215, 146, 205, 64, 91, 13, 73, 140, 207) // wrong axis index
TRANSLATION("wrong axis specified", 20, 215, 146, 205, 64, 91, 13, 79, 162, 108) // wrong axis specified
TRANSLATION("wrong input type", 16, 215, 146, 205, 73, 145, 202, 163, 184) // wrong input type
TRANSLATION("wrong length of condition array", 31, 215, 146, 205, 65, 165, 127, 75, 77, 183, 6, 96) // wrong length of condition array
TRANSLATION("wrong number of arguments", 25, 215, 146, 205, 65, 251, 223, 191, 203, 64) // wrong number of arguments
TRANSLATION("wrong output type", 17, 215, 146, 205, 65, 169, 28, 170, 59, 128) // wrong output type
TRANSLATION("x value out of bounds", 21, 216, 29, 209, 169, 127, 71, 170, 196) // x value out of bounds
TRANSLATION("y should be an int", 18, 187, 223, 229, 86, 80) // y should be an int
TRANSLATION("y value out of bounds", 21, 186, 59, 163, 82, 254, 143, 85, 136) // y value out of bounds
TRANSLATION("zero step", 9, 249, 223, 136, 34, 156, 96) // zero step
TRANSLATION("zi must be an ndarray", 21, 249, 219, 55, 43, 79, 48) // zi must be an ndarray
TRANSLATION("zi must be of float type", 24, 249, 219, 54, 42, 98, 155, 162, 37, 29, 192) // zi must be of float type
TRANSLATION("zi must be of shape (n_section, 2)", 34, 249, 219, 54, 42, 97, 42, 148, 102, 55, 80, 228, 161, 189, 115, 15, 123, 187) // zi must be of shape (n_section, 2)

// 13275 bytes worth of qstr
// 24467 bytes worth of translations
// 11336 bytes worth of translations compressed
// 13131 bytes saved