I want to add matek 2812 led strip to pixracer r15 and it seems that it is neopixel.
I cannot find implementation of neopixel_write in source code. Where is it?
I cannot find, where is configured output pin? Where does neopixel_write sends its data and how can I configure it?
How can I publish data to neopixel instance? I see that it takes something from led_controller, but I cannot understand where does the data comes from?
In all sources I’ve found S_RGB_LED_TIM_GPIO only on cuav/can-gps-v1
Does it mean that pixracer r15 doesn’t have proper hardware for plugging this led or it means that it is just not configured?
I’m not using any regular frsky telemetry or radio input, only mavlink via TELEM1, so maybe it is possible to reuse some free pin in these connectors for this task? Sorry if this question looks dumb, I’m not aware of details of DMA in STM32.
If there are no proper free pins in pixracer, then my way is to have a separate arduino working as UART peer or i2c slave doing this controlling?