/*********************************************************************
*                SEGGER Microcontroller GmbH & Co. KG                *
*        Solutions for real time microcontroller applications        *
*                           www.segger.com                           *
**********************************************************************
*                                                                    *
* C-file generated by                                                *
*                                                                    *
*        Bitmap Converter for emWin V5.22.                           *
*        Compiled Jul  4 2013, 12:18:24                              *
*        (c) 1998 - 2013 Segger Microcontroller GmbH && Co. KG       *
*                                                                    *
**********************************************************************
*                                                                    *
* Source file: amadablam2064522_1280                                 *
* Dimensions:  480 * 272                                             *
* NumColors:   16bpp: 65536                                          *
*                                                                    *
**********************************************************************
*/

#include <stdlib.h>

#include "GUI.h"
#include "images.h"

#ifndef GUI_CONST_STORAGE
  #define GUI_CONST_STORAGE const
#endif

extern GUI_CONST_STORAGE GUI_BITMAP images[MAX_NO_OF_IMGS];
GUI_CONST_STORAGE GUI_BITMAP images[MAX_NO_OF_IMGS] = {
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 0)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  },
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 1)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  },
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 2)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  },
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 3)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  },
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 4)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  },
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 5)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  },
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 6)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  },
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 7)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  },
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 8)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  },
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 9)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  },
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 10)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  },
  {   480, /* xSize */ 272, /* ySize */ 960, /* BytesPerLine */ 16, /* BitsPerPixel */
      (unsigned char *)(IMG_LOCATION + (IMG_SZ * 11)),  // Pointer to picture data
      NULL,  /* Pointer to palette */ GUI_DRAW_BMP565
  }




};

/*************************** End of file ****************************/
