All the previous but the PID

Dependencies:   mbed QEI PID DmTftLibraryEx

Display/Menu.h

Committer:
lex9296
Date:
2022-04-11
Revision:
34:0522cebfe489
Parent:
23:b9d23a2f390e

File content as of revision 34:0522cebfe489:

/*
  ______                              _
 / _____)             _              | |
( (____  _____ ____ _| |_ _____  ____| |__
 \____ \| ___ |    (_   _) ___ |/ ___)  _ \
 _____) ) ____| | | || |_| ____( (___| | | |
(______/|_____)_|_|_| \__)_____)\____)_| |_|
    (C)2016 Semtech

Description: Display demo menus and manage touch sensor, header

Maintainer: Gregory Cristian & Gilbert Menth
*/

//#ifndef MENU_H
//#define MENU_H

//#include "DisplayDriver.h"
//#include "DmTouchCalibration.h"

/*!
 * \brief TFT calibration structure.
 */
//typedef struct
//{
//    bool ScreenCalibrated;
//    CalibrationMatrix Calibration;
//}MenuSettings_t;

/*!
 * \brief Common var to manage TFT calibration.
 */
//extern MenuSettings_t MenuSettings;


/*!
 * \brief Init menu settings.
 */
void MenuInit( void );

// LA:  New Master Menu
//      ===============
//
//void    StabilusMenu    (int32_t i32_Pulses);
void    StabilusMenu    (uint32_t ms_0000, uint32_t ms_0001, uint32_t ms_0002, int32_t i32_Pulses);

//void CheckScreen( void );
//void CheckRefresh( void );
//void DebouncedScreen( void );
void DrawActiveButton( uint8_t buttonId, uint8_t* text1, uint8_t* text2 );
void ButtonChangeText( uint8_t buttonId, uint8_t* text1, uint8_t* text2 );
void RemoveButton( uint8_t buttonId );
void DrawText( uint8_t lineId, uint8_t* text0, uint8_t* text1, uint8_t* text2 );

//#endif // MENU_H