character 'a' in bitmap

I have an array declared as such

        0x00,0x00,
        2,8,
        2,8,
        2,8,
        2,8,
        2,8,
        0x7e,0xf8,
        2,8,
        2,8,
        2,8,
        4,16,
        8,32,
        240,192,
        0x00,0x00,
        0x00,0x00

This I think is the letter ‘A’ from what what I did. But when I display it it comes out a little wrong. Enough to where I think the array is write. Here is my command to display it

  glBitmap(12,13,0,0,13,0,rasters);

It seemed a little offset, but I changed the parameters and saw no change. Could someone help me please.

Hi !

Have you set glPixelStore to correct value ?, if not not you will get incorrect start of next line of pixels.

Mikael