LPC1768 programm for the led matrix.

Dependencies:   BufferedSerial DS3231 mbed-rtos mbed

Revision:
3:bd1352d4dbb8
Parent:
2:d5472e4a55bf
--- a/alphabet.h	Wed Oct 12 13:22:19 2016 +0000
+++ b/alphabet.h	Wed Jan 17 07:12:35 2018 +0000
@@ -31,13 +31,13 @@
             T[] = {0x40,0x40,0x7F,0x40,0x40},   t[] = {0x10,0x7F,0x10},             //  T   t
             U[] = {0x7E,0x01,0x01,0x7E},        u[] = {0x1E,0x01,0x01,0x01,0x1F},   //  U   u
             V[] = {0x7C,0x02,0x01,0x02,0x7C},   v[] = {0x18,0x06,0x01,0x06,0x18},   //  V   v
-            W[] = {0x7F,0x06,0x0C,0x06,0x7F},   w[] = {0x0E,0x01,0x02,0x01,0x0E},   //  W   w
+            W[] = {0x7F,0x06,0x0C,0x06,0x7F},   w[] = {0x1E,0x01,0x02,0x01,0x1E},   //  W   w
             X[] = {0x77,0x08,0x08,0x77},        x[] = {0x1B,0x04,0x04,0x1B},        //  X   x
             Y[] = {0x70,0x08,0x07,0x08,0x70},   y[] = {0x18,0x05,0x02,0x04,0x18},   //  Y   y
             Z[] = {0x43,0x4D,0x51,0x61},        z[] = {0x13,0x15,0x15,0x19},        //  Z   z
         //  Numbers
-            zero[]    = {0x3E,0x49,0x51,0x3E},      //  0
-            one[]     = {0x21,0x7F,0x01},           //  1
+            zero[]    = {0x3E,0x41,0x41,0x3E},      //  0
+            one[]     = {0x00,0x21,0x7F,0x01},      //  1
             two[]     = {0x23,0x45,0x49,0x31},      //  2
             three[]   = {0x22,0x41,0x49,0x36},      //  3
             four[]    = {0x7C,0x04,0x7F,0x04},      //  4
@@ -50,12 +50,12 @@
             exclam[]  = {0x7D},                     quest[]   = {0x60,0x4D,0x70},           //  !   ?
             quote[]   = {0xC0,0x00,0xC0},           hash[]    = {0x14,0x3E,0x14,0x3E,0x14}, //  "   #
             dollar[]  = {0x12,0x22,0x7F,0x2A,0x24},                                         //  $
-            prcent[]  = {0x22,0x54,0x54,0x2A,0x15,0x15,0x22},                               //  %
+            prcent[]  = {0x22,0x54,0x24,0x08,0x12,0x15,0x22},                               //  %
             _and[]    = {0x36,0x49,0x35,0x02,0x05},                                         //  &
             apost[]   = {0xC0},                     round_o[] = {0x3E,0x41},                //  '   (
             round_c[] = {0x41,0x3E},                star[]    = {0x2A,0x1C,0x3E,0x1C,0x2A}, //  )   *
             plus[]    = {0x08,0x08,0x3E,0x08,0x08},                                         //  +
-            minus[]   = {0x08,0x08,0x08},           _equal[]  = {0x14,0x14,0x14},           //  -   =
+            minus[]   = {0x08,0x08,0x08},           _equal[]  = {0x14,0x14,0x14,0x14},      //  -   =
             comma[]   = {0x01,0x06},                point[]   = {0x01},                     //  ,   .
             slash[]   = {0x01,0x06,0x08,0x30,0x40}, d_point[] = {0x14},                     //  /   :
             poicom[]  = {0x01,0x16},                undlin[]  = {0x01,0x01,0x01,0x01},      //  ;   _
@@ -65,8 +65,9 @@
             roof[]    = {0x20,0x40,0x20},           brace_o[] = {0x08,0x36,0x41},           //  ^   {
             brace_c[] = {0x41,0x36,0x08},           wave[]    = {0x08,0x10,0x08,0x10},      //  }   ~
             stick[]   = {0xff},                     frapo[]   = {0x80,0x40},                //  |   `
-            space[]   = {0x00,0x00,0x00},                                                   //  Leerschlag
-            betLet[]  = {0x00}                                                              //  Abstand zwischen Buchstaben
-;
+            space[]   = {0x00,0x00,0x00},                                              //  Leerschlag
+            betLet[]  = {0x00},                                                             //  Abstand zwischen Buchstaben
+            errorText[]   = {0x55,0xCC,0x55,0xCC}
+            ;
 //-------------------------
 #endif
\ No newline at end of file