srgb.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:3k
源码类别:

DVD

开发平台:

C/C++

  1. /**************************************************************************
  2.  *                                                                        *
  3.  *         Copyright (c) 2002 by Sunplus Technology Co., Ltd.             *
  4.  *                                                                        *
  5.  *  This software is copyrighted by and is the property of Sunplus        *
  6.  *  Technology Co., Ltd. All rights are reserved by Sunplus Technology    *
  7.  *  Co., Ltd. This software may only be used in accordance with the       *
  8.  *  corresponding license agreement. Any unauthorized use, duplication,   *
  9.  *  distribution, or disclosure of this software is expressly forbidden.  *
  10.  *                                                                        *
  11.  *  This Copyright notice MUST not be removed or modified without prior   *
  12.  *  written consent of Sunplus Technology Co., Ltd.                       *
  13.  *                                                                        *
  14.  *  Sunplus Technology Co., Ltd. reserves the right to modify this        *
  15.  *  software without notice.                                              *
  16.  *                                                                        *
  17.  *  Sunplus Technology Co., Ltd.                                          *
  18.  *  19, Innovation First Road, Science-Based Industrial Park,             *
  19.  *  Hsin-Chu, Taiwan, R.O.C.                                              *
  20.  **************************************************************************/
  21. /*--------------------------------------------------------------------------
  22. |  File Name   :  srgb.h
  23. |
  24. |  Description :  8202 Serial RGB interface
  25. |
  26. |  Version    :  0.1  
  27. |  Rev Date         Author(s)      Status & Comments
  28. |---------------------------------------------------------------------------------
  29. |  0.1 2005/1/5        wthsin         Creating
  30. |--------------------------------------------------------------------------------*/
  31. #include "config.h"
  32. #include "regmap.h"
  33.  
  34. #ifdef SERIAL_RGB     
  35. #define  SRGB_OFF            0 
  36. #define  SRGB_ON             1 
  37. #define  UPS051              0 
  38. #define  UPS052              1 
  39. #define  PANEL_MODE_280      0 
  40. #define  PANEL_MODE_480      1 
  41. #define  PANEL_MODE_528      2 
  42. #define  PANEL_MODE_960      3 
  43. #define  PANEL_MODE_1152     4 
  44. #define  PANEL_MODE_1440     5  
  45. extern void SetSRGB_MODE(UINT32 );
  46. extern void SRGB_Output_Switch(UINT32 ,UINT32 );
  47. extern void setSRGB_para(UINT8  ,UINT8  ,UINT8  ,UINT8  ,UINT8  ,UINT8  );
  48. void SRGB_HV ( UINT32 , UINT8 );
  49.  
  50. #endif    //#ifdef SERIAL_RGB