#ifndef _IMAGE_H_
#define _IMAGE_H_
#define logo_allArray_LEN 10
extern const unsigned char* logo_allArray[logo_allArray_LEN];
#endif