📄 ver_amadisp_std.h
字号:
//
// Copyright (c) 2002-2003 Renesas Technology Corp.
// All Rights Reserved.
//
// HD64404 Standard Display Driver
//
//
// FILE : VER_AMADISP_STD.H
// CREATED : 2002. 6.12
// MODIFIED : 2003. 6.17
// AUTHOR : Renesas Technology Corp.
// HARDWARE : US7751-HRPxxC (BigSur with HD64404, ITS-DS2A)
// HS7751RSTC01H (S1-E, ITS-DS5)
// TARGET OS : Microsoft(R) Windows(R) CE .NET 4.2
// FUNCTIONS : Independently keeps driver version string
// HISTORY :
// 2002. 6.12
// - Initially created.
// 2002. 8. 1
// - Modification number is added after the minor version of the
// version string.
// 2002. 9.25
// - Header style is changed.
// - Modification number is changed by code maintenance.
// 2002.11.27
// - Minor version is changed by support of generating display
// clock from ICD2053B Programmable Clock Generator.
// 2003. 2. 7
// - Modification number is changed by header style changes.
// 2003. 6.17
// - Modification number is changed by the correction of power
// management problem, modification of GPIO clock control, and
// copyright notification changes.
// - Filename is changed from "VERSION.H" to "VER_AMADISP_STD.H".
//----------------------------------------------------------------------------
TCHAR* g_szVersionString = TEXT("1.5.2 / 20030617");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -