|
|
| version 1.4, 2004/03/31 19:23:37 | 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 301 const FULLKEY *fk; | Line 301 const FULLKEY *fk; |
| return(SOFTKEY_NC); | return(SOFTKEY_NC); |
| } | } |
| #define ledpaint(v) | |