📄 framebuf.h
字号:
#ifndef __FRAMEBUF_H
#define __FRAMEBUF_H
#define FRAME_REF0 (1<<0)
#define FRAME_REF1 (1<<1)
#define FRAME_B (1<<2)
#define FRAME_720 (1<<3)
int clrFrameBuffer(UINT32 bitmask);
void clrBuffer(void);
#ifdef SUPPORT_JPG_DOUBLE_BUFFER
void clrJPGbuffer(BYTE);
void set_disbuf(int);
#endif
void cpyFrameBuffer(int oX, int oY, int lX, int lY, int zoomX, int zoomY);
#if CONFIG==CONFIG_COMBO_SVCD
void cpyFrameB(int oX, int oY, int ref, int lX, int lY, int zoomX, int zoomY);
#endif
void SetupColorBarBackground(void);
void SetupColorBarBackground_SDRAM(void);
void SetupColorBarBackground_256(void);
void SetupColorBarBackground_EDO(void);
void SetupColorBarBackground_game(void);
void SetupColorBarBackground_H(void);
void disable_video(void);
void enable_video(void);
#endif/*__FRAMEBUF_H*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -