eerom_op.h

来自「视频叠加处理源代码,用于在模拟视频信号上叠加字符信号」· C头文件 代码 · 共 8 行

H
8
字号
void initial_eprom(void);
unsigned char disp_buff[13][28];
unsigned char etable_char[13][28]  __attribute__((section(".eeprom")));//
unsigned char etable_oritial[3] __attribute__((section(".eeprom")));//
unsigned int   counter=0,counter_buf=0,data_pointer=0;
unsigned char  counter_temp=0,*bufftemp,*eprom_buf,ii[8];

⌨️ 快捷键说明

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