To be precise, I'm trying to implement an adaptive condenser-aperture in a brightfield microscope. It's remote and I don't want to have it mechanical moving all the time when changing the objective lens. I also want to address different grayvalue-patterns which wouldn't be possible with mechanical apertures.
Right now I'm using a 2.2' 320x240 RGB TFT (ILI9341) with an Arduino a as a driver. The results are quiet ok. I've placed the Screen in the condenser aperture plane and centred the aperture in discrete steps to find the best fit. The entire pupil (NA=0.9) has 160 px in Diameter. When looking through the Bertrand-lens (telescope which images the pupil), I can see the RGB-pixels. I'm addressing a B/W-Pattern (Oblique, Obscuration, etc.), which follows in the desired colours.
So my question: What could be the effect using a RGB-LCD instead of a pure BW-LCD?
Some thoughts:
An alternative could be to get an old projector and use one of the LCDs as a screen. The pixel size is way smaller and results into a better source shape estimate (compared to mechanical apertures), but the "high-voltage" part in the lab is to dangerous. Using an old Smartphone with "Retina" screen could be another choice, but again, it's RGB. Professional SLMs are too expensive.
Do you have any advices? Thanks a lot!