⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tft_sunplus_spv518_panel.h

📁 TFT显示的源码,附了使用说明书 要下载的速度了
💻 H
字号:
/*
    shenyj modify it for spv518 use 2007-7-20 9:54
*/  

#ifdef CLAB090JB01CW_ON_SPV518A_64PIN
#include "tft_SPV518A_CLAB090JB01CW.h"
#elif defined(A070FW05_ON_SPV518A_64PIN)
#include "tft_SPV518A_A070FW05.h"
#elif defined(V070FW05)
#include "tft_SPV519A_V070FW05.h"
#elif defined(A070FW03)
#include "tft_SPV519A_A070FW03.h"
#elif defined(AT070TN01)
#include "tft_SPV519A_AT070TN01.h"
#elif defined(A070FW05)
#include "tft_SPV519A_A070FW05.h"
#elif defined(V060FW02)
#include "tft_SPV519A_V060FW02.h"
#elif defined(P080NC_HSD)
#include "tft_SPV518D_P080NC_HSD.h"
#elif defined(P070WQ0) //aoqi 2007-8-11 14:46
#include "tft_SPV519A_P070WQ0.h"
#else
#error "not select panel table in tft_sunplus_spv518_panel.h" 
#endif



#include "spv518\spv518.h"
#ifdef SUPPORT_SPV518_OSD //shenyj add
#include "..\spv518\SPV518_OSD_API.h"  // 
#include "..\spv518\SPV518_OSD_API.c"  // 
#include "..\spv518\SPV518_OSD_hw.c"
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -