mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-03-16 22:10:27 +00:00
7 lines
No EOL
109 B
Cython
7 lines
No EOL
109 B
Cython
cimport cppinc
|
|
|
|
cdef class Color:
|
|
cdef cppinc.Color __color
|
|
|
|
cdef class Font:
|
|
cdef cppinc.Font __font |