⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hanzi_display.h

📁 这个是Linux下的应用程序
💻 H
字号:
#ifndef _HANZI_DISPLAY_H
#define _HANZI_DISPLAY_H
void disp_hanzi(uint left,uint top,uchar *data_zi,uchar back_color,uchar fore_color);
void piangyi(uint x,uint y,uchar*data1,uchar back_color,uchar fore_color,uchar len);
#define SCREEN_BACKCOLOR    2
#define BUTTON_BACKCOLOR    9
#define BUTTON_FOCUSCOLOR   5
#define FONT_COLOR          7
#define COPY_PUT            0
#define COPY_OR             1
#define COPY_XOR            2
//void display_menu(uns8 focus_num);
void display_menu(uns8 screen_back,uns8 button_color,uns8 focus,uns8 font_color,uns8 focus_num);
void disp_hanzi_ext(uint left,uint top,uchar *data_zi,uchar zi_width,uchar zi_height,uchar back_color,uchar fore_color);
void image_produce(uns16 left,uns16 top,uns8 image_code,uns8 back_color,uns8 fore_color);
void title_display(void);
void button_load(uns8 back_color, uns8 fore_color);
void button_show(uns8 button_backcolor, uns8 button_focus, uns8 focus_index);
#endif

⌨️ 快捷键说明

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