This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Help with error when compiling LPC1768

hello friends
I'm doing a 8x8 LED matrix with LPC1768 and when I compile I get an error that I can not solve also leave some warnings but I did not care much.
could help me? I leave the whole project in keil

many thanks
Ciernes

Parents
  • Wow this is an uphill struggle...

    {0x0,0x18,0x24,0x2C,0x34,0x24,0x18,0x0},//0
    
    0x00 00000000
    0x18 00011000
    0x24 00100100
    0x2C 00101100
    0x34 00110100
    0x24 00100100
    0x18 00011000
    0x00 00000000
    
    0x00
    0x18    ##
    0x24   #  #
    0x2C   # ##
    0x34   ## #
    0x24   #  #
    0x18    ##
    0x00
    
    {0x0,0x18,0x14,0x10,0x10,0x10,0x3C,0x0},//1
    
    0x00 00000000
    0x18 00011000
    0x14 00010100
    0x10 00010000
    0x10 00010000
    0x10 00010000
    0x3C 00111100
    0x00 00000000
    
    0x00
    0x18    ##
    0x14    # #
    0x10    #
    0x10    #
    0x10    #
    0x3C   ####
    0x00
    

Reply
  • Wow this is an uphill struggle...

    {0x0,0x18,0x24,0x2C,0x34,0x24,0x18,0x0},//0
    
    0x00 00000000
    0x18 00011000
    0x24 00100100
    0x2C 00101100
    0x34 00110100
    0x24 00100100
    0x18 00011000
    0x00 00000000
    
    0x00
    0x18    ##
    0x24   #  #
    0x2C   # ##
    0x34   ## #
    0x24   #  #
    0x18    ##
    0x00
    
    {0x0,0x18,0x14,0x10,0x10,0x10,0x3C,0x0},//1
    
    0x00 00000000
    0x18 00011000
    0x14 00010100
    0x10 00010000
    0x10 00010000
    0x10 00010000
    0x3C 00111100
    0x00 00000000
    
    0x00
    0x18    ##
    0x14    # #
    0x10    #
    0x10    #
    0x10    #
    0x3C   ####
    0x00
    

Children
No data