I am developing a LED screen for a Senior Design project that I am working on. For my prototype I have a small led screen which has RGB leds for each pixel. I am having trouble properly coloring mixing the leds together to successfully achieve proper color mixing. I simply want to use only 8 bit per led thus achieving 24bit resolution per pixel. Right now my setup is incorporating 3 TLC5940. Each chip is driving leds that are all the same color. Right now I have the leds properly balanced that each pixel is producing white light.
However, other heavily mixed colors are unachievable using this setup such as brown. I verified the current and voltages coming out of each led is correct based on the duty cycle that I am sending to the driver.
From the various Application Notes by Micheal Day about this chip it says that these drivers can be used to create LED based video screens. Not just for the backlight but also for generating individual pixels. From my understanding dot correction is used to compensate for variation of led intensity due to age and temperature. So what variations to the actually PWM value do I need to apply to achieve the proper color mixing. I am hoping to achieve a full 24bit resolution and just don't know what I need to do to achieve this. Perhaps a simple explanation can be provided or a link to an Application Note that can help me with this project.