Understanding the output of LCDAssistant

Hello there,

is anyone using the program LCD assistant (Bitmap converter for mono and color LCD displays) to convert bitmaps to hex files?

I dont understand the output...

I used a 10x10 bitmap to convert. The whole bitmap was black.
And the output was:

const unsigned char Unbenannt [] = {
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00,
};

When i need 10x10 = 100 pixels, shouldnt there be 12,5 x 8bytes = 100pixels. But the output is 12bytes, what gives 96 pixels.

Thanks for any help in advance!

Greetings Megavolt