Skip to content

Commit

Permalink
inherit TileGrid properties; update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarGroveStudios committed Jan 27, 2024
1 parent eb64d90 commit f32ac99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cedargrove_waveviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
A CircuitPython class to create a positionable ``displayio.TileGrid`` object
from a ``synthio.ReadableBuffer`` wave table. The class inherits all
properties of a ``TileGrid`` object including bitmap, pixel_shader, width,
height, tile_width, tile_height, x, y.
height, x, y.
https://github.com/CedarGroveStudios/CircuitPython_WaveViz
https://docs.circuitpython.org/en/latest/shared-bindings/displayio/#displayio.TileGrid
Expand All @@ -32,7 +32,7 @@ class WaveViz(displayio.TileGrid):
The WaveViz class creates a positionable ``displayio.TileGrid`` object
from a ``synthio.ReadableBuffer`` wave table. The class inherits all
properties of a ``TileGrid`` object including bitmap, pixel_shader, width,
height, tile_width, tile_height, x, y.
height, x, y.
:param synthio.ReadableBuffer wave_table: The synthio waveform object of type 'h'
(signed 16-bit). No default.
Expand Down
Binary file modified media/pseudo_rtd_cedargrove_waveviz.pdf
Binary file not shown.
Binary file modified media/waveviz_api_page1a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f32ac99

Please sign in to comment.