os/boardsupport/haitest/bspsvs/suite/bsp/lcd/testdata/devlon52/armv5/t_screen.ini
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 # This is the global environment file to configure the screen on specific device
     2 # The current default screen values are configured for specific hardware LCD device
     3 # Licencees may need to configure below values to specific devices and also
     4 # check supported HAL Enum's.
     5 
     6 [generic]
     7 
     8 [screen]
     9 
    10 # Define defualt display mode for the default screen
    11 displaymode         =1
    12 
    13 #Define number of diplay mode supported by specific device
    14 numofdisplaymodes    =2
    15 
    16 #Max brightness 
    17 maxDisplayBrightness =100
    18 
    19 #Define default pixel order, to know whether it is RGB or anyotherformat
    20 pixelOrderRGB       =1
    21 
    22 #Define to check pixelOrderLandscape. 
    23 pixelOrderLandscape =1
    24 
    25 # Defines the screen device width(X Pixels) for default displaymode
    26 modewidth			=640
    27 
    28 # Defines the screen device height(Y Pixels) for default displaymode
    29 modeheight			=360
    30 
    31 #Display Offset BetweenLines for default displaymode
    32 modedisplayOffsetBetweenLines	=8192
    33 
    34 #Display Offset To FirstPixel for default displaymode
    35 modedisplayOffsetToFirstPixel	=0
    36 
    37 #Bits per pixel for default displaymode
    38 modebitsPerPixel		=24
    39 
    40 #Is the display palettized for default displaymode
    41 modedisplayIsPalettized	=FALSE
    42 
    43 #RGB format rrrrrggggggbbbbb (565) for default displaymode
    44 modemaskRed			    =0xFF
    45 modemaskGreen			=0xFF
    46 modemaskBlue			=0xFF
    47 modemaskAlpha			=0x00
    48 
    49 #RGB shift according to format for default displaymode
    50 modeshiftRed			=16
    51 modeshiftGreen			=8
    52 modeshiftBlue			=0
    53 modeshiftAlpha			=0
    54 
    55 screenDelay			=5
    56 
    57 [screen0]
    58 # Defines the screen number on the multiple screens in the device.
    59 id				=0
    60 
    61 
    62 # Define  display mode for the screen0
    63 displaymode         =1
    64 
    65 # Defines the screen device width(X Pixels) for default displaymode
    66 modewidth			=640
    67 
    68 # Defines the screen device height(Y Pixels) for default displaymode
    69 modeheight			=360
    70 
    71 #Display Offset BetweenLines for default displaymode
    72 modedisplayOffsetBetweenLines	=8192
    73 
    74 #Display Offset To FirstPixel for default displaymode
    75 modedisplayOffsetToFirstPixel	=0
    76 
    77 #Bits per pixel for displaymode 
    78 modebitsPerPixel		=24
    79 
    80 #Is the display palettized for default displaymode
    81 modedisplayIsPalettized	=FALSE
    82 
    83 #RGB format rrrrrrrrggggggggbbbbbbbb (888) for default displaymode
    84 modemaskRed			    =0xFF
    85 modemaskGreen			=0xFF
    86 modemaskBlue			=0xFF
    87 modemaskAlpha			=0x00
    88 
    89 #RGB shift according to format for default displaymode
    90 modeshiftRed			=16
    91 modeshiftGreen			=8
    92 modeshiftBlue			=0
    93 modeshiftAlpha			=0
    94 
    95 
    96 
    97 # Defines the screen device width(X Pixels) for displaymode 0
    98 mode0width			=640
    99 
   100 # Defines the screen device height(Y Pixels) for displaymode 0
   101 mode0height			=360
   102 
   103 #Display Offset BetweenLines for displaymode 0
   104 mode0displayOffsetBetweenLines	=4096
   105 
   106 #Display Offset To FirstPixel for displaymode 0
   107 mode0displayOffsetToFirstPixel	=0
   108 
   109 #Bits per pixel for displaymode 0
   110 mode0bitsPerPixel		=16
   111 
   112 #Is the display palettized for displaymode 0
   113 mode0displayIsPalettized	=FALSE
   114 
   115 #RGB format rrrrrggggggbbbbb (565) for displaymode 0
   116 mode0maskRed			=0xF8
   117 mode0maskGreen			=0xFC
   118 mode0maskBlue			=0xF8
   119 mode0maskAlpha			=0x00
   120 
   121 #RGB shift according to format for displaymode 0
   122 mode0shiftRed			=8
   123 mode0shiftGreen			=3
   124 mode0shiftBlue			=-3
   125 mode0shiftAlpha			=0
   126 
   127 
   128 
   129 # Defines the screen device width(X Pixels) for displaymode 1
   130 mode1width			=640
   131 
   132 # Defines the screen device height(Y Pixels) for displaymode 1
   133 mode1height			=360
   134 
   135 #Display Offset BetweenLines for displaymode 1
   136 mode1displayOffsetBetweenLines	=8192
   137 
   138 #Display Offset To FirstPixel for displaymode 1
   139 mode1displayOffsetToFirstPixel	=0
   140 
   141 #Bits per pixel for displaymode 1
   142 mode1bitsPerPixel		=24
   143 
   144 #Is the display palettized for displaymode 1
   145 mode1displayIsPalettized	=FALSE
   146 
   147 #RGB format rrrrrrrrggggggggbbbbbbbb (888) for displaymode 1
   148 mode1maskRed			=0xFF
   149 mode1maskGreen			=0xFF
   150 mode1maskBlue			=0xFF
   151 mode1maskAlpha			=0x00
   152 
   153 #RGB shift according to format for displaymode 1
   154 mode1shiftRed			=16
   155 mode1shiftGreen			=8
   156 mode1shiftBlue			=0
   157 mode1shiftAlpha			=0
   158 
   159