LCD Serial with shift register
Revision 1:edf1c14baee3, committed 2011-02-05
- Comitter:
- Suky
- Date:
- Sat Feb 05 20:16:32 2011 +0000
- Parent:
- 0:562b0d48dfcf
- Child:
- 2:1094a2af1c40
- Commit message:
Changed in this revision
| LCD_Serial.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/LCD_Serial.h Sat Feb 05 19:58:11 2011 +0000
+++ b/LCD_Serial.h Sat Feb 05 20:16:32 2011 +0000
@@ -43,7 +43,7 @@
* @param CLK
* @param E
*/
- LCDSerial(PinName DATA,PinName CLK,PinName E,PinName BACK);
+ LCDSerial(PinName DATA,PinName CLK,PinName E,PinName BACK=NC);
void vGotoxy(char x,char y);
void vSetBacklight(bool Value);
void vPutc(char Data);
Ale C.-