\ tag: monochrome logo \ \ simple monochrome logo \ as described in IEEE 1275-1994 \ \ Copyright (C) 2003 Stefan Reinauer \ \ See the file "COPYING" for further information about \ the copyright and warranty status of this work. \ \ FIXME : This is currently just a test file, it contains \ a Pi symbol of size 64x64, not really nicely streched. \ To use an XBM (X Bitmap), the bits in the bitmap array \ have to be reversed, i.e. like this: \ \ int main(void) \ { \ int i,j; unsigned char bit, bitnew; \ for (i=0; i<512; i++) { \ bit=openbios_bits[i]; bitnew=0; \ for (j=0; j<8; j++) \ if (bit & (1<