⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pictures.lst

📁 silicon wireless开发套件F920+Si4432原理图,源码
💻 LST
📖 第 1 页 / 共 2 页
字号:
C51 COMPILER V8.00   PICTURES                                                              11/17/2008 10:50:40 PAGE 1   


C51 COMPILER V8.00, COMPILATION OF MODULE PICTURES
OBJECT MODULE PLACED IN pictures.OBJ
COMPILER INVOKED BY: C:\Program Files\Keil\C51\BIN\C51.exe pictures.c DB OE BR

line level    source

   1          /*
   2          ** ============================================================================
   3          **
   4          ** FILE
   5          **  pictures.c
   6          **
   7          ** DESCRIPTION
   8          **  contains all the pictures used in the demo
   9          **
  10          ** CREATED
  11          **  Silicon Laboratories Hungary Ltd
  12          **
  13          ** COPYRIGHT
  14          **  Copyright 2008 Silicon Laboratories, Inc.  
  15          **      http://www.silabs.com
  16          **
  17          ** ============================================================================
  18          */
  19          
  20          #include "S8051.h"
  21          
  22          /** NOTE: the picture description arrays are generated by Fntcvtr.exe 
  23           **               The first element of the array should be number of the vertical pixels / 8.   
  24           **               The second element of the array should be the number of horizontal pixels.    
  25           **/
  26          /*
  27          NO PACKET ICON
  28                  horizontal size is 11 pixels.
  29                  vertical size is 8 pixels.
  30          */
  31          const code no_packet11x8[] = {
  32          1,11,
  33          '\x10',
  34          '\x10',
  35          '\x10',
  36          '\x00',
  37          '\x10',
  38          '\x10',
  39          '\x10',
  40          '\x00',
  41          '\x10',
  42          '\x10',
  43          '\x10'
  44          }; 
  45          
  46          /*
  47          RSSI1 ICON
  48                  horizontal size is 2 pixels.
  49                  vertical size is 8 pixels.
  50          */
  51          const code rssi12x8[] = {
  52          1,2,
  53          '\x80',
  54          '\x80'
  55          }; 
C51 COMPILER V8.00   PICTURES                                                              11/17/2008 10:50:40 PAGE 2   

  56          
  57          /*
  58          RSSI2 ICON
  59                  horizontal size is 4 pixels.
  60                  vertical size is 8 pixels.
  61          */
  62          const code rssi24x8[] = {
  63          1,4,
  64          '\x80',
  65          '\x80',
  66          '\xc0',
  67          '\xc0'
  68          }; 
  69          
  70          /*
  71          RSSI3 ICON
  72                  horizontal size is 6 pixels.
  73                  vertical size is 8 pixels.
  74          */
  75          const code rssi36x8[] = {
  76          1,6,
  77          '\x80',
  78          '\x80',
  79          '\xc0',
  80          '\xc0',
  81          '\xe0',
  82          '\xe0'
  83          };
  84          
  85          /*
  86          RSSI4 ICON
  87                  horizontal size is 8 pixels.
  88                  vertical size is 8 pixels.
  89          */
  90          const code rssi48x8[] = {
  91          1,8,
  92          '\x80',
  93          '\x80',
  94          '\xc0',
  95          '\xc0',
  96          '\xe0',
  97          '\xe0',
  98          '\xf0',
  99          '\xf0'
 100          }; 
 101          
 102          /*
 103          RSSI5 ICON
 104                  horizontal size is 10 pixels.
 105                  vertical size is 8 pixels.
 106          */
 107          const code rssi510x8[] = {
 108          1,10,
 109          '\x80',
 110          '\x80',
 111          '\xc0',
 112          '\xc0',
 113          '\xe0',
 114          '\xe0',
 115          '\xf0',
 116          '\xf0',
 117          '\xf8',
C51 COMPILER V8.00   PICTURES                                                              11/17/2008 10:50:40 PAGE 3   

 118          '\xf8'
 119          }; 
 120          
 121          /*
 122          RSSI6 ICON
 123                  horizontal size is 12 pixels.
 124                  vertical size is 8 pixels.
 125          */
 126          const code rssi612x8[] = {
 127          1,12,
 128          '\x80',
 129          '\x80',
 130          '\xc0',
 131          '\xc0',
 132          '\xe0',
 133          '\xe0',
 134          '\xf0',
 135          '\xf0',
 136          '\xf8',
 137          '\xf8',
 138          '\xfc',
 139          '\xfc'
 140          };
 141          
 142          /*
 143          RSSI7 ICON
 144                  horizontal size is 14 pixels.
 145                  vertical size is 8 pixels.
 146          */
 147          const code rssi714x8[] = {
 148          1,14,
 149          '\x80',
 150          '\x80',
 151          '\xc0',
 152          '\xc0',
 153          '\xe0',
 154          '\xe0',
 155          '\xf0',
 156          '\xf0',
 157          '\xf8',
 158          '\xf8',
 159          '\xfc',
 160          '\xfc',
 161          '\xfe',
 162          '\xfe'
 163          };
 164          
 165          /*
 166          ANTENNA ICON
 167                  horizontal size is 9 pixels.
 168                  vertical size is 8 pixels.
 169          */
 170          const code ant9x8[] = {
 171          1,9,
 172          '\x02',
 173          '\x04',
 174          '\x08',
 175          '\xfe',
 176          '\x08',
 177          '\x04',
 178          '\x02',
 179          '\x00',
C51 COMPILER V8.00   PICTURES                                                              11/17/2008 10:50:40 PAGE 4   

 180          '\x44' 
 181          };  
 182          
 183          /*
 184          RSSI FULL ICON
 185                  horizontal size is 14 pixels.
 186                  vertical size is 8 pixels.
 187          */
 188          const code rssi_full_inverted14x8[] = {
 189          1,14,
 190          '\x40',
 191          '\x40',
 192          '\x60',
 193          '\x60',
 194          '\x70',
 195          '\x70',
 196          '\x78',
 197          '\x78',
 198          '\x7c',
 199          '\x7c',
 200          '\x7e',
 201          '\x7e',
 202          '\x7f',
 203          '\x7f'
 204          };
 205          
 206          /*
 207          ANTANNA 1 ICON
 208                  horizontal size is 15 pixels.
 209                  vertical size is 8 pixels.
 210          */
 211          const code ant1_inverted15x8[] = {
 212          1,15,
 213          '\xff',
 214          '\xfd',
 215          '\xfb',
 216          '\xf7',
 217          '\x81',
 218          '\xf7',
 219          '\xfb',
 220          '\xfd',
 221          '\xff',
 222          '\xff',
 223          '\xf7',
 224          '\xfb',
 225          '\x81',
 226          '\xff',
 227          '\xff' 
 228          };
 229          
 230          /*
 231          ANTANNA 2 ICON
 232                  horizontal size is 15 pixels.
 233                  vertical size is 8 pixels.
 234          */
 235          const code ant2_inverted15x8[] = {
 236          1,15,
 237          '\xff',
 238          '\xfd',
 239          '\xfb',
 240          '\xf7',
 241          '\x81',
C51 COMPILER V8.00   PICTURES                                                              11/17/2008 10:50:40 PAGE 5   

 242          '\xf7',
 243          '\xfb',
 244          '\xfd',
 245          '\xff',
 246          '\x9b',
 247          '\xad',
 248          '\xad',
 249          '\xad',
 250          '\xb3',
 251          '\xff'
 252          };
 253          
 254          /*
 255          OK ICON
 256                  horizontal size is 16 pixels.
 257                  vertical size is 8 pixels.
 258          */
 259          const code ok_inverted16x8[] = {
 260          1,16,
 261          '\xff',
 262          '\xff',
 263          '\xc3',
 264          '\xbd',
 265          '\xbd',
 266          '\xbd',
 267          '\xc3',
 268          '\xff',
 269          '\xff',
 270          '\x81',
 271          '\xef',
 272          '\xe7',
 273          '\xdb',
 274          '\xbd',
 275          '\xff',
 276          '\xff'
 277          }; 
 278          
 279          /*
 280          RX ICON
 281                  horizontal size is 16 pixels.
 282                  vertical size is 8 pixels.
 283          */
 284          const code rx_inverted16x8[] = {
 285          1,16,
 286          '\xff',
 287          '\xff',
 288          '\x81',
 289          '\xed',
 290          '\xed',
 291          '\xed',
 292          '\x93',
 293          '\xff',
 294          '\xbd',
 295          '\xdb',
 296          '\xe7',
 297          '\xe7',
 298          '\xdb',
 299          '\xbd',
 300          '\xff',
 301          '\xff'
 302          }; 
 303          
