mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-04-20 14:51:01 +00:00
11 lines
No EOL
252 B
Cython
11 lines
No EOL
252 B
Cython
cimport cppinc
|
|
|
|
cdef class Canvas:
|
|
cdef cppinc.Canvas *__getCanvas(self) except +
|
|
|
|
cdef class FrameCanvas(Canvas):
|
|
cdef cppinc.FrameCanvas *__canvas
|
|
|
|
cdef class RGBMatrix(Canvas):
|
|
cdef cppinc.RGBMatrix *__matrix
|
|
cdef cppinc.GPIO *__gpio |