• .bmp file
    hi i am writing a c program for converting a *.bmp file to its equivalent hex file.i have written the following code but i am not able to get the pixel information .i want information if file is monochrome...
  • Needs BMP to C/CPP converter
    Hi, I need BMP to CPP convertor to use with cortex-M3 processer and graphical display
  • need help to convert picture to bitmap data array
    in LCD_Blinky example for ATSAM3U-EK board there are 5 pictures represent as a bitmap array in 5 files such as Bg_16bpp_t_fh_fv.c has const unsigned char Bg_16bpp_b_fh_fv[] = { 0x7d,0xef,0x7d,0xef,...
  • EFSL how to check bmp files in dir
    Hello, Hello I have interfaced EFSL(SD Card) with LPC1768 and its working fine. But I am not able to check the number of bmp files in current dir. ls_openDir(&list ,&(efs.myFs ),"/"); while...
  • BMP Image Help
    Hi there, I am having a MCB1700 board with me. I want to display an bmp image on the display. For that I wish to save the pixel values as a vaiable (in an Array) and display it. I would be much...