Cannot run LEDs using WS281x library

Hello, when I try to run LED strip using WS182x library (https://github.com/jgarff/rpi_ws281x) I get the error:

I have researched that error could be avoided if proper Banana Pi informations would be added to the WS library file. Here is the example of Raspberry Pi 4 info:

image

Looks like first line reffers to the “Revision” version that can be checked with the command “cat /proc/cpuinfo | grep Revision”. On the Banana Pi it outputs “0000”. What data should be input in other lines? Or maybe someone has another approach?

Thanks!!

I’m adding values that these variables are pointing to:

image