forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1999 from tannewt/turtleboosters
Track a dirty area for in-memory bitmaps
- Loading branch information
Showing
20 changed files
with
199 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-06-25 17:53-0700\n" | ||
"POT-Creation-Date: 2019-07-19 10:38-0700\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -1189,7 +1189,11 @@ msgid "Tile height must exactly divide bitmap height" | |
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
msgid "Tile indices must be 0 - 255" | ||
msgid "Tile index out of bounds" | ||
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c | ||
msgid "Tile value out of bounds" | ||
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
|
@@ -2454,10 +2458,6 @@ msgstr "sintaksis error pada pendeskripsi uctypes" | |
msgid "threshold must be in the range 0-65536" | ||
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
msgid "tile index out of bounds" | ||
msgstr "" | ||
|
||
#: shared-bindings/time/__init__.c | ||
msgid "time.struct_time() takes a 9-sequence" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-06-25 17:53-0700\n" | ||
"POT-Creation-Date: 2019-07-19 10:38-0700\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -1156,7 +1156,11 @@ msgid "Tile height must exactly divide bitmap height" | |
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
msgid "Tile indices must be 0 - 255" | ||
msgid "Tile index out of bounds" | ||
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c | ||
msgid "Tile value out of bounds" | ||
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
|
@@ -2408,10 +2412,6 @@ msgstr "" | |
msgid "threshold must be in the range 0-65536" | ||
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
msgid "tile index out of bounds" | ||
msgstr "" | ||
|
||
#: shared-bindings/time/__init__.c | ||
msgid "time.struct_time() takes a 9-sequence" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-06-25 17:53-0700\n" | ||
"POT-Creation-Date: 2019-07-19 10:38-0700\n" | ||
"PO-Revision-Date: 2018-12-20 22:15-0800\n" | ||
"Last-Translator: Timothy <[email protected]>\n" | ||
"Language-Team: fil\n" | ||
|
@@ -1209,7 +1209,11 @@ msgid "Tile height must exactly divide bitmap height" | |
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
msgid "Tile indices must be 0 - 255" | ||
msgid "Tile index out of bounds" | ||
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c | ||
msgid "Tile value out of bounds" | ||
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
|
@@ -2495,10 +2499,6 @@ msgstr "may pagkakamali sa sintaks sa uctypes descriptor" | |
msgid "threshold must be in the range 0-65536" | ||
msgstr "ang threshold ay dapat sa range 0-65536" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
msgid "tile index out of bounds" | ||
msgstr "" | ||
|
||
#: shared-bindings/time/__init__.c | ||
msgid "time.struct_time() takes a 9-sequence" | ||
msgstr "time.struct_time() kumukuha ng 9-sequence" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: 0.1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-06-25 17:53-0700\n" | ||
"POT-Creation-Date: 2019-07-19 10:38-0700\n" | ||
"PO-Revision-Date: 2019-04-14 20:05+0100\n" | ||
"Last-Translator: Pierrick Couturier <[email protected]>\n" | ||
"Language-Team: fr\n" | ||
|
@@ -1229,8 +1229,12 @@ msgid "Tile height must exactly divide bitmap height" | |
msgstr "La hauteur de la tuile doit diviser exactement la hauteur de l'image" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
msgid "Tile indices must be 0 - 255" | ||
msgstr "Les indices des tuiles doivent être compris entre 0 et 255 " | ||
msgid "Tile index out of bounds" | ||
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c | ||
msgid "Tile value out of bounds" | ||
msgstr "" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
msgid "Tile width must exactly divide bitmap width" | ||
|
@@ -2536,10 +2540,6 @@ msgstr "erreur de syntaxe dans le descripteur d'uctypes" | |
msgid "threshold must be in the range 0-65536" | ||
msgstr "le seuil doit être dans la gamme 0-65536" | ||
|
||
#: shared-bindings/displayio/TileGrid.c | ||
msgid "tile index out of bounds" | ||
msgstr "indice de tuile hors limites" | ||
|
||
#: shared-bindings/time/__init__.c | ||
msgid "time.struct_time() takes a 9-sequence" | ||
msgstr "time.struct_time() prend une séquence de longueur 9" | ||
|
@@ -2837,6 +2837,9 @@ msgstr "'step' nul" | |
#~ msgid "STA required" | ||
#~ msgstr "'STA' requis" | ||
|
||
#~ msgid "Tile indices must be 0 - 255" | ||
#~ msgstr "Les indices des tuiles doivent être compris entre 0 et 255 " | ||
|
||
#~ msgid "UART(%d) does not exist" | ||
#~ msgstr "UART(%d) n'existe pas" | ||
|
||
|
@@ -2924,6 +2927,9 @@ msgstr "'step' nul" | |
#~ msgid "scan failed" | ||
#~ msgstr "échec du scan" | ||
|
||
#~ msgid "tile index out of bounds" | ||
#~ msgstr "indice de tuile hors limites" | ||
|
||
#~ msgid "too many arguments" | ||
#~ msgstr "trop d'arguments" | ||
|
||
|
Oops, something went wrong.