📄 tcon_drv_ct675.c
字号:
//include tft panel//
#if defined(TFT_SUNPLUS_CT675_AUO_PANEL)
#include "..\panel\tft_sunplus_CT675_AUO_panel.h"
#include "..\panel\tft_sunplus_CT675_AUO_panel.c"
#endif
//just like the function name
void set_tft_tcon_tv_format(UINT8 panelfmt)
{
set_ct675_format(panelfmt);
}
void reset_tft(void)
{
set_ct675_format(tv_format);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -