📄 rec_display.h
字号:
/******************
* mp3_display.h
******************/
void gfx_screen_music(void);
void gfx_repeat_mode(void);
void gfx_songname(void);
void gfx_radio_freq(void);
void gfx_song_time(UINT8 type);
void play_time_update(void);
void gfx_music_lyrics(UINT8 *str);
void show_lyrics(UINT8 *str);
void gfx_order(void);
//add new
void vShowRepeat();
void vShowSequence();
void vShowTotalTime();
void vShowCurrentTime();
void ui_draw(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -