代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\VC5509AeS60\Lab0403-LCD\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Comp
lcd.cmd
-w
-stack 500h
-heap 500h
-l rts55x.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> P
lcd.c
#define LCDDELAY 1
#include "myapp.h"
#include "ICETEK-VC5509-EDU.h"
#include "scancode.h"
main()
{
int i,nCount=0,nBW=0;
PLL_Init(20);
SDRAM_init();
InitCTR();
TurnOnLCD();
lcd.c
/*************************************************************
FUNCTION: LCD driver Serial Interface
AUTHOR:
DESCRIPTION: ST7920
E-mail:
CRE
lcd.lst
C51 COMPILER V7.07 LCD 09/24/2007 08:07:56 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN LCD