代码搜索结果
找到约 10,000 项符合
Display 的代码
display.c
// display.c gpl-gps display output
// Copyright (C) 2005 Andrew Greenberg
// Distributed under the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 (June 1991).
// See the "COPYING" file distributed with
display.h
// display.h: Header file for the display.c file
// Copyright (C) 2005 Andrew Greenberg
// Distributed under the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 (June 1991).
// See the "COPYING" file dist
display.h
extern unsigned char keyFlag;
/**************************
函数:KeyScan()
功能:测试按键功能
**************************/
unsigned char KeyScan(void);
/*************************
函数:DispInit()
功能:显示初始化
display.c
#include
#include
/**********************************************************
I2C时序的延时程序
适用于aduc848,系统时钟为12.582912MHz时,for循环30次以上
*****************************************
display.lst
C51 COMPILER V8.02 DISPLAY 08/13/2008 09:47:18 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.c
/* ANSI display emulation
*
* This file emulates the IBM ANSI terminal display. It maintains a
* display buffer and descriptor for each virtual display, of which there
* can be many. All write
display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
uint32 cookie; /* Magic cookie to detect bogus pointers */
#define D_
display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "figure.h"
#define DIRECT_DISPLAY 0
#define FONTSIZE_SMALL 1
#define FONTSIZE_MIDDLE 2
#define FONTSIZE_BIG 3
#define FONT_TR