I want to put a bmp into flash. The bmp is defined as const char bmp[] = { ... }; The graphic routine is defined as Bitmap(unsigned int x, unsigned int y, unsigned int w, unsigned int h,unsigned char *bitmap) If i use a bmp defined as char bmp[] = { ...} it is work...
p.s. 第一个例子里写的(char*)name[2] = '3';不能通过编译的原因也是错的,请看一下操作符优...