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 53c0117 commit 2e068d0Copy full SHA for 2e068d0
shared-bindings/displayio/TileGrid.c
@@ -56,7 +56,7 @@
56
//| tile_width and tile_height match the height of the bitmap by default.
57
//|
58
//| :param Bitmap bitmap: The bitmap storing one or more tiles.
59
-//| :param ColorConverter or Palette pixel_shader: The pixel shader that produces colors from values
+//| :param ColorConverter,Palette pixel_shader: The pixel shader that produces colors from values
60
//| :param int width: Width of the grid in tiles.
61
//| :param int height: Height of the grid in tiles.
62
//| :param int tile_width: Width of a single tile in pixels. Defaults to the full Bitmap and must evenly divide into the Bitmap's dimensions.
0 commit comments