/************************** Copyright (c) **********************************
|
** FUZHOU FUGUANG ELECTRONICS Co.,LTD.
|
** ¸£Öݸ£¹âµç×ÓÓÐÏÞ¹«Ë¾
|
** http://www.fuguang.com
|
**
|
**-------------- File Info -------------------------------------------------
|
** File name: SYSSetPage.h
|
** Last modified Date: 2008-11-16
|
** Last Version: 1.0
|
** Descriptions: System settings 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: System settings view and set
|
**
|
***************************************************************************/
|
//
|
#ifndef SYSSetPage_H
|
#define SYSSetPage_H
|
|
#include "Define.h"
|
|
unsigned char DSPSYSSetPage(void);
|
void UpdateTimeValue(const Date_Time *time);
|
void GetAndDSPModuleADDR(const unsigned char addr);
|
void GetAndDSPSN(const unsigned int x, const unsigned int y, const unsigned char type);
|
void DrawSYSSPControlButton(void);
|
void DrawTimeSetUnderLine(unsigned char index);
|
void GetSYSSetPageButtonDown(void);
|
void SetAndUpdateMonomerLimitAction(void);
|
void GetAndDSPMonomerLimitAction(void);
|
unsigned char GetMonomerLowLimitAction(void);
|
void DSPSYSSetPageText(void);
|
void UpdateSYSSetPageText(void);
|
void GetAndDspMonomerFreq(void);
|
void SetMonomerFreq(const unsigned char value);
|
void SetButtonIsBeep(unsigned int state);
|
unsigned int GetButtonIsBeep(unsigned char isread);
|
void SetExtClamprange(unsigned int rang);
|
unsigned int GetExtClamprange(unsigned char isread);
|
/*
|
unsigned char GetDataSaveInterval(void);
|
void GetAndDspDataSaveInterval(void);
|
void SetDataSaveInterval(const unsigned char value);
|
*/
|
#endif
|
//
|