SparkFun Forums 

Where electronics enthusiasts find answers.

Everything ARM and LPC
By hooziewhatsit
#124514
Does anyone have a good program that can convert a bitmap to the raw data for use on this board? bitmap2lcd is so neutered in the free version I don't know if it will work or not.

The data in the example logo file I have looks like this
Code: Select all
0x000a01fd, 0x001d12fe, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff,
0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff,
0x001d12fe, 0x000a01fd, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff,
0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00000000,
I really don't want to write my own program to convert a .bmp to that data stream if don't have to...

Thanks