panel.h
来自「VoyagerGX display driver for Windows CE 」· C头文件 代码 · 共 33 行
H
33 行
/*
* Voyager GX SDK
*
* $Workfile: PANEL.H $
*
* This file contains the definitions for the panel functions.
*
* Written by Frido Garritsen
* Copyright (c) 2002 - Silicon Motion, Inc.
* All Rights Reserved.
*
* $Log: \\Mercury\Projects\archives\Voyager\SDK\Tools\common\PANEL.H-arc $
*
* Rev 1.0 Dec 06 2002 17:27:10 Frido
* Initial Revision
*
*/
#ifndef _PANEL_H_
#define _PANEL_H_
typedef enum _panel_state_t
{
PANEL_OFF,
PANEL_ON,
}
panel_state_t;
//void panelWaitVSync(int vsync_count);
//void panelPowerSequence(panel_state_t on_off, int vsync_delay);
#endif // _PANEL_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?