代码搜索结果

找到约 10,000 项符合 LCD 的代码

lcd.c

#include #include "TM128128_LCD.H" #include "LCD_dis.H" #include "LCD.H" #include "LCD_type.H" #define LCDCOM 0 #define LCDDAT 1 sbit LED_RD = P2^5; sbit LED_CS = P2^7; sbit LED

lcd.h

#ifndef _LCD_H_ #define _LCD_H_ #include #include "TM128128_LCD.H" #include "LCD_type.H" /*typedef unsigned char INT8U; typedef signed char INT8S; typedef unsigned int INT

lcd.lst

C51 COMPILER V9.00 LCD 08/26/2012 13:41:40 PAGE 1 C51 COMPILER V9.00, COMPILATION OF MODULE LCD OBJECT MODULE PLACED IN LCD

lcd.h

/* * MPC823 and PXA LCD Controller * * Modeled after video interface by Paolo Scaffardi * * * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS f

lcd.c

/* * (C) Copyright 2001-2002 * Wolfgang Denk, DENX Software Engineering -- wd@denx.de * * See file CREDITS for list of people who contributed to this * project. * * This program is free softwar

lcd.c

/* * Common LCD routines for supported CPUs * * (C) Copyright 2001-2002 * Wolfgang Denk, DENX Software Engineering -- wd@denx.de * * See file CREDITS for list of people who contributed to this

lcd.c

/* * (C) Copyright 2003-2004 * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com * * (C) Copyright 2005 * Stefan Roese, DENX Software Engineering, sr@denx.de. * * See file CREDIT

lcd.h

/* * (C) Copyright 2003-2004 * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com * * See file CREDITS for list of people who contributed to this * project. * * This program is fr