Description
Hi,
I'm working on a project with a raspberry pi zero W connected to 3 panel of 16x32.
My project is functional with raspbian but I would like to migrate to Yocto to facilitate the programming of new cards.
I have already built a classic image for my project based on core-image-minimal.
The problem is that I can't seem to add rpi-rgb-led-matrix to my image.
I created a recipe to download the repository and install the library, however I keep getting an error during bitbake.
I have tried many ways so I don't have any particular error message to show. But I wanted to know if someone had already managed to integrate the library into their yocto image for a raspberry ? (not particularly the 0 w)
My goal is to run a python script which launches at startup and which displays numbers on the panels.
Thanks !