We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d3d0d commit d24f3b8Copy full SHA for d24f3b8
shared-bindings/displayio/TileGrid.c
@@ -53,6 +53,8 @@
53
//| convert the value and its location to a display native pixel color. This may be a simple color
54
//| palette lookup, a gradient, a pattern or a color transformer.
55
//|
56
+//| To save RAM usage, tile values are only allowed in the range from 0 to 255 inclusive (single byte values).
57
+//|
58
//| tile_width and tile_height match the height of the bitmap by default.
59
60
//| :param Bitmap,OnDiskBitmap,Shape bitmap: The bitmap storing one or more tiles.
0 commit comments