libmutex.h
来自「用C语言设计的EPSON LCD控制器S1D13700驱动。」· C头文件 代码 · 共 50 行
H
50 行
// LIBMUTEX.H - Common Libraries Project Revision History File
// Copyright (c) 2003 Epson Research and Development, Inc.
// All Rights Reserved.
#define LIB_MUTEX_VERSION "1.00"
#define LIB_MUTEX_REVISION "$Revision: 10 $"
// $Header: /13700/common/zzzMutex/libmutex.h 10 9/30/05 4:57p Roy $
//
// $Log: /13700/common/zzzMutex/libmutex.h $
//
// 10 9/30/05 4:57p Roy
// Added S1D_DISPLAY_WIDTH,
// S1D_DISPLAY_HEIGHT,S1D_DISPLAY_SCANLINE_BYTES,S1D_PHYSICAL_REG_SIZE to
// generic header.
//
// 9 9/14/05 7:21p Roy
// In both Generic and WinCE header info, move reg08 up to the begining
// position. i.e. reg08 must be set to 0 before programming other
// registers.
//
// 8 10/30/03 4:14p Roy
// In chipdef.xml: changed 'approx.15Hz' to 'approx.16Hz'.
//
// 7 10/28/03 2:44p Roy
// Fixed a problem in frame rate calculation in chiplib.cpp.
//
// 6 10/08/03 2:57p Roy
// Modified the caculation of frame rate.
//
// 5 8/27/03 6:39p Roy
// Allowed fx <= 16. It was fx <= 8.
//
// 4 8/19/03 3:11p Roy
// Added FPShift divide and FPShift divide and modified frame rate
// calculation.
//
// 3 8/15/03 6:43p Roy
// Modified ShowTestPattern( ).
//
// 2 7/21/03 7:29p Roy
// Modified ShowTestPattern.
//
// 1 7/10/03 10:59a Roy
// Ported from 13710.
//
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?