#2004 LCD Display Brightness
1 messages · Page 1 of 1 (latest)
The jumper marked LED is supposed to feed the power to the backlight but some i2c adapter boards have a flawed design and bypass this jumper. I had to desolder and remove the two pins from the i2c board that feed the lcd backlight leds and then solder two wires directly on the LCD holes were the pins used to be.
Pwm applied to the positive wire achieved brightness control on the LCD screen.
So desolder A,K from both boards and wire the potentiometer directly to the LCD?
Or desolder A and place the pot between there and VDD?
No. I don't recommend using a potentiometer. Leds have a narrow band of voltage where they operate. You should use PWM instead.
You might get away with just de soldering A
Could you explain how to use PWM
Just connect the wire to a PWM capable pin of your Arduino. You can then control it from Mobiflight like any other led.