代码搜索:touchScreen
找到约 596 项符合「touchScreen」的源代码
代码结果 596
www.eeworm.com/read/204103/5034492
pjf touchscreen_test_flash.pjf
# Embest IDE Project File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS PROJECT FILE!
PROJECT_NAME
touchscreen_test_flash
CONFIG
CPU
MODULE=ar
www.eeworm.com/read/169937/5408594
h touchscreen_ads7846.h
#ifndef TS_DEVICE
#define TS_DEVICE "ADS7846"
#define TS_DEVICE_FILE "/dev/innovator_ts"
struct ts_event {
short pressure;
short x;
short y;
short pad;
struct timeval stamp;
};
#endif
www.eeworm.com/read/316872/3604149
adc-lh7-touchscreen
README on the ADC/Touchscreen Controller
========================================
The LH79524 and LH7A404 include a built-in Analog to Digital
controller (ADC) that is used to process input from a to
www.eeworm.com/read/414605/2143540
h touchscreen_ads7846.h
#ifndef TS_DEVICE
#define TS_DEVICE "ADS7846"
#define TS_DEVICE_FILE "/dev/innovator_ts"
struct ts_event {
short pressure;
short x;
short y;
short pad;
struct timeval stamp;
};
#endif
www.eeworm.com/read/370367/9604751
pjf touchscreen_test_flash.pjf
# Embest IDE Project File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS PROJECT FILE!
PROJECT_NAME
touchscreen_test_flash
CONFIG
CPU
MODULE=ar
www.eeworm.com/read/354267/10370237
h touchscreendriver.h
#ifndef _TOUCHSCREEN_H_
#define _TOUCHSCREEN_H_
/*--------------------------
TouchScreen Command
--------------------------*/
#define TSC_X 0x98
#define TSC_Y 0xD8
/*------------------
www.eeworm.com/read/169937/5408564
makefile
##############################################################################
# Microwindows template Makefile
# Copyright (c) 2000 Martin Jolicoeur, Greg Haerr
# Portions Copyright (c) 2002 by Konin
www.eeworm.com/read/428884/8831820
changelog
2006-08-16 Chris Larson
* plugins/collie.c,plugins/corgi.c: Apply patch from Richard Purdie to
fix the microseconds field of the timeval struct, as it was
inadvertantly h
www.eeworm.com/read/382511/9023708
changelog
2005-03-01 Chris Larson
* src/tslib-filter.h: BUGFIX: make the symbol used by the plugins,
tslib_parse_vars, visible.
2005-02-28 Chris Larson
*
www.eeworm.com/read/490547/6447379
changelog
2005-03-01 Chris Larson
* src/tslib-filter.h: BUGFIX: make the symbol used by the plugins,
tslib_parse_vars, visible.
2005-02-28 Chris Larson
*