?? ps2icc.c
字號:
#include <io8535v.h>
#include <macros.h>
#include "Encode.h"
#include "RTC.h"
#include "ZIMO.H"
#include "LCD.H"
#define uchar unsigned char
#define uint unsigned int
void main(void)
{uchar i;
DDRA=0xff;
PORTA=0xff;
DDRB=0xff;
PORTB=0xff;
DDRC=0xff;
PORTC=0xff;
InitLCD();
ClearScreen(0);
Set_CS1(0);
while(1)
WritePIC(Hello);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -