?? testchip.c
字號:
//=================================================================================
// File name: testchip.c
// Device: RA8835
// Panel Size: 320x240
// Author: Steven Chen
// Date: 2006/09/18
//=================================================================================
#include <testchip.h>
#include <ap.h>
#include <lcd_command.h>
#include <hnk51.h>
unsigned int i,temp;
void main(void)
{
lcd_reset();
lcd_clear();
lcd_initial();
//=================================================================================
// test
//=================================================================================
temp =0;
while(1)
{
switch(temp)
{
case 0:
lcd_graphic_8(); //瓜 320*240 RAiO
delay1ms(800);
// lcd_clear();
break;
case 1:
lcd_graphic_1(); //
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -