📄 guiapp_action_menu_values.h
字号:
/*****************************************************************************
** TEXAS INSTRUMENTS PROPRIETARY INFORMATION
**
** (c) Copyright, Texas Instruments Incorporated, 2006.
** All Rights Reserved.
**
** Property of Texas Instruments Incorporated. Restricted Rights -
** Use, duplication, or disclosure is subject to restrictions set
** forth in TI's program license agreement and associated documentation.
******************************************************************************/
#ifndef _GUI_ACTION_EEPROM_H
#define _GUI_ACTION_EEPROM_H
#include "common.h"
#include "guiStyle.h"
typedef struct _GUI_IMAGE_MENU_VALUES_STRUCT
{
int16 brightness;
int16 contrast;
int16 hue;
int16 color;
int16 sharpness;
uint08 colorSpace;
uint08 colorTemp;
} GUI_IMAGE_MENU_VALUES_STRUCT;
typedef struct _GUI_DISPLAY_MENU_VALUE_STRUCT
{
uint08 blankScreenColor;
int16 keystone;
uint08 autoKeystone;
uint08 aspectRatio;
uint08 overscan;
uint08 imageSizeEnum;
int16 imageSizeManualSteps;
int16 imagePosition;
int16 magnify;
uint08 videoStandard;
} GUI_DISPLAY_MENU_VALUES_STRUCT;
typedef struct _GUI_ADVANCED_MENU_VALUE_STRUCT
{
uint08 gamma;
uint08 whitePeaking;
uint08 testPattern;
uint08 noiseReduction;
uint08 autoSourceSelect;
uint08 rearProjection;
uint08 ceilingMount;
uint08 splashSource;
uint08 brilliantColorLook;
uint08 fade;
uint32 cwCalibration;
} GUI_ADVANCED_MENU_VALUES_STRUCT;
typedef struct _GUI_AUTOLOCK_MENU_VALUE_STRUCT
{
int08 phase;
int08 tracking;
int08 horizontalPosition;
int08 verticalPosition;
} GUI_AUTOLOCK_MENU_VALUES_STRUCT;
typedef struct _GUI_HSG_CONTROL_MENU_VALUE_STRUCT
{
int16 hue;
int16 saturation;
int16 gain;
} GUI_HSG_CONTROL_MENU_VALUES_STRUCT;
typedef struct _GUI_HSG_WHITE_GAINS_CONTROL_MENU_VALUE_STRUCT
{
int16 redGain;
int16 greenGain;
int16 blueGain;
} GUI_HSG_WHITE_GAINS_CONTROL_MENU_VALUES_STRUCT;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -