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

📄 extosdlib1.h

📁 LCD显示驱动控制程序
💻 H
字号:
// We need this file to be included in extOsdLib.h
// because it is different between library and application

// Tile support (to get TILE_SUPPORT value)
#include "OSDFILES\GENFILES\osd_CDAT.H"

// if old WB is being used, we must support tiles
#ifndef TILE_SUPPORT 
	#define TILE_SUPPORT 1
#endif

// GetActionOperand must not has ability to modify pointer 
// to the ActionOperand from the application layer 
#define GetActionOperand GetActionOperandUnmodified

⌨️ 快捷键说明

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