代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.h
#ifndef _lcd_h_
#define _lcd_h_
#include
#include
#include
#define pi 3.14159265358679325
#define uchar unsigned char
#define uint unsigned int
sbit psb=P5^
lcd.c
#include "lcd.h"
//uchar xdata phototable[64][16]= {0x00};
uchar xdata phototable[64][16]=
{
0x00,0x00,0x0F,0xE7,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x01,0xFF,0xFE,0x00,
0x00,0x00,0x1F,0xF
lcd.c
/*****************************************************
* LCD Library *
* Supported hardware : 2x16 LCD *
* Author : Vijay Manohar .D *
* Date
lcd.h
/***************************************************************
* LCD Library *
* Supported hardware: 2x16 LCD *
* Author : Vijay Manohar .D *
*
lcd.c
/*
* Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any perso
lcd.h
/*
* Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any perso
lcd.h
#define char_a 0x10
#define char_b 0x20
#define char_c 0x40
#define char_d 0x08
#define char_e 0x04
#define char_f 0x01
#define char_g 0x02
#define char_p 0x80
#define char_0 char
lcd.c
#include
unsigned char col,row; //当前行号与列号
char code syn_57[ ]={
0x3E,0x51,0x49,0x45,0x3E, // 0 代码分别为 0
0x42,0x43,0x7F,0x40,0x40, // 1 代码分别为 1