MiaoUI/MultMenu/menu/image.h

9 lines
99 B
C

#ifndef _IMAGE_H_
#define _IMAGE_H_
#include "stm32f10x.h"
extern const uint8_t logo1[];
#endif