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

📄 osdft0.c

📁 车载电子影音系统dvd播放系统原程序代码
💻 C
字号:
#include "winav.h"#include "w99av.h"#include "OSD.h"#include "input.h"#include "cc.h"#include "hal.h"#include "osd.h"#ifdef SUPPORT_UNICODEextern  BYTE    *_bpArray;extern  BYTE    DATA    _bIdex;// Alan2.36 adds the more font tablesWORD code _wLocalFont0[] ={#include "loc_fontable0.txt"};
// Alan2.36, load local font table// ************************************************************************//  Function    :   OSD_LoadLocalFontTable0//  Description :       Fill Font Table Data to DSP through IBFIFO//  Arguments   :       none//  Return      :       none//  Side Effect :// ************************************************************************void OSD_LoadLocalFontTableGzip0(void)
{
	//Kevin2.37, modify
	W99AV_FillDataToIABFIFO(_wLocalFont0[1], &_wLocalFont0[5]);
}
#endif

⌨️ 快捷键说明

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