?? main.c
字號:
/***********************************************************************/
/* */
/* FILE :main.c */
/* DATE :Thu, Apr 03, 2008 */
/* DESCRIPTION :main program file. */
/* CPU GROUP :2A */
/* */
/* This file is generated by Renesas Project Generator (Ver.4.8). */
/* */
/***********************************************************************/
#include "mcu.h"
#include "loadfilter.h"
#include "t108_util.h"
#include "osddraw.h"
#include "t102.h"
#include "iic.h"
void main(void)
{
mcuinit ();
portinit();
// LoadFilter(3);//3
// I2CWriteByte(0x50,0xE3,0x10);
// I2CWriteByte(0x50,0xE6,0x2C);
InitT803();
// EEPLoadPubData();
// OSDLoadALLData();
TconInit();
ClosePanel(0x00,0x40,0x8a); // white
// ClosePanel(0x00,0xff,0x8a);
OSD1Disable();
OSD2Disable();
LoadGammaTable(0);
OSD1Init();
OSDLogo();
// OpenBluePanel();
while(1);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -