generate more useful summary

This commit is contained in:
Jeff Epler 2025-01-15 10:41:03 -06:00
parent ccd54d62cd
commit c7d822bc60

View file

@ -56,7 +56,11 @@ PYBIND11_MODULE(adafruit_raspberry_pi5_piomatter, m) {
.. autosummary::
:toctree: _generate
Piomatter
Orientation
Geometry
PioMatter
AdafruitMatrixBonnetRGB888
AdafruitMatrixBonnetRGB888Packed
)pbdoc";
py::enum_<piomatter::orientation>(m, "Orientation")