#ifndef _CONFIGDATA_H_
  #define _CONFIGDATA_H_


extern const int font1;
extern const int font2;
extern const int font3;

extern const int x0;
extern const int y0;
extern const int x1;
extern const int y1;
extern const int x2;
extern const int y2;
extern const int x3;
extern const int y3;

extern const int OFF_TIME_CORRECTION;

extern const int ShowSeconds;

#endif
