0

I am using a device in my optical setup.http://www.ti.com/lit/ug/dlpu010g/dlpu010g.pdf. I can project any images( 1, 2, .., 8 bit). I am not a programmer and it makes even more difficult to explain my problem. I need to tell when which color should be on the screen. To do so I need to modify the initialization parameter in setting configuration and send to the device (bit, time exposure,etc to fulfill my need.

There is a parameter that is written as: 0x00061800

I was wondering how to interpret these number and where they come from. I know this is a very general question and I might get warn from admins for this question but I appreciate if someone can give me hints or explanations at least how to understand this kind of commands.

Sarah
  • 3

1 Answers1

0

Here is my drawing

Ignore the 0x at the beginning, that is just saying to the computer you are getting a Base 16 number. Remember Base 16 goes from 0 - 15. The letter F represents 15, F converted to Base 2 would be 1111.

Cris
  • 121
  • 6