代码搜索结果

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

display.c

#include #include "I2C.h" #include "Display.h" void Init_TimerB(void) { TBCTL = TBSSEL0 + TBCLR; // 选择ACLK,清除TAR TBCCTL0 = CCIE; // TBCCR0 中断允许 TBCCR

display.c

void putsizeimage(unsigned char XSIZE,unsigned char YSIZE,unsigned char code *s) { unsigned char k,lx,ly,a1,a2,y; k=Lcd_CurrentY&0x7; YSIZE+=k; y=Lcd_CurrentY; for(lx=0;lx

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.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.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.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.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.h

#if !defined(__DISPLAY_H__) #define __DISPLAY_H__ void DisplaySetPllSwitch (void); void DisplaySetPll (void); void DisplaySetDefault (void); void DisplayProcess (void); void Di

display.c

/*++ Copyright (c) 1997-1998 Microsoft Corporation Module Name: DISPLAY.C Abstract: This source file contains the routines which update the edit control to display information about th