代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/346103/11768818
c lcd.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
#include "f2812a.h"
#define LCDDELAY 1
#define LCDCMDTURNON 0x
www.eeworm.com/read/346103/11768821
paf lcd.paf
www.eeworm.com/read/346084/11769685
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
void MoveViewPort(int depth);
void Test_LcdMono(void);
void Test_LcdG4(void);
void Test_LcdG16(void);
void Test_LcdColor(void);
#endif /*__LCD_H__*/
www.eeworm.com/read/346084/11769694
c lcd.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\lcdlib.h"
#include "..\inc\glib.h"
#include "..\inc\lcd.h"
void Test_LcdMono(vo
www.eeworm.com/read/156687/11784997
c lcd.c
#include "io_map.h"
extern byte runminute;
extern word runhour;
void InitLcd(void) //初始化LCD模块
{
LCDCR0_LCDEN=0;
LCDCR0=0X34;
LCDCR1=0X01;
FPENR0=0XFF;
www.eeworm.com/read/345866/11785060
c lcd.c
/* LCD控制和显示函数*/
#include "def.h"
#include "44b.h"
#include "44blib.h"
#include "lcd.h"
#include "bmp.h"
/*宏定义*/
#define DMA_Byte (0)
#define DMA_HW (1)
#define DMA_Word (2)
#defin
www.eeworm.com/read/345866/11785065
h lcd.h
/* LCD公共宏定义和函数声明 */
#ifndef __LCD_H__
#define __LCD_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "def.h"
/* 宏定义,屏幕大小 */
#define TLCD_160_240 (0)
#define VLCD_240_160 (
www.eeworm.com/read/259508/11786027
lcd1602
www.eeworm.com/read/156486/11798460
c lcd.c
/*
*********************************************************************************************************
* Embedded Systems Building Blocks
*
www.eeworm.com/read/156486/11798463
h lcd.h
/*
*********************************************************************************************************
* Embedded Systems Building Blocks
*