Results 1 to 3 of 3
  1. #1
    imported_redman
    Guest

    4.0.1 Bitmap values

    Hi Alan,
    I am connecting up my 2 LED64 board to my overhead, and i come into some difficulty.
    It appears that the highest bitmap value I can use is 15?
    The LDS 767 with Nico's FSCONV uses bitmap values up to 30.

    I have (via notepad) manually created the variable files for all the offsets, but they stil to not register when running.
    Is there any workaround for this?

    Thanks a lot for all your work.

    Cheers
    Chris

  2. #2
    imported_redman
    Guest
    Hi Alan,

    Any word on if you will be able to include this function in a future release of FS2Phidgets?

    Thanks
    Chris

  3. #3
    alandyer
    Guest
    Redman,

    There was a work-around posted some time ago for this type of problem.
    It does take some understanding of bits and bytes

    Break a long offset of 32 bits into two smaller offsets of 16 bits each.

    For example, say we have an offset:
    0A02 of length 4 = 32 bits (0 - 31)

    We could create two offsets:

    04A2 Length 2 = 16 bits (0 to 15)
    04A4 Length 2 = 16 bits (16 to 31)

    Regards,
    Alan.

Similar Threads

  1. Help with panel bitmap size
    By nosecone in forum General Builder Questions All Aircraft Types
    Replies: 5
    Last Post: 01-14-2011, 10:43 PM
  2. Front view VC fixed bitmap
    By RobertVdb in forum Cockpit Outside Visualization
    Replies: 7
    Last Post: 11-20-2008, 07:41 AM
  3. Low values for N1 and N2, and thanks.
    By RobertoR in forum FS2Phidget Users
    Replies: 2
    Last Post: 02-03-2005, 03:38 PM
  4. Cant eliminate bitmap frame...
    By JAMES HOLT in forum PM General Q & A
    Replies: 1
    Last Post: 11-24-2004, 04:37 AM
  5. GAIFR Install issue - BITMAP INITIALISED
    By Bill Padley in forum PM General Q & A
    Replies: 5
    Last Post: 11-23-2004, 03:12 PM