Finish removing deprecated aliases
This commit is contained in:
parent
f7a247eeae
commit
3fb93d310b
2 changed files with 0 additions and 8 deletions
|
|
@ -1,7 +1,4 @@
|
||||||
from ._piomatter import (
|
from ._piomatter import (
|
||||||
AdafruitMatrixBonnetRGB565,
|
|
||||||
AdafruitMatrixBonnetRGB888,
|
|
||||||
AdafruitMatrixBonnetRGB888Packed,
|
|
||||||
Colorspace,
|
Colorspace,
|
||||||
Geometry,
|
Geometry,
|
||||||
Orientation,
|
Orientation,
|
||||||
|
|
@ -10,9 +7,6 @@ from ._piomatter import (
|
||||||
)
|
)
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'AdafruitMatrixBonnetRGB565',
|
|
||||||
'AdafruitMatrixBonnetRGB888',
|
|
||||||
'AdafruitMatrixBonnetRGB888Packed',
|
|
||||||
'Colorspace',
|
'Colorspace',
|
||||||
'Geometry',
|
'Geometry',
|
||||||
'Orientation',
|
'Orientation',
|
||||||
|
|
|
||||||
|
|
@ -129,8 +129,6 @@ PYBIND11_MODULE(_piomatter, m) {
|
||||||
Colorspace
|
Colorspace
|
||||||
Geometry
|
Geometry
|
||||||
PioMatter
|
PioMatter
|
||||||
AdafruitMatrixBonnetRGB888
|
|
||||||
AdafruitMatrixBonnetRGB888Packed
|
|
||||||
)pbdoc";
|
)pbdoc";
|
||||||
|
|
||||||
py::enum_<piomatter::orientation>(
|
py::enum_<piomatter::orientation>(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue