代码搜索:320
找到约 10,000 项符合「320」的源代码
代码结果 10,000
www.eeworm.com/read/130712/14176253
h tms320.h
www.eeworm.com/read/129950/14216041
h lcd320.h
#include "def.h"
#define LCDBkLightPin 0x0800 //GPC11
#define LCDDisplayPin 0x0400 //GPC10
#define DspTxtMode 0
#define DspGraMode 1
#define LCDWIDTH 320
#define LCDHEIGHT 240
voi
www.eeworm.com/read/129950/14216068
c lcd320.c
#include
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\LCD320.h"
#include "..\inc\ASCII_8X16.h"
#include "..\inc\HZ_16X16.h"
#define LCD
www.eeworm.com/read/129073/14267861
h lcd320.h
#include "def.h"
#define LCDBkLightPin 0x8000 //GPC15
#define LCDDisplayPin 0x4000 //GPC14
#define DspTxtMode 0
#define DspGraMode 1
#define LCDWIDTH 320
#define LCDHEIGHT 240
void LCD_Cls
www.eeworm.com/read/129055/14268389
h lcd320.h
#include "def.h"
#define LCDBkLightPin 0x8000 //GPC15
#define LCDDisplayPin 0x4000 //GPC14
#define DspTxtMode 0
#define DspGraMode 1
#define LCDWIDTH 320
#define LCDHEIGHT 240
v
www.eeworm.com/read/230837/14272633
h lcd320.h
#include "def.h"
#define LCDBkLightPin 0x8000 //GPC15
#define LCDDisplayPin 0x4000 //GPC14
#define DspTxtMode 0
#define DspGraMode 1
#define LCDWIDTH 320
#define LCDHEIGHT 240
void LCD_Cls
www.eeworm.com/read/128311/14306055
inc reg320.inc
$SAVE
$NOLIST
; (c) Copyright KEIL ELEKTRONIK GmbH. 1993, All rights reserved. */
; DALLAS DS80C320 Processor Declarations */
; BYTE Registers
P0 DATA 080H
P1 DATA 090H
P2
www.eeworm.com/read/229504/14333744
h tms320.h
#ifndef _TMS320
#define _TMS320
typedef unsigned int uint;
typedef unsigned short ushort;
#define PASS -1
typedef short DATA;
typedef long LDATA;
#define ABSVAL abs
#define
www.eeworm.com/read/228597/14377819
h lcd320.h
#include "def.h"
#define LCDBkLightPin 0x8000 //GPC15
#define LCDDisplayPin 0x4000 //GPC14
#define DspTxtMode 0
#define DspGraMode 1
#define LCDWIDTH 320
#define LCDHEIGHT 240
v
www.eeworm.com/read/125478/14491550
h lcd320.h
#include "def.h"
////////////////定义LCD的类型/////////////
#define LCDTYPE_320x240x16GRAY 1
#define LCDTYPE_320x240x256COLOR 2
#define LCDTYPE_640x480x256STN 3
#define LCDTYPE LCDTYPE_320x2