RGB Colors
Added by Jan Cardell 12 months ago
I have a problem with the green color in the Line Grabber Driver.
I D S
Green Red Blue
00000000 00000000 xxxxx00 000xxxxx
???? 54321 54321 bits
I understand the blue and red. (or is it wrong?) but the green in I ?
thanks
Jan Cardell
Replies (3)
RE: RGB Colors - Added by Kwabena Agyeman 12 months ago
What are you talking about?
Are you hacking the firmware?
The layout is {RRRRRGGG,GGGBBBBB}. The green is the middle 6 bits of the 16 bit number. The LSByte is sent first followed byte the MSByte. So... {GGGBBBBB} and then {RRRRRGGG}. I think this is what you wanted to know?
Thanks,
RE: RGB Colors - Added by Jan Cardell 12 months ago
Thanks!
yes! what I wanted!
Yes I'm hacking the firmeware. I need to make a greyscale(160x120) picture for my interactive system.
I use a simple linegraber.
Jan
RE: RGB Colors - Added by Kwabena Agyeman 12 months ago
It has black and white mode... Use the "BW" command.
Good luck anyway,
Thanks,
(1-3/3)