/************************** Copyright (c) **********************************
|
** FUZHOU FUGUANG ELECTRONICS Co.,LTD.
|
** ¸£Öݸ£¹âµç×ÓÓÐÏÞ¹«Ë¾
|
** http://www.fuguang.com
|
**
|
**-------------- File Info -------------------------------------------------
|
** File name: AboutPage.h
|
** Last modified Date: 2008-11-16
|
** Last Version: 1.0
|
** Descriptions: Test parms view and set
|
**
|
**--------------------------------------------------------------------------
|
** Created by: mxpopstar
|
** Created date: 2008-11-16
|
** Version: 1.0
|
** Descriptions: The original version
|
**
|
**--------------------------------------------------------------------------
|
** Modified by: mxpopstar
|
** Modified date: 2008-11-20
|
** Version:
|
** Descriptions: Test parms view and set
|
**
|
***************************************************************************/
|
//
|
#ifndef AboutPage_H
|
#define AboutPage_H
|
|
unsigned char DSPAboutPage(void);
|
void GetAboutPageButtonDown(void);
|
void DSPAPTestingParmItem(unsigned char index, unsigned char Bcolor, unsigned char Fcolor);
|
void APUpdateTestingParm(const unsigned int *Parm);
|
void DrawAPControlButton(const unsigned char index);
|
void GetTestingParm(const unsigned char index);
|
|
#endif
|
//
|
|
|