⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tat61lcd.hec

📁 这是用Labwindows开发的一个RF test程序。 用于日本机种的组装后ANT 测试。
💻 HEC
字号:
/******************************************************************************/
/* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */
/******************************************************************************/
/*F(*************************************************************************** 
 * File name : %M%
 * Project : ROAD RUNNER
 * Module :
 * Date : (US) %G% %U%
 * Version : %I%
 * Compiler name and release(s) :
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    DESCRIPTION
 *
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                           FUNCTIONS DEFINED IN THIS FILE
 *----------------------------------------------------------------------------* 
 * Name            | Object
 *----------------------------------------------------------------------------* 
 * 
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    EVOLUTION
 *----------------------------------------------------------------------------* 
 * Date     | Author    | Arnb    | Description
 *----------------------------------------------------------------------------* 
 * 13.01.98 | SIMON JM  |  1.0    |Creation
 * 31.03.98 | Sezille F |  1.1    |add constantes definition  
 * 25.06.98 | Le Goff F |  1.2    | Change Alphabet definition for X15.
 * 25.06.98 | Le Goff F |  1.3    | Change Font for X15 (uses of HSC_AUTOTEST).
 * 29.09.98 | Le Goff F |  2.0    | Adapte constante to the new module HSCR.
 * 05.01.99 | Le Goff F |X15G-1.12| Add icon.h and font.h include file for
 *          |           |         | OSD integration..
 * 02.05.99 | F. Le Goff|X15G-1.16| - Suppression of OSD_INTEGRATION switch 
 * 31.05.99 | F. Le Goff|X15G-1.17| - Adapte to the change to the HSCR changes 
 *          |           |         | Change HSCR constants in DSCR constants.
 * 02.06.99 |R.CHartier |?????????| - __B52DBV2__
 ***************************************************************************)F*/
/* #*/

#ifndef TAT61LCD_HEC
#define TAT61LCD_HEC

/* Screens size */
#define LINEWIDTH         24 
#define CHARACTER_WIDTH    7
#define WRONG_ICON_NUMBER  0
#define PAGE_HEIGHT        8
#define LINE_TO_Y_OFFSET   5
#define LINE_TO_Y_HIGH    15
#define LINE_TO_X_OFFSET   7
#define LINE_TO_X_WIDTH    8

#define TAT_LCD_NORMAL_VIDEO		HSC_INVERTED_VIDEO_OFF
#define TAT_LCD_INVERSE_VIDEO		HSC_INVERTED_VIDEO_ON

#if defined (TAT_FONT_13_BOLD_FTR)
#define TAT_LCD_ULTRA_LARGE_BOLD	FON_13_BOLD  
#define TAT_LCD_DEFAULT_ALPHABET	FON_13_BOLD
#define TAT_LCD_FONT_N1			FON_9_REGULAR
#else
#define TAT_LCD_ULTRA_LARGE_BOLD	FON_15_BOLD  
#define TAT_LCD_DEFAULT_ALPHABET	FON_15_BOLD
#define TAT_LCD_FONT_N1			FON_9_REGULAR
#endif 
#define TAT_LCD_TEST0		HSC_TEST_0 /* Clear screen*/
#define TAT_LCD_TEST1		HSC_TEST_1 /*checkerboard*/
#define TAT_LCD_TEST2		HSC_TEST_2  /*inverted checkerboard*/
#define TAT_LCD_TEST3		HSC_TEST_3  /*static*/

/* Position constante. */
/***********************/
#if !defined(TATLCD_LINE_MANAGEMENT_FTR)
#define TATLCD_LINE_1	1  /* 1st line on Screen */
#define TATLCD_LINE_2	2  /* 3d line on Screen */
#define TATLCD_LINE_3	3  /* 3d line on Screen */
#define TATLCD_LINE_4	4  /* 4th line on Screen */
#else
#define TATLCD_LINE_1	0  /* 1st line on Screen */
#define TATLCD_LINE_2	2  /* 3d line on Screen */
#define TATLCD_LINE_3	4  /* 3d line on Screen */
#define TATLCD_LINE_4	6  /* 4th line on Screen */
#endif

#endif /* TAT61LCD_HEC */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -