- Timestamp:
- 08/17/09 21:35:48 (15 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
webserver/example/EnergyMeters/EnergyMeters/ARM7_LPC2368_Rowley/LCD/portlcd.c
r17 r33 200 200 { 201 201 /* Initialize the ST7066 LCD controller to 4-bit mode. */ 202 203 #if USE_FIO202 PINSEL3 = 0x00000000; 203 //#if USE_FIO 204 204 SCS |= 0x00000001;/* set GPIOx to use Fast I/O */ 205 #endif205 //#endif 206 206 FIO1DIR |= LCD_CTRL | LCD_DATA; 207 207 FIO1CLR = LCD_RW | LCD_RS | LCD_DATA;