extosdlib1.h
来自「LCD显示驱动控制程序」· C头文件 代码 · 共 15 行
H
15 行
// 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 + =
减小字号Ctrl + -
显示快捷键?