代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.c
//////////////////////////////////////////////////////////////////////////////
//程序方式的串口,用来驱动LCD,IOB15为数据,IOB14为同步时钟。
//一个字节分为两次传输,先传输起始字节,5个1为开始标志,其后为RW,RS
//接口函数有
//lcd_init_usual(),作用是常用初始化液晶,
lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\ti\myprojects\LCD_2.0\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compil
lcd.h
/***********液晶显示器接口引脚定义略***************/
typedef unsigned char uchar;
long LCD_ADDR =0x400000;
long Data_ADDR =0x400001;
char *str_port=(void *)(0x400000L);
char *str_data=(void *)(0
lcd.cmd
/*********************************************************
LINKER command file for C5510 memory map.
Note: This linker command file may need to be updated for
othe
lcd.c
#include
#include "2410addr.h"
#include "2410lib.h"
#include "def.h"
#include "lcdlib.h"
#include "glib.h"
#include "lcd.h"
#include ".\bmp\DEMO256.h"
void Lcd_Port_Init(void);