rpi-rgb-led-matrix/python/rgbmatrix/graphics.pxd
Saij f293053346 o Improved directory structure of Python code.
o Use some new features in python examples.
2015-07-23 23:44:27 -07:00

7 lines
No EOL
109 B
Cython

cimport cppinc
cdef class Color:
cdef cppinc.Color __color
cdef class Font:
cdef cppinc.Font __font