代码搜索:320
找到约 10,000 项符合「320」的源代码
代码结果 10,000
www.eeworm.com/read/188971/8498437
c lcd320.c
/*----------------------------------------------------------------------------------
#说明: 液晶屏驱动程序for uCos-II
#接口函数
void LCD_Cls(); //文本模式下清除屏幕?
void LCD_ChangeMode(U8 mode);
void LC
www.eeworm.com/read/188260/8554790
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/188260/8554826
c lcd320.c
#include
#include
#include "..\inc\def.h"
#include "..\startup\44b.h"
#include "..\inc\LCD320.h"
#define LCDCON1_ENVID (1)
#define LCDCON1_INVVD (1
www.eeworm.com/read/288682/8613925
h tms320.h
/************************************************************/
/* Version 2.20.01 */
/************************************************************/
#ifndef
www.eeworm.com/read/287878/8663472
png tij320.png
www.eeworm.com/read/387371/8690429
pdg 320_1.pdg
www.eeworm.com/read/287029/8731516
asm rmd320.asm
.686
.model flat,stdcall
option casemap:none
.const
pushad_size equ 8*4
pushad_eax equ 7*4
pushad_ecx equ 6*4
pushad_edx equ 5*4
pushad_ebx equ 4*4
pushad_esp equ 3*4
pushad_ebp equ 2*4
p
www.eeworm.com/read/285920/8801431
h lcd320.h
#include "..\inc\def.h"
////////////////定义LCD的类型/////////////
#define LCDTYPE_320x240x16GRAY 1
#define LCDTYPE_320x240x256COLOR 2
#define LCDTYPE_640x480x256STN 3
#define LCDTYPE LCDTYP