That does look like a different board than the DennisK setup I have.
You should try to find the datasheet for the controller and the LCD. Then figure out how it is connected. The previous DennisK problem was that the board had 8 bit output for each color and that the LCD was connected to the lowest 6 bits, not the highest 6 bits. An example might help:
Board wants to send out a bright red. In binary it is:
11000000 = 192 (max is 256)
The screen should see:
110000 = 48 (max is 64)
The screen did see:
000000 = 0 (max of 64 again)
So something that was red looked black.
Hope that helps.
Twostep



LinkBack URL
About LinkBacks






Reply With Quote
But until the next reply I will see what I can do myself. Uhhhohh.


Bookmarks