rpi-rgb-led-matrix/python/rgbmatrix/graphics.pxd

12 lines
152 B
Cython
Raw Normal View History

cimport cppinc
cdef class Color:
cdef cppinc.Color __color
cdef class Font:
2016-08-28 18:39:43 +00:00
cdef cppinc.Font __font
# Local Variables:
# mode: python
# End: