?? main.c
字號:
#include "reg51.h"
#include "nokia_5110.h"
#include "bmp_pixel.h"
/******************************************************************************/
void main(void)
{
/* LCD_init(); //初始化液晶
LCD_clear();
while(1)
{
LCD_write_english_string(0,2,"NOKIA 5110 LCD");
LCD_write_english_string(0,3," on 51 by zl !");
LCD_write_chinese_string(0,0,12,7,0,0);
LCD_write_chinese_string(0,4,12,7,0,0);
} */
unsigned char temp =3;
unsigned char i;
while(1)
{
for(i=0;i<8;i++)
temp +=2 ;
//temp ++;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -