diff --git a/src/app/stopwatch/stopwatch_app.cpp b/src/app/stopwatch/stopwatch_app.cpp index 5fb8cf1..53a1f0d 100644 --- a/src/app/stopwatch/stopwatch_app.cpp +++ b/src/app/stopwatch/stopwatch_app.cpp @@ -1,7 +1,7 @@ /**************************************************************************** - * Aug 3 12:17:11 2020 - * Copyright 2020 Dirk Brosswick - * Email: dirk.brosswick@googlemail.com + * Aug 21 17:26:00 2020 + * Copyright 2020 Chris McNamee + * Email: chris.mcna@gmail.com ****************************************************************************/ /* diff --git a/src/app/stopwatch/stopwatch_app.h b/src/app/stopwatch/stopwatch_app.h index 105e662..0fcd6bc 100644 --- a/src/app/stopwatch/stopwatch_app.h +++ b/src/app/stopwatch/stopwatch_app.h @@ -1,7 +1,7 @@ /**************************************************************************** - * Aug 3 12:17:11 2020 - * Copyright 2020 Dirk Brosswick - * Email: dirk.brosswick@googlemail.com + * Aug 21 17:26:00 2020 + * Copyright 2020 Chris McNamee + * Email: chris.mcna@gmail.com ****************************************************************************/ /* diff --git a/src/app/stopwatch/stopwatch_app_main.cpp b/src/app/stopwatch/stopwatch_app_main.cpp index 568e90c..ec6e8ff 100644 --- a/src/app/stopwatch/stopwatch_app_main.cpp +++ b/src/app/stopwatch/stopwatch_app_main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** - * Aug 3 12:17:11 2020 - * Copyright 2020 Dirk Brosswick - * Email: dirk.brosswick@googlemail.com + * Aug 21 17:26:00 2020 + * Copyright 2020 Chris McNamee + * Email: chris.mcna@gmail.com ****************************************************************************/ /* @@ -76,16 +76,6 @@ void stopwatch_app_main_setup( uint32_t tile_num ) { lv_obj_align(stopwatch_app_main_stopwatchlabel, NULL, LV_ALIGN_CENTER, 0, 0); - //stopwatch_app_main_start_btn = lv_imgbtn_create( stopwatch_app_main_tile, NULL); - //lv_imgbtn_set_src(stopwatch_app_main_start_btn, LV_BTN_STATE_RELEASED, &LV_SYMBOL_PLAY); - //lv_imgbtn_set_src(stopwatch_app_main_start_btn, LV_BTN_STATE_PRESSED, &LV_SYMBOL_PLAY); - //lv_imgbtn_set_src(stopwatch_app_main_start_btn, LV_BTN_STATE_CHECKED_RELEASED, &LV_SYMBOL_PLAY); - //lv_imgbtn_set_src(stopwatch_app_main_start_btn, LV_BTN_STATE_CHECKED_PRESSED, &LV_SYMBOL_PLAY); - //lv_obj_add_style(stopwatch_app_main_start_btn, LV_IMGBTN_PART_MAIN, &stopwatch_app_main_style ); - //lv_obj_set_size(stopwatch_app_main_start_btn, 32, 32); - //lv_obj_align(stopwatch_app_main_start_btn, stopwatch_app_main_tile, LV_ALIGN_IN_BOTTOM_MID, -30, -10 ); - //lv_obj_set_event_cb( stopwatch_app_main_start_btn, start_stopwatch_app_main_event_cb ); - stopwatch_app_main_start_btn = lv_btn_create(stopwatch_app_main_tile, NULL); lv_obj_set_size(stopwatch_app_main_start_btn, 50, 50); lv_obj_add_style(stopwatch_app_main_start_btn, LV_IMGBTN_PART_MAIN, &stopwatch_app_main_style ); diff --git a/src/app/stopwatch/stopwatch_app_main.h b/src/app/stopwatch/stopwatch_app_main.h index e4cdac7..66c4aed 100644 --- a/src/app/stopwatch/stopwatch_app_main.h +++ b/src/app/stopwatch/stopwatch_app_main.h @@ -1,7 +1,7 @@ /**************************************************************************** - * Aug 3 12:17:11 2020 - * Copyright 2020 Dirk Brosswick - * Email: dirk.brosswick@googlemail.com + * Aug 21 17:26:00 2020 + * Copyright 2020 Chris McNamee + * Email: chris.mcna@gmail.com ****************************************************************************/ /* @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _stopwatch_APP_MAIN_H - #define _stopwatch_APP_MAIN_H +#ifndef _STOPWATCH_APP_MAIN_H + #define _STOPWATCH_APP_MAIN_H #include void stopwatch_app_main_setup( uint32_t tile_num ); -#endif // _stopwatch_APP_MAIN_H \ No newline at end of file +#endif // _STOPWATCH_APP_MAIN_H \ No newline at end of file