代码搜索结果
找到约 10,000 项符合
Screen 的代码
touch_screen.h
#ifndef __Ts_auto_H__
#define __Ts_auto_H__
void Touch_Screen_Init(void) ;
void Touch_Screen_Off(void) ;
void TouchPanel_test(void) ;
int CheckTouchPanelEvent(U16 *x, U16 *y, U32 *tm) ;
int To
pub_screen.c
/*
*ANSI驱动程序的一些屏幕操作函数
*zyq - shilyu - cff 09014
*functionnum 018
*/
#include "./../inc/pub.h"
#if !defined( DEBUG )
#define DEBUG
#endif
/* 001
* 清屏
*/
void clscr( )
{
printf( "%c[2J", E
screen5.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
screen3.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
screen4.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
screen3.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that