代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/162665/10287082
obj lcd.obj
www.eeworm.com/read/162665/10287125
c lcd.c
//**********************************************************************************
//**********************************************************************************
//点阵液晶模块上的汉字显示程序
//可以显示全部一二
www.eeworm.com/read/355196/10287183
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
#include "def.h"
#include "2410lib.h"
#define MAX 11
unsigned short rgb(int red,int green,int blue);
void LCD_Entry(void);
void fillrectangle(int x0,
www.eeworm.com/read/355196/10287326
c lcd.c
/*************************************************************************/
/* */
/* Copyright Shenzhen Watertek S
www.eeworm.com/read/355195/10287518
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
#include "def.h"
#include "2410lib.h"
#define MAX 11
unsigned short rgb(int red,int green,int blue);
void LCD_Entry(void);
void fillrectangle(int x0,
www.eeworm.com/read/355195/10287698
c lcd.c
/*************************************************************************/
/* */
/* Copyright Shenzhen Watertek S
www.eeworm.com/read/426058/10291002
test-lcd
www.eeworm.com/read/426058/10291019
test-lcd
www.eeworm.com/read/426058/10291025
c lcd.c
#include
#include
#include
#include "test-lcd.h"
const UCHAR g_ucAscii8x16[]= /* ascii table */
{
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18
www.eeworm.com/read/162457/10304179
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__*/