Diff for /np2/generic/softkbd1.res between versions 1.3 and 1.7

version 1.3, 2004/03/31 11:59:17 version 1.7, 2005/02/07 14:46:10
Line 1 Line 1
   
 // QVGA 320x40 (SUPPORT_SOFTKBD == 1)  // QVGA 320x40 (SUPPORT_SOFTKBD == 1 / QVGA)
   
 static const BYTE np2kbd_bmp[2179] = {  static const UINT8 np2kbd_bmp[2179] = {
                 0x76,0x19,0x00,                  0x76,0x19,0x00,
                 0x04,0x05,0x42,0x4d,0x76,0x19,0x00,0x00,0x04,0x76,0x00,0x32,0x48,                  0x04,0x05,0x42,0x4d,0x76,0x19,0x00,0x00,0x04,0x76,0x00,0x32,0x48,
                 0x28,0x00,0x32,0x40,0x01,0x00,0x75,0x01,0x00,0x04,0xea,0x01,0x85,                  0x28,0x00,0x32,0x40,0x01,0x00,0x75,0x01,0x00,0x04,0xea,0x01,0x85,
Line 193  static const KEYTBL keytbl = { Line 193  static const KEYTBL keytbl = {
                 // fullkey 90                  // fullkey 90
                    {{12, 13, 0x00, 0x00, 0x01, 0x0e},                     {{12, 13, 0x00, 0x00, 0x01, 0x0e},
                         {16, 12, 0x0f, 0x0f, 0x10, 0x1c},                          {16, 12, 0x0f, 0x0f, 0x10, 0x1c},
                         {20, 12, 0x74, 0x81, 0x1d, 0x1c},                          {20, 12, 0x74, 0xf1, 0x1d, 0x1c},
                         {24, 11, 0x70, 0x70, 0x29, 0x70}},                          {24, 11, 0x70, 0x70, 0x29, 0x70}},
   
                 // 247                  // 247
Line 263  const FULLKEY *fk; Line 263  const FULLKEY *fk;
                         }                          }
                         x -= 10;                          x -= 10;
                         if (x < 0) {                          if (x < 0) {
                                 return(0x82);                                  return(0xf2);
                         }                          }
                         x -= 10;                          x -= 10;
                         if (x < 0) {                          if (x < 0) {
Line 301  const FULLKEY *fk; Line 301  const FULLKEY *fk;
         return(SOFTKEY_NC);          return(SOFTKEY_NC);
 }  }
   
   #define ledpaint(v)
   

Removed from v.1.3  
changed lines
  Added in v.1.7


RetroPC.NET-CVS <cvs@retropc.net>