C51 COMPILER V8.00   PICTURES                                                              11/17/2008 10:50:40 PAGE 6   

 304          /*
 305          START OFF ICON
 306                  horizontal size is 29 pixels.
 307                  vertical size is 8 pixels.
 308          */
 309          const code start_inverted29x8[] = {
 310          1,29,
 311          '\xff',
 312          '\xbb',
 313          '\xb5',
 314          '\xb5',
 315          '\xb5',
 316          '\xcd',
 317          '\xff',
 318          '\xfd',
 319          '\xfd',
 320          '\x81',
 321          '\xfd',
 322          '\xfd',
 323          '\xff',
 324          '\x83',
 325          '\xed',
 326          '\xed',
 327          '\x83',
 328          '\xff',
 329          '\x81',
 330          '\xed',
 331          '\xed',
 332          '\x93',
 333          '\xff',
 334          '\xfd',
 335          '\xfd',
 336          '\x81',
 337          '\xfd',
 338          '\xfd',
 339          '\xff' 
 340          };
 341          
 342          /*
 343          STOP ICON
 344                  horizontal size is 24 pixels.
 345                  vertical size is 8 pixels.
 346          */
 347          const code stop_inverted24x8[] = {
 348          1,24,
 349          '\xff',
 350          '\xff',
 351          '\xbb',
 352          '\xb5',
 353          '\xb5',
 354          '\xb5',
 355          '\xcd',
 356          '\xff',
 357          '\xfd',
 358          '\xfd',
 359          '\x81',
 360          '\xfd',
 361          '\xfd',
 362          '\xff',
 363          '\xc3',
 364          '\xbd',
 365          '\xbd',
C51 COMPILER V8.00   PICTURES                                                              11/17/2008 10:50:40 PAGE 7   

 366          '\xc3',
 367          '\xff',
 368          '\x81',
 369          '\xed',
 370          '\xed',
 371          '\xf3',
 372          '\xff' 
 373          };
 374          
 375          /*
 376          TX ICON
 377                  horizontal size is 16 pixels.
 378                  vertical size is 8 pixels.
 379          */
 380          const code tx_inverted16x8[] = {
 381          1,16,
 382          '\xff',
 383          '\xff',
 384          '\xfd',
 385          '\xfd',
 386          '\x81',
 387          '\xfd',
 388          '\xfd',

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -