📄 osd_vx1828.h
字号:
// define osd regesiter .#define osd0 0x50#define osd1 0x51#define osd2 0x52#define osd3 0x53#define osd4 0x54#define osd5 0x55#define osd6 0x56#define osd7 0x57#define osd8 0x58#define osd9 0x59#define osd10 0x5a#define osd11 0x5b#define osd12 0x5c#define osd13 0x5d#define osd14 0x5e#define osd15 0x5f#define osd16 0x60#define osd17 0x61#define osd18 0x62#define osd19 0x63#define osd20 0x64#define osd21 0x65#define osd22 0x66#define osd23 0x67#define osd24 0x68#define osd25 0x69#define osd26 0x6a#define osd27 0x6b#define osd28 0x6c#define osd29 0x6d#define osd30 0x6e#define osd31 0x6f#define osd32 0x70#define osd33 0x71#define osd34 0x72#define osd35 0x73#define osd36 0x74#define osd37 0x75#define osd38 0x76#define osd39 0x77#define osd40 0x78#define osd41 0x79#define cw1 0xfd#define cw2 0xfe#define cw3 0xffvoid osd_show(char stpos2,char numfont,char *fontcode);void osd_switch(char osd_en);void osd_pos(char block,char posx,char posy);void osd_size(char block,char sizex,char sizey);//extern void osd_bigfont(bit);void osd_clear(char stpos2);void osd_clear_new(char data form,char data to);void osd_clearall();void osd_madr(char block,char pos);//void osd_addfont(char stpos1,char stpos2,char *font);void osd_color(char block,bit fb,bit h,char color);void osd_hbsection(char block,bit hb,char xstart,char xend,char ystart,char yend);void osd_blink(char blink);void osd_alpha(char alpha);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -