📄 tp6315_fp.h
字号:
/* **************************************************************************************
* Copyright (c) 2004 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: TP6315_fp.h $
*
* Description:
* ============
* NEC front Panel definition
*
* Log:
* ====
****************************************************************************************
* Updates:
****************************************************************************************
* 1 Dec.18, 2004 JerryLin
* First created
****************************************************************************************/
#include "Config.h" // Global Configuration - do not remove!
#ifdef TP6315_FP
#ifndef NEC_FP_H
#define NEC_FP_H
#define BYTES_USED_TO_SCANKEY 4
// command types
#define DISPLAY_MODE 0x00
#define DATA_SETTING 0x40
#define DISPLAY_CONTROL 0x80
#define ADDRESS_SETTING 0xc0
// data setting options
#define WRITE_DISPLAY 0x00
#define WRITE_LIGHTS 0x01
#define READ_KEYSCAN 0x02
#define ADDRESS_INCREASE 0x00
#define ADDRESS_FIX 0x04
#define NORMAL_OPERATION 0x00
#define TEST_OPERATION 0x08
// display mode options
#define G4_S24 0x00
#define G5_S23 0x01
#define G6_S22 0x02
#define G7_S21 0x03
#define G8_S20 0x04
#define G9_S19 0x05
#define G10_S18 0x06
#define G11_S17 0x07
#define G12_S16 0x08
// display control options
#define GON 0x08
#define DIM_1_16 0x00
#define DIM_2_16 0x01
#define DIM_4_16 0x02
#define DIM_10_16 0x03
#define DIM_11_16 0x04
#define DIM_12_16 0x05
#define DIM_13_16 0x06
#define DIM_14_16 0x07
static void VFD_LL_WriteByte( BYTE byte );
static void VFD_LL_ReadByte( BYTE *byte );
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -