Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Duality4Y/rgb-matrix-cffi

Repository files navigation

rpi-matrix-cffi

this project creates c bindings with cffi for python using this library:

https://github.com/hzeller/rpi-rgb-led-matrix/

the goal is to be able to use pypy's optimizations, to speed up

python code for running ledmatrix running software on a raspberry pi.

Installing

make sure your pypy version is 5.0 or higher.

and make sure you have libffi5 installed.

clone this repo, enter it and then type:

    git submodule init
    git submodule update

enter the matrix folder and compile:

    cd matrix/
    make

there is no way to install the code yet.

future work wil be done on making it pip installable.

this code is not tested with any other interpreter besides pypy.

Releases

No releases published

Packages

No packages published

Languages