video_easylogo.h

来自「嵌入式ARM的一些源代码」· C头文件 代码 · 共 27 行

H
27
字号
/*
** video easylogo
** ==============
** (C) 2000 by Paolo Scaffardi (arsenio@tin.it)
** AIRVENT SAM s.p.a - RIMINI(ITALY)
**
** This utility is still under construction!
*/

// Dont use print here 'cause video console is not initialized!

#ifndef _EASYLOGO_H_
#define _EASYLOGO_H_

//#define ENABLE_ASCII_BANNERS

typedef struct {
	unsigned char 	*data;
	int		width,
			height,
			bpp,
			pixel_size,
			size;
}	fastimage_t ;

#endif

⌨️ 快捷键说明

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