toy-Kapi_Rtc/main/font_emoji.h
2026-01-20 16:55:17 +08:00

18 lines
438 B
C

#ifndef FONT_EMOJI_H
#define FONT_EMOJI_H
// 空的表情符号定义 - 用于无显示器的板子
// 所有符号都定义为空字符串,避免编译错误
#define EMOJI_SMILE ""
#define EMOJI_SAD ""
#define EMOJI_HAPPY ""
#define EMOJI_ANGRY ""
#define EMOJI_SURPRISE ""
#define EMOJI_LOVE ""
#define EMOJI_THINKING ""
#define EMOJI_SLEEPING ""
#define EMOJI_WINK ""
#define EMOJI_COOL ""
#endif // FONT_EMOJI_H