Changeset 33 for webserver

Show
Ignore:
Timestamp:
08/17/09 21:35:48 (15 years ago)
Author:
phil
Message:

always use Fast IO for LCD

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • webserver/example/EnergyMeters/EnergyMeters/ARM7_LPC2368_Rowley/LCD/portlcd.c

    r17 r33  
    200200{ 
    201201        /* Initialize the ST7066 LCD controller to 4-bit mode. */ 
    202        PINSEL3 = 0x00000000; 
    203 #if USE_FIO 
     202        PINSEL3 = 0x00000000; 
     203//#if USE_FIO 
    204204        SCS |= 0x00000001;/* set GPIOx to use Fast I/O */ 
    205 #endif 
     205//#endif 
    206206        FIO1DIR |= LCD_CTRL | LCD_DATA; 
    207207        FIO1CLR  = LCD_RW   | LCD_RS   | LCD_DATA;