Dependencies:   EthernetNetIf NTPClient_NetServices mbed

dotmatrix.h

Committer:
suupen
Date:
2011-12-11
Revision:
0:f49394bec833

File content as of revision 0:f49394bec833:

/***********************************************************************/
/*                                                                     */
/*    dotmatrix.h                                                        */
/*                                                                     */
/***********************************************************************/
#ifndef _DOTMATRIX_H
#define _DOTMATRIX_H

#include "Types.h"
/*****************************Macro definition********************************/
#define Z_dotGreen    (1)
#define Z_dotRed    (0)

/******************************Function declaration***************************/
/******************************************************************************
Name       : dot matrix output
Parameters : none
Returns    : nothing
Description: extren call
******************************************************************************/
void dotmatrix_output(void);

/******************************************************************************
Name       : TLC5940 initalize
Parameters : none
Returns    : nothing
Description: extren call
******************************************************************************/
void dotmatrix_initialize(void);

/******************************************************************************
Name       : Display data set demo initialize
Parameters : none
Returns    : nothing
Description: extren call
******************************************************************************/
void dotmatrix_demoInitialize(void);

/******************************************************************************
Name       : Display data set demo
Parameters : none
Returns    : nothing
Description: extren call
******************************************************************************/
void dotmatrix_demo(void);

/******************************************************************************
Name       : display data kaicho wo TLC5940 Gray Data ni henkan suru data table ti no sakusei
Parameters : none 
Returns    : nothing
Description: 
******************************************************************************/
void dotmatrix_grayDataKansan(void);

/*****************************Global variable*********************************/
#ifdef _DOTMATRIX_C
    #define    EXTERN
    #define    GLOBAL_VARIABLE_DEFINE
#else
    #define    EXTERN extern
#endif

EXTERN uint8_t F_kakikae;   // 0:kakikae OK 1:kakikae NG

#undef    _DOTMATRIX_C
#undef    EXTERN
#undef    GLOBAL_VARIABLE_DEFINE


#endif    // _DOTMATRIX_H