ads_internal.h
来自「在ecos 下mingui 的移植开发」· C头文件 代码 · 共 21 行
H
21 行
#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 + =
减小字号Ctrl + -
显示快捷键?