1st Fork
Dependencies: mbed QEI DmTftLibrary
Diff: Display/Menu.cpp
- Revision:
- 27:654100855f5c
- Parent:
- 23:b9d23a2f390e
--- a/Display/Menu.cpp Thu Feb 10 13:46:17 2022 +0000 +++ b/Display/Menu.cpp Tue Feb 15 07:22:09 2022 +0000 @@ -1,7 +1,6 @@ #include <stdio.h> #include "mbed.h" -//#include "QEI.h" #include "Menu.h" #include "DisplayDriver.h" @@ -21,26 +20,6 @@ */ extern uint8_t SemtechLogo[]; -/*! - * \brief This ticker give the rythme to check X and Y coordinates of activated - * touched region (if pressed). CheckScreenFlag keep the status if Touchscreen - * has been checked or not, until checked. - */ -//Ticker CheckScreenTouch; -volatile bool CheckScreenFlag = false; - -/*! - * \brief This ticker give the rythme to refresh a page when continuous info - * has to be printed in the same page. - */ -//Ticker CheckPageRefresh; -volatile bool PageRefresh = false; - -/*! - * \brief This ticker give the rythme to avoid quick menu change - */ -//Ticker DebouncedScreenTouch; -volatile bool ScreenBeenDebounced = false; /*! * \brief List og graphical object in the application. @@ -241,8 +220,9 @@ void MenuInit( void ) { - DisplayDriverInit( ); - GraphObjectDraw( &( MenuObjects[PAGE_BORDER] ), NULL, false, false ); + DisplayDriverInit (); +// GraphObjectDraw( &( MenuObjects[PAGE_BORDER] ), NULL, false, false ); + // GraphObjectDraw( &( MenuObjects[TITLE_LINE] ), NULL, false, false ); // MenuSetPage( START_PAGE );