pantallas-led/ModuloLED/rgbmatrix/graphics.pxd

12 lines
152 B
Cython
Raw Normal View History

2023-11-13 19:23:52 -03:00
cimport cppinc
cdef class Color:
cdef cppinc.Color __color
cdef class Font:
cdef cppinc.Font __font
# Local Variables:
# mode: python
# End: