This is a repository for code relating to mbed Fitness Tracker

Dependencies:   mbed PulseSensor2 SCP1000 mbed-rtos 4DGL-uLCD-SE LSM9DS1_Library_cal PinDetect FatFileSystemCpp GP-20U7

Files at this revision

API Documentation at this revision

Comitter:
memig3
Date:
Sat Apr 25 16:15:38 2020 +0000
Parent:
35:c14c5059f5b7
Child:
38:d20bdc0a670d
Commit message:
fixed use previous configuration not fitting on the LCD screen

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Apr 25 02:42:39 2020 +0000
+++ b/main.cpp	Sat Apr 25 16:15:38 2020 +0000
@@ -174,10 +174,12 @@
             //If yes, then set set_up to false and call read_config()
             //If no, then continue. After setup, save_config() is called
             case 1: 
-                uLCD.locate(2, 1);
+                uLCD.locate(3, 1);
                 uLCD.text_width(1);
                 uLCD.text_height(1);
-                uLCD.puts("Use Previous Configuration?");
+                uLCD.puts("Use Previous");
+                uLCD.locate(2, 3);
+                uLCD.puts("Configuration?");
                 uLCD.text_width(3);
                 uLCD.text_height(3);
                 uLCD.locate(1, 3);