// ASCII CODE from lcd 5 x 7 pixels Code:.db 0x00,0x00,0x00,0x00,0x00,0x00 ; 0x20 ' ' .db 0x00,0x00,0x5f,0x00,0x00,0x00 ; 0x21 '!' .db 0x00,0x07,0x00,0x07,0x00,0x00 ; 0x22 '"' .db 0x14,0x7f,0x14,0x7f,0x14,0x00 ; 0x23 '#' .db 0x24,0x2a,0x7f,0x2a,0x12,0x00 ; 0x24 '$' .db 0x23,0x13,0x08,0x64,0x62,0x00 ; 0x25 '%' .db 0x36,0x49,0x55,0x22,0x50,0x00 ; 0x26 '&' .db 0x00,0x05,0x03,0x00,0x00,0x00 ; 0x27 '' .db 0x00,0x1c,0x22,0x41,0x00,0x00 ; 0x28 '(' .db 0x00,0x41,0x22,0x1c,0x00,0x00 ; 0x29 ')' .db 0x14,0x08,0x3e,0x08,0x14,0x00 ; 0x2A '*' .db 0x08,0x08,0x3e,0x08,0x08,0x00 ; 0x2B '+' .db 0x00,0x50,0x30,0x00,0x00,0x00 ; 0x2C ',' .db 0x08,0x08,0x08,0x08,0x08,0x00 ; 0x2D '-' .db 0x00,0x60,0x60,0x00,0x00,0x00 ; 0x2E '.' .db 0x20,0x10,0x08,0x04,0x02,0x00 ; 0x2F '/' .db 0x3e,0x51,0x49,0x45,0x3e,0x00 ; 0x30 '0' .db 0x00,0x42,0x7f,0x40,0x00,0x00 ; 0x31 '1' .db 0x42,0x61,0x51,0x49,0x46,0x00 ; 0x32 '2' .db 0x21,0x41,0x45,0x4b,0x31,0x00 ; 0x33 '3' .db 0x18,0x14,0x12,0x7f,0x10,0x00 ; 0x34 '4' .db 0x27,0x45,0x45,0x45,0x39,0x00 ; 0x35 '5' .db 0x3c,0x4a,0x49,0x49,0x30,0x00 ; 0x36 '6' .db 0x01,0x71,0x09,0x05,0x03,0x00 ; 0x37 '7' .db 0x36,0x49,0x49,0x49,0x36,0x00 ; 0x38 '8' .db 0x06,0x49,0x49,0x29,0x1e,0x00 ; 0x39 '9' .db 0x00,0x36,0x36,0x00,0x00,0x00 ; 0x3A ':' .db 0x00,0x56,0x36,0x00,0x00,0x00 ; 0x3B ';' .db 0x08,0x14,0x22,0x41,0x00,0x00 ; 0x3C '<' .db 0x14,0x14,0x14,0x14,0x14,0x00 ; 0x3D '=' .db 0x00,0x41,0x22,0x14,0x08,0x00 ; 0x3E '>' .db 0x02,0x01,0x51,0x09,0x06,0x00 ; 0x3F '?' .db 0x32,0x49,0x79,0x41,0x3e,0x00 ; 0x40 '' .db 0x7e,0x11,0x11,0x11,0x7e,0x00 ; 0x41 'A' .db 0x7f,0x49,0x49,0x49,0x36,0x00 ; 0x42 'B' .db 0x3e,0x41,0x41,0x41,0x22,0x00 ; 0x43 'C' .db 0x7f,0x41,0x41,0x22,0x1c,0x00 ; 0x44 'D' .db 0x7f,0x49,0x49,0x49,0x41,0x00 ; 0x45 'E' .db 0x7f,0x09,0x09,0x09,0x01,0x00 ; 0x46 'F' .db 0x3e,0x41,0x49,0x49,0x7a,0x00 ; 0x47 'G' .db 0x7f,0x08,0x08,0x08,0x7f,0x00 ; 0x48 'H' .db 0x00,0x41,0x7f,0x41,0x00,0x00 ; 0x49 'I' .db 0x20,0x40,0x41,0x3f,0x01,0x00 ; 0x4A 'J' .db 0x7f,0x08,0x14,0x22,0x41,0x00 ; 0x4B 'K' .db 0x7f,0x40,0x40,0x40,0x40,0x00 ; 0x4C 'L' .db 0x7f,0x02,0x0c,0x02,0x7f,0x00 ; 0x4D 'M' .db 0x7f,0x04,0x08,0x10,0x7f,0x00 ; 0x4E 'N' .db 0x3e,0x41,0x41,0x41,0x3e,0x00 ; 0x4F 'O' .db 0x7f,0x09,0x09,0x09,0x06,0x00 ; 0x50 'P' .db 0x3e,0x41,0x51,0x21,0x5e,0x00 ; 0x51 'Q' .db 0x7f,0x09,0x19,0x29,0x46,0x00 ; 0x52 'R' .db 0x46,0x49,0x49,0x49,0x31,0x00 ; 0x53 'S' .db 0x01,0x01,0x7f,0x01,0x01,0x00 ; 0x54 'T' .db 0x3f,0x40,0x40,0x40,0x3f,0x00 ; 0x55 'U' .db 0x1f,0x20,0x40,0x20,0x1f,0x00 ; 0x56 'V' .db 0x3f,0x40,0x38,0x40,0x3f,0x00 ; 0x57 'W' .db 0x63,0x14,0x08,0x14,0x63,0x00 ; 0x58 'X' .db 0x07,0x08,0x70,0x08,0x07,0x00 ; 0x59 'Y' .db 0x61,0x51,0x49,0x45,0x43,0x00 ; 0x5A 'Z' .db 0x00,0x7f,0x41,0x41,0x00,0x00 ; 0x5B '[' .db 0x02,0x04,0x08,0x10,0x20,0x00 ; 0x5C '' .db 0x00,0x41,0x41,0x7f,0x00,0x00 ; 0x5D ']' .db 0x04,0x02,0x01,0x02,0x04,0x00 ; 0x5E '^' .db 0x40,0x40,0x40,0x40,0x40,0x00 ; 0x5F '_' .db 0x00,0x01,0x02,0x04,0x00,0x00 ; 0x60 '' .db 0x20,0x54,0x54,0x54,0x78,0x00 ; 0x61 'a' .db 0x7f,0x48,0x44,0x44,0x38,0x00 ; 0x62 'b' .db 0x38,0x44,0x44,0x44,0x20,0x00 ; 0x63 'c' .db 0x38,0x44,0x44,0x48,0x7f,0x00 ; 0x64 'd' .db 0x38,0x54,0x54,0x54,0x18,0x00 ; 0x65 'e' .db 0x08,0x7e,0x09,0x01,0x02,0x00 ; 0x66 'f' .db 0x0c,0x52,0x52,0x52,0x3e,0x00 ; 0x67 'g' .db 0x7f,0x08,0x04,0x04,0x78,0x00 ; 0x68 'h' .db 0x00,0x44,0x7d,0x40,0x00,0x00 ; 0x69 'i' .db 0x20,0x40,0x44,0x3d,0x00,0x00 ; 0x6A 'j' .db 0x7f,0x10,0x28,0x44,0x00,0x00 ; 0x6B 'k' .db 0x00,0x41,0x7f,0x40,0x00,0x00 ; 0x6C 'l' .db 0x7c,0x04,0x18,0x04,0x78,0x00 ; 0x6D 'm' .db 0x7c,0x08,0x04,0x04,0x78,0x00 ; 0x6E 'n' .db 0x38,0x44,0x44,0x44,0x38,0x00 ; 0x6F 'o' .db 0x7c,0x14,0x14,0x14,0x08,0x00 ; 0x70 'p' .db 0x08,0x14,0x14,0x18,0x7c,0x00 ; 0x71 'q' .db 0x7c,0x08,0x04,0x04,0x08,0x00 ; 0x72 'r' .db 0x48,0x54,0x54,0x54,0x20,0x00 ; 0x73 's' .db 0x04,0x3f,0x44,0x40,0x20,0x00 ; 0x74 't' .db 0x3c,0x40,0x40,0x20,0x7c,0x00 ; 0x75 'u' .db 0x1c,0x20,0x40,0x20,0x1c,0x00 ; 0x76 'v' .db 0x3c,0x40,0x30,0x40,0x3c,0x00 ; 0x77 'w' .db 0x44,0x28,0x10,0x28,0x44,0x00 ; 0x78 'x' .db 0x0c,0x50,0x50,0x50,0x3c,0x00 ; 0x79 'y' .db 0x44,0x64,0x54,0x4c,0x44,0x00 ; 0x7A 'z' .db 0x00,0x08,0x36,0x41,0x00,0x00 ; 0x7B '{' .db 0x00,0x00,0x7f,0x00,0x00,0x00 ; 0x7C '|' .db 0x00,0x41,0x36,0x08,0x00,0x00 ; 0x7D '}' .db 0x10,0x08,0x08,0x10,0x08,0x00 ; 0x7E '->' .db 0x06,0x09,0x09,0x06,0x00,0x00 ; 0x7F / // ASCII CODE from lcd 9 x 14 pixels ALS Cod: .db 0xff,0xff,0x03,0x03,0x03,0x03,0x03,0xff,0xff,0x00 ; .db 0x3f,0x3f,0x30,0x30,0x30,0x30,0x30,0x3f,0x3f,0x00 ; '0'старый .db 0x00,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0x00,0x00 ; .db 0x00,0x00,0x00,0x00,0x3f,0x3f,0x00,0x00,0x00,0x00 ; '1'старый .db 0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xff,0xff,0x00 ; .db 0x3f,0x3f,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00 ; '2'старый .db 0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xff,0xff,0x00 ; .db 0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x3f,0x3f,0x00 ; '3'старый .db 0xff,0xff,0xc0,0xc0,0xc0,0xc0,0xc0,0xff,0xff,0x00 ; .db 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3f,0x3f,0x00 ; '4'старый .db 0xff,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0x00 ; .db 0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x3f,0x3f,0x00 ; '5'старый .db 0xff,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0x00 ; .db 0x3f,0x3f,0x30,0x30,0x30,0x30,0x30,0x3f,0x3f,0x00 ; '6'старый .db 0x03,0x03,0x03,0x03,0x03,0x03,0x03,0xff,0xff,0x00 ; .db 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3f,0x3f,0x00 ; '7'старый .db 0xff,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0xff,0xff,0x00 ; .db 0x3f,0x3f,0x30,0x30,0x30,0x30,0x30,0x3f,0x3f,0x00 ; '8'старый .db 0xff,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0xff,0xff,0x00 ; .db 0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x3f,0x3f,0x00 ; '9'старый ;.db 0xfc,0xfe,0x03,0x83,0xc3,0x63,0x33,0xfe,0xfc,0x00 ; ;.db 0x0f,0x1f,0x33,0x31,0x30,0x30,0x30,0x1f,0x0f,0x00 ; '0' ;.db 0x00,0x10,0x18,0x1c,0xfe,0xff,0x00,0x00,0x00,0x00 ; ;.db 0x00,0x30,0x30,0x30,0x3f,0x3f,0x30,0x30,0x30,0x00 ; '1' ;.db 0x0c,0x0e,0x03,0x03,0x03,0x83,0xc3,0x7e,0x3c,0x00 ; ;.db 0x30,0x38,0x3c,0x36,0x33,0x31,0x30,0x30,0x30,0x00 ; '2' ;.db 0x0c,0x0e,0x03,0xc3,0xc3,0xc3,0xc3,0xfe,0x3c,0x00 ; ;.db 0x0c,0x1c,0x30,0x30,0x30,0x30,0x30,0x1f,0x0f,0x00 ; '3' ;.db 0xc0,0xe0,0xb0,0x98,0x8c,0x86,0x83,0xff,0xff,0x00 ; ;.db 0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x3f,0x3f,0x00 ; '4' ;.db 0x3f,0x7f,0x63,0x63,0x63,0x63,0x63,0xe3,0xc3,0x00 ; ;.db 0x1c,0x3c,0x30,0x30,0x30,0x30,0x30,0x3f,0x1f,0x00 ; '5' ;.db 0xfe,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0xc7,0x86,0x00 ; ;.db 0x1f,0x3f,0x30,0x30,0x30,0x30,0x30,0x3f,0x1f,0x00 ; '6' ;.db 0x00,0x03,0x03,0x03,0x03,0x83,0xc3,0x7f,0x3f,0x00 ; ;.db 0x00,0x00,0x00,0x3e,0x3f,0x01,0x00,0x00,0x00,0x00 ; '7' ;.db 0xbe,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0xff,0xbe,0x00 ; ;.db 0x1f,0x3f,0x30,0x30,0x30,0x30,0x30,0x3f,0x1f,0x00 ; '8' ;.db 0x7e,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0xff,0xfe,0x00 ; ;.db 0x18,0x38,0x30,0x30,0x30,0x30,0x30,0x3f,0x1f,0x00 ; '9' .db 0xfc,0xfe,0xc3,0xc3,0xc3,0xc3,0xc3,0xfe,0xfc,0x00 ; .db 0x3f,0x3f,0x00,0x00,0x00,0x00,0x00,0x3f,0x3f,0x00 ; 'A' .db 0xff,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0x3c,0x3c,0x00 ; .db 0x3f,0x3f,0x30,0x30,0x30,0x30,0x30,0x0f,0x0f,0x00 ; 'B' .db 0xfc,0xfc,0x03,0x03,0x03,0x03,0x03,0x0c,0x0c,0x00 ; .db 0x0f,0x0f,0x30,0x30,0x30,0x30,0x30,0x0c,0x0c,0x00 ; 'C' .db 0xff,0xff,0x03,0x03,0x03,0x03,0x03,0xfc,0xfc,0x00 ; .db 0x3f,0x3f,0x30,0x30,0x30,0x30,0x30,0x0f,0x0f,0x00 ; 'D' .db 0xff,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0x03,0x00 ; .db 0x3f,0x3f,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00 ; 'E' .db 0xff,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0x03,0x00 ; .db 0x3f,0x3f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ; 'F' .db 0xfc,0xfe,0x03,0x03,0x83,0x83,0x83,0x8e,0x8c,0x00 ; .db 0x0f,0x1f,0x30,0x30,0x31,0x31,0x31,0x1f,0x0f,0x00 ; 'G' .db 0xff,0xff,0xc0,0xc0,0xc0,0xc0,0xc0,0xff,0xff,0x00 ; .db 0x3f,0x3f,0x00,0x00,0x00,0x00,0x00,0x3f,0x3f,0x00 ; 'H' .db 0x00,0x03,0x03,0xff,0xff,0x03,0x03,0x00,0x00,0x00 ; .db 0x00,0x30,0x30,0x3f,0x3f,0x30,0x30,0x00,0x00,0x00 ; 'I' .db 0x00,0x00,0x00,0x03,0x03,0xff,0xff,0x03,0x03,0x00 ; .db 0x0c,0x1c,0x30,0x30,0x30,0x1f,0x0f,0x00,0x00,0x00 ; 'J' .db 0xff,0xff,0xc0,0xe0,0x30,0x18,0x0c,0x07,0x03,0x00 ; .db 0x3f,0x3f,0x00,0x01,0x03,0x06,0x0c,0x38,0x30,0x00 ; 'K' .db 0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ; .db 0x3f,0x3f,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00 ; 'L' .db 0xff,0xff,0x06,0x0c,0x18,0x0c,0x06,0xff,0xff,0x00 ; .db 0x3f,0x3f,0x00,0x00,0x00,0x00,0x00,0x3f,0x3f,0x00 ; 'M' .db 0xff,0xff,0x30,0x60,0xc0,0x80,0x00,0xff,0xff,0x00 ; .db 0x3f,0x3f,0x00,0x00,0x00,0x01,0x03,0x3f,0x3f,0x00 ; 'N' .db 0xfc,0xfe,0x03,0x03,0x03,0x03,0x03,0xfe,0xfc,0x00 ; .db 0x0f,0x1f,0x30,0x30,0x30,0x30,0x30,0x1f,0x0f,0x00 ; 'O' .db 0xff,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0x7e,0x3c,0x00 ; .db 0x3f,0x3f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ; 'P' .db 0xfc,0xfe,0x03,0x03,0x03,0x03,0x03,0xfe,0xfc,0x00 ; .db 0x0f,0x1f,0x30,0x30,0x34,0x2c,0x18,0x37,0x2f,0x00 ; 'Q' .db 0xff,0xff,0xc3,0xc3,0xc3,0xc3,0xc3,0x7e,0x3c,0x00 ; .db 0x3f,0x3f,0x01,0x03,0x06,0x0c,0x18,0x30,0x20,0x00 ; 'R' .db 0x3c,0x7e,0xc3,0xc3,0xc3,0xc3,0xc3,0x83,0x00,0x00 ; .db 0x00,0x30,0x30,0x30,0x30,0x30,0x30,0x1f,0x0f,0x00 ; 'S' .db 0x03,0x03,0x03,0xff,0xff,0xff,0x03,0x03,0x03,0x00 ; .db 0x00,0x00,0x00,0x3f,0x3f,0x3f,0x00,0x00,0x00,0x00 ; 'T' .db 0xff,0xff,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x00 ; .db 0x0f,0x1f,0x30,0x30,0x30,0x30,0x30,0x1f,0x0f,0x00 ; 'U' .db 0xff,0xff,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x00 ; .db 0x03,0x07,0x0c,0x18,0x30,0x18,0x0c,0x07,0x03,0x00 ; 'V' .db 0xff,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xff,0x00 ; .db 0x0f,0x1f,0x30,0x30,0x1f,0x30,0x30,0x1f,0x0f,0x00 ; 'W' .db 0x07,0x0f,0x18,0xf0,0xe0,0xf0,0x18,0x0f,0x07,0x00 ; .db 0x38,0x3c,0x06,0x03,0x01,0x03,0x06,0x3c,0x38,0x00 ; 'X' .db 0x3f,0x7f,0xc0,0xc0,0xc0,0xc0,0xc0,0x7f,0x3f,0x00 ; .db 0x00,0x00,0x00,0x3f,0x3f,0x3f,0x00,0x00,0x00,0x00 ; 'Y' .db 0x03,0x03,0x03,0x83,0xc3,0x63,0x33,0x1f,0x0f,0x00 ; .db 0x3c,0x3e,0x33,0x31,0x30,0x30,0x30,0x30,0x30,0x00 ; 'Z' .db 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ; .db 0x00,0x00,0x00,0x3c,0x3c,0x3c,0x00,0x00,0x00,0x00 ; '.' точка .db 0x00,0x1c,0x3e,0x63,0x63,0x63,0x3e,0x1c,0x00,0x00 ; .db 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ; '.' градус цельсия .db 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ; .db 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ; ' ' пробел .db 0x00,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0x00,0x00 ; .db 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ; '-' минус .db 0xc0,0xc0,0xc0,0xf8,0xf8,0xc0,0xc0,0xc0,0x00,0x00 ; .db 0x00,0x00,0x00,0x07,0x07,0x00,0x00,0x00,0x00,0x00 ; '+' плюс .db 0x80,0x40,0x40,0x40,0x80,0x00,0x00,0x00,0xc0,0x00 ; .db 0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00 ; '~' переменка