
I've just finished my first build, and was resigned to having an extremely bright gearbest screen, when I saw that you could modulate brightness with a PWM signal.
My problem is that both of my pi zero PWM outputs are taken up for stereo audio. I have seen that software PWM is possible on other pins, but am worried about the CPU usage of this.
What would be the best thing to do? Would the usage of software PWM not be an issue, or would changing to mono audio be the better option?
Thanks!