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: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_3rd_nov_2017 by
Diff: display_modules.cpp
- Revision:
- 21:7ef1b0b40841
- Parent:
- 20:7c64e6ecad76
- Child:
- 22:ffa88619551d
diff -r 7c64e6ecad76 -r 7ef1b0b40841 display_modules.cpp --- a/display_modules.cpp Sat Jun 17 09:36:18 2017 +0000 +++ b/display_modules.cpp Wed Jun 21 08:39:10 2017 +0000 @@ -3,6 +3,7 @@ #include "touch_modules.h" #include "rtc.h" //#include "main.h" +//#include "ILI9341.h" #include <ILI932x.h> #include "Arial12x12.h" #include "Arial24x23.h" @@ -14,7 +15,7 @@ //ILI9325_LCD lcd( PTC5, PTB9, PTC0, PTB0, &dataBus, NC, PTE31); PinName buspins[8]={PTC12, PTC13, PTB10, PTC9, PTD4, PTD5, PTD6, PTD7 }; -ILI932x TFT(BUS_8, buspins, PTC5, PTB9, PTC0, PTB0,PTE31,"SPFD5408_2.4") ; +ILI932x TFT(BUS_8, buspins, PTC5, PTB9, PTC0, PTB0,PTE31,"SPFD5408_2.4") ; DigitalOut backlight(PTC9) ; void init_screen() // initializing the screen