
Changes done in ECG and BT
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
Revision 38:7238f3531ce9, committed 2017-08-02
- Comitter:
- nikitateggi
- Date:
- Wed Aug 02 06:58:57 2017 +0000
- Parent:
- 37:92fcbf22bf91
- Child:
- 39:69b09bd87502
- Commit message:
- Modified the changes
Changed in this revision
display_modules.cpp | Show annotated file Show diff for this revision Revisions of this file |
touch_modules.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/display_modules.cpp Sat Jul 29 12:12:28 2017 +0000 +++ b/display_modules.cpp Wed Aug 02 06:58:57 2017 +0000 @@ -140,7 +140,8 @@ TFT.fillrect(130,215,220,285,White); TFT.fillrect(10,215,100,285,White); TFT.fillrect(60,130,180,200,White); - TFT.background(Green) ; + TFT.background(Green) ; + TFT.foreground(Black) ; TFT.fillrect( 60,130,180,200,Green); TFT.locate(80,150) ; TFT.printf("START") ;
--- a/touch_modules.cpp Sat Jul 29 12:12:28 2017 +0000 +++ b/touch_modules.cpp Wed Aug 02 06:58:57 2017 +0000 @@ -28,7 +28,7 @@ { - case 3: time_ms= 3000000; // timer for 5 min + case 3: time_ms= 300000; // timer for 5 min touch_func_with_timer(time_ms); break; case 6: time_ms= 60000; // timer for 1 min