mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-05-28 16:18:19 +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
|