MiaoUI/example/STM32F103C8T6/MultMenu/menu/image.h

10 lines
162 B
C
Raw Normal View History

#ifndef _IMAGE_H_
#define _IMAGE_H_
#include "stm32f10x.h"
#define logo_allArray_LEN 10
extern const unsigned char* logo_allArray[logo_allArray_LEN];
#endif