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

📄 tv_include.h

📁 泰景的模拟电视全部驱动及MTK平台界面代码
💻 H
字号:
#ifdef TLG1100
#if TLG_VERSION_MAJOR == 1 && TLG_VERSION_MINOR == 9 && TLG_VERSION_PATCH == 3
#include "tlg1100Config.h"
#elif TLG_VERSION_MAJOR == 1 && TLG_VERSION_MINOR == 10 && TLG_VERSION_PATCH == 0
#include "tlgConfig.h"
#endif
#include "tlg1100Hal.h"
#include "tlg1100Api.h"
#include "tlg1100App.h"
#if TLG_VERSION_MAJOR == 1 && TLG_VERSION_MINOR == 9 && TLG_VERSION_PATCH == 3
#include "tlg1100i2c.h"
#elif TLG_VERSION_MAJOR == 1 && TLG_VERSION_MINOR == 10 && TLG_VERSION_PATCH == 0
#include "tlgi2c.h"
#endif
#else
#ifdef TLG3100
#include "tlg3100Config.h"
#include "tlg3100i2c.h"
#include "tlg3100Hal.h"
#include "tlg3100Api.h"
#include "tlg3100App.h"
#else
#ifdef TLG1120
#include "tlg_bit_definition.h"
#include "tlg_error.h"
#include "tlg_defs.h"
#include "tlgConfig.h"
#include "tlgi2c.h"
#include "tlg1120Hal.h"
#include "tlg1120Api.h"
#include "tlg1120App.h"
#endif /* TLG1120 */
#endif /* TLG3100 */
#endif /* TLG1100 */

#include "Tv_Platform.h"

⌨️ 快捷键说明

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