This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I'm using the MSP430FG4619 to control four 7-segment LEDs using LCD_A. I use 2-Mux mode. The LED segments light up in the correct configuration, but they are very dim. I need a way to increase their luminosity but have not been able to get them brighter. I've tried changing the LCD clock rate, using the internal charge pump, using external voltage references, none of which have made them brighter. The segments are directly connected from the output pins to COM0/1 with no resistance. The LEDs are very bright when I drop 2V across them without using the microcontroller, so I know they work. Below I include a portion of my setup code.
Any suggestions on how to make my LED segments brighter (using LCD_A)?
-Mike Nordhill
void main(void) |
Teh output drivers of the LCD module are designed for LCD segments., These segments are rathe a capacitive load and are pumped with an AC-like low-current signal, while an LED is a rather resistive load adn requires to be pumped with a current-limited (but rather high-current) DC signal.
No wonder why the LEDs ar edim. I fear you will burn out the LCD drivers this way. At least you don't operate them within their specification.
You should rather use the segment pins as normal I/O lines and control the multiplexing in a timer ISR.
The LCD_A is NOT intended to drive LEDs.
**Attention** This is a public forum