代码搜索:电容屏
找到约 4,731 项符合「电容屏」的源代码
代码结果 4,731
www.eeworm.com/read/125729/14467701
h keyval_def.h
///---------------------V型机液显屏键值定义---------------------//
#ifndef keyval_def_h
#define keyvak_def_h
#define OK_KEY 0xdf
#define ESC_KEY 0xfb
#define UP_KEY 0x7f
#
www.eeworm.com/read/121979/14727748
c sendrtcb.c
/****************************************************************************
* File:SENDRTC.C
* 功能:运行RTC进行计时,并将所时间值不断的通过串口向上位机发送。(使用模拟万年历显示屏)
* 说明:将跳线器JP2短接。
*************************************
www.eeworm.com/read/219530/14877133
c lcd.c
#include "main.h"
#include"lcd.h"
unsigned int RealCurrent;
/*
LCDInitial LCD初始化程序:
初始化LCD并显示欢迎屏。
*/
void DISPInitial()
{
unsigned int i;
unsigned char j;
WriteLCD_Command(0x30); //
www.eeworm.com/read/217329/14969008
txt 移植文档.txt
触摸屏驱动移植
一、添加文件
1、将s3c2410_ts.c文件拷贝到drivers/input/touchscreen/目录下,其内容为:
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/7938/139652
m51 xdata.m51
BL51 BANKED LINKER/LOCATER V6.05 02/04/2008 21:31:31 PAGE 1
BL51 BANKED LINKER/LOCATER V6.05, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE LED屏.o
www.eeworm.com/read/9016/161137
c gxdlcm_demo.c
#include "LCD_SoftLayer.h"
#include "BMP.h"
#include "menu.h"
#include "keyscan.h"
#include "SysFunction.h"
//欢迎屏
void weldisplay()
{
LCD_disp_CLS();
//显示BMP图片
LCD_setpos_Driver(0,1);
LC
www.eeworm.com/read/26592/853792
1
/*--------------------------------------
多个16*16LED显示演示程序
MCU AT89C52 XAL 24MHz
2005年5月18日
--------------------------------------*/
//以下程序能实现多个16*16LED屏的多个字符显示,显示方式
www.eeworm.com/read/27562/866187
c main.c
//-----------------------------------------------------------------
// 名称: TMR1与TMR2定时器控制十字路口秒计时显示屏
//-----------------------------------------------------------------
// 说明: 本例运行时,东西向蓝色数码管与南北向红色
www.eeworm.com/read/25616/947813
svn-base task.c.svn-base
#include "NEW_8051.H"
#include"task.h"
#include
#include"sbit.h"
//#include " uart.h"
/*****************************************************
4字LED点阵屏+DS1302万年历电子钟 C 程序
****
www.eeworm.com/read/25616/947842
c task.c
#include "NEW_8051.H"
#include"task.h"
#include
#include"sbit.h"
//#include " uart.h"
/*****************************************************
4字LED点阵屏+DS1302万年历电子钟 C 程序
****