Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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