mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-05-26 23:34:02 +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 |