Driver for 4D Systems LCD screen with Picaso processor. Ported from 4D Systems Picaso Serial Linux Library
Dependents: Lab4_Demo_Game 4180_Final_Project
Fork of uLCD_4D_Picaso by
Diff: uLCD_4D_Picaso.cpp
- Revision:
- 7:7754ce600ca6
- Parent:
- 4:30010dda3b34
- Child:
- 9:72f00cef468b
--- a/uLCD_4D_Picaso.cpp Wed Mar 11 19:50:55 2015 +0000 +++ b/uLCD_4D_Picaso.cpp Thu Oct 27 15:54:30 2016 +0000 @@ -2348,6 +2348,16 @@ GetAck() ; } +int uLCD_4D_Picaso::_putc(int c) +{ + putCH(c); //your new LCD put to print an ASCII character on LCD + return 0; +} +int uLCD_4D_Picaso::_getc() +{ + return -1; +} + /* * Conpound 4D Routines Ends here */