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 7ef6deb commit 34170c1Copy full SHA for 34170c1
cedargrove_waveviz.py
@@ -79,9 +79,14 @@ def __init__(
79
80
@property
81
def bitmap(self):
82
- """The resultant bitmap."""
+ """The resultant bitmap object."""
83
return self._bmp
84
85
+ @property
86
+ def palette(self):
87
+ """The resultant displayio.Palette object."""
88
+ return self._palette
89
+
90
def _plot_wave(self):
91
"""Plot the wave_table as a bitmap."""
92
samples = len(self._wave_table)
0 commit comments