📄 main._c
字号:
// Use SPLC780D for EG1602
#include <iom16v.h>
#include "inc/macros.h"
#include "inc/datatype.h"
#include "inc/idelay.h"
#include "inc/convert.h"
#include "inc/780.h"
void main(void)
{
//SET_buzzer;
LCD_Initial();
CLR_buzzer;
FillCGRAM();
while(1)
{
Gotoxy(2,5);
SendStr("Welcome!");
wait_and_clear();
ShowCGRAM();
CallBultinChar();
Gotoxy(2,7);
SendStr("OK");
wait_and_clear();
}
//return 0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -