![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
It is the uLCD program demo that has to be worked on.
Dependencies: 4DGL-uLCD-SE mbed
Fork of uLCD144G2_demo by
Revision 10:13fd546dfeaa, committed 2016-09-14
- Comitter:
- azndevil
- Date:
- Wed Sep 14 20:56:12 2016 +0000
- Parent:
- 9:f20983c914aa
- Commit message:
- Hi
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r f20983c914aa -r 13fd546dfeaa main.cpp --- a/main.cpp Wed Oct 28 15:06:56 2015 +0000 +++ b/main.cpp Wed Sep 14 20:56:12 2016 +0000 @@ -3,11 +3,12 @@ #include "mbed.h" #include "uLCD_4DGL.h" -uLCD_4DGL uLCD(p9,p10,p11); // serial tx, serial rx, reset pin; +uLCD_4DGL uLCD(p28,p27,p30); // serial tx, serial rx, reset pin; int main() { // basic printf demo = 16 by 18 characters on screen + uLCD.baudrate(1152000); uLCD.printf("\nHello uLCD World\n"); //Default Green on black text uLCD.printf("\n Starting Demo..."); uLCD.text_width(4); //4X size text @@ -165,7 +166,4 @@ uLCD.set_sector_address(0x001D, 0x4C42); uLCD.display_video(0,0); } -} - - - +} \ No newline at end of file