00001 /* 00002 * File: bmp.h 00003 * Purpose: Bitmap 00004 * Author: Peter Ivanov, Olimex Ltd. 00005 * Modified by: 00006 * Created: 2007-05-19 11:29:32 00007 * Last modify: 2007-10-03 20:14:47 ivanovp {Time-stamp} 00008 * Copyright: (C) Peter Ivanov, 2007 00009 * Licence: GPL 00010 */ 00016 #ifndef __INCLUDE_BMP_H 00017 #define __INCLUDE_BMP_H 00018 #include "lcd.h" 00019 00020 const unsigned char bmp[LCD_MEM_SIZE]; // size: 130x130, 12-bit RGB (130*130*12/8) 00021 00022 #endif // __INCLUDE_BMP_H
1.5.1