mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-05-23 06:05:49 +00:00
7 lines
109 B
Cython
7 lines
109 B
Cython
|
|
cimport cppinc
|
||
|
|
|
||
|
|
cdef class Color:
|
||
|
|
cdef cppinc.Color __color
|
||
|
|
|
||
|
|
cdef class Font:
|
||
|
|
cdef cppinc.Font __font
|