Open halidaltuner opened 6 months ago
I was having a compilation problem with the issue below and I solved it.
👍
I am trying to enable p44-ledchain with an example configuration.
I guess you need to configure the output mux in the MT7628 to actually output the PWM signal on one of the pins that support it. That could probably be done by customizing the device tree, but don't ask me how 😉
On the Omega2, there is a convenient utility omega2-ctrl
that allows adjusting all the pin functions in the MT7688. Probably it will compile and work on the MT7628 as well. It is in Onion's public feed using the source from here
If you have devmem
utility enabled in your build, you can also switch the gpio mux by changing register values according to the MT7628 datasheet
Hello,
I was having a compilation problem with the issue below and I solved it. I am trying to enable p44-ledchain with an example configuration.
ledchain0, non-inverted, led count, ws2812 IC
dmesg output;
I'm trying to try, but unfortunately the LEDs are not responding. What am I missing?