/************************** Copyright (c) **********************************
|
** FUZHOU FUGUANG ELECTRONICS Co.,LTD.
|
** ¸£Öݸ£¹âµç×ÓÓÐÏÞ¹«Ë¾
|
** http://www.fuguang.com
|
**
|
**-------------- File Info -------------------------------------------------
|
** File name: AdjustValuePage.h
|
** Last modified Date: 2008-11-16
|
** Last Version: 1.0
|
** Descriptions: AdjustValuePage functions
|
**
|
**--------------------------------------------------------------------------
|
** 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: AdjustValuePage functions
|
**
|
***************************************************************************/
|
//
|
|
#ifndef AVPage_H
|
#define AVPage_H
|
|
#include "Define.h"
|
|
#define AdjVPStopped 0
|
#define AdjVPDischarge 1
|
#define AdjVPCharge 2
|
|
unsigned char DSPAdjVPage(void);
|
void UpdateAdjVPValue(void);
|
void GetAndDSPMonomerVol(const unsigned char index, const unsigned int vol);
|
void DrawAdjVPControlButton(const unsigned char index, const unsigned char state);
|
void GetAdjVPageButtonDown(void);
|
void DrawAdjVPageText(const unsigned char index);
|
unsigned int GetAdjVPWorkState(void);
|
#endif
|
//
|