📄 ads_internal.h
字号:
#define MAX_X 640#define MAX_Y 240#define GREYDEPTH 256 //1 byte 256 greydepth.typedef struct tagADS{ unsigned int bpp; unsigned int depth; unsigned int width; unsigned int r,g,b; unsigned int r_mask,g_mask,b_mask; unsigned int r_map,g_map,b_map; unsigned int height; unsigned int bkcolor; unsigned int fgcolor; unsigned int x1,x2,y1,y2; //rect unsigned int stride; //bytes per row unsigned char* fb_buf;} ADS;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -