📄 userlogo.c
字号:
// 2004/10/07 yltseng
#include "user_init.h"
#include "global.h"
#include "avd.h"
#include "osd.h"
#include "memcfg.h"
#include "ircode.h"
#include "timer.h"
#include "userlogo.h"
#include "memmap0.h"
#include "vpp.h"
#include "macro.h"
#include "tvif.h"
#include "fsnav.h"
#include "kinf.h"
//FLASH related
extern UINT16 FlashRead();
extern int FlashWrite(UINT32 iStartAddr, BYTE *pBuf, UINT32 iLen);
extern int FlashEraseSector(UINT32 unSectorNum);
extern void reset_sup(void);
#define WRITE_FLASH
// **************************************************************************************** //
#ifdef JPG_LOGO
extern char _stextf[];
extern INT8 dis_pic_id_saved_0;
UINT8 Use_Ref0_Flag;
//Terry,2003/9/12 11:40PM
//these code only for reference,we will be not maintain it
static void show_jpg_logo(void)
{
if(!Is_Jpg_Logo())
{
BYTE *p;
UINT32 unOffset;
#ifdef MONE_LOGO
printf("logo in\n");
#endif
LoadModual(MODUAL_MPEG);
show_logo=1;
//terry,2003/1/15 08:32
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -