📄 video_easylogo.h
字号:
/*
** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -