代码搜索结果

找到约 10,000 项符合 Display 的代码

display.c

/* libdmtx - Data Matrix Encoding/Decoding Library Copyright (C) 2006 Mike Laughton This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General

display.h

/* libdmtx - Data Matrix Encoding/Decoding Library Copyright (C) 2006 Mike Laughton This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General

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 { unsigned cookie; /* Magic cookie to detect bogus pointers */ #define

display.c

#include "display.h" //============================================================= const unsigned char CGTAB[64]={ 0x00,0x40,0x37,0x10,0x81,0x61,0x22,0x0A,/*"液"= 80H*/

display.h

#ifndef DISPLAY_H #define DISPLAY_H #include "common.h" uchar readstate(void); //读取LCD状态字 // //判断指令(数据)读写状态 void st01(void); //判断数据自动读状态 void st2(void); //=========== //判断数据自动写状态 voi

display.h

#ifndef __DISPLAY_H__ #define __DISPLAY_H__ #include "figure.h" #define FONTSIZE_SMALL 1 #define FONTSIZE_MIDDLE 2 #define FONTSIZE_BIG 3 #define FONT_TRANSPARENT 4 //透明背景 #define FONT_BLACKBK

display.c

/**************************************************************** D I S P L A Y . C This module deals with the Tank Monitor Display. Copyright 1999 by Addison We

display.c

/*------------------------------------------------------------------- DISPLAY_DISTANCES */ void display_distances(struct swarm sw) { /* Display all distances between particles of a swarm */ int i