hzeller / flaschen-taschen

Noisebridge Flaschen Taschen display
GNU General Public License v3.0
195 stars 49 forks source link

Original rpi-rgb-led-matrix #56

Closed hakao32 closed 3 years ago

hakao32 commented 3 years ago

As I see, this flaschen-taschen uses uses old version of rpi-rgb-led-matrix repo. I tried to use latest rpi-rgb-led-matrix by copying in to server/rgb-matrix yet I got main.cc:(.text.startup+0x11c): undefined reference to `rgb_matrix::CreateMatrixFromOptions(rgb_matrix::RGBMatrix::Options const&, rgb_matrix::RuntimeOptions const&)' How can I solve this?

hzeller commented 3 years ago

I've updated the repository to update to the latest version of the led matrix library. Can you try again ? (probably easiest is to do a fresh recursive clone)

hakao32 commented 3 years ago

Thank you :-) It worked :+1: Yet once clone repo, rgb-matrix folder is empty. I cloned rpi-rgb-led-matrix to another folder and copied into rgb-matrix. (tested with rpi4 and 32x32 rgb)