Velocity Closed Loop Dynamic error correction
Dependencies: mbed QEI PID DmTftLibraryEx
Display/Menu.h
- Committer:
- lex9296
- Date:
- 2022-02-10
- Revision:
- 23:b9d23a2f390e
- Parent:
- 21:ab8027016a2c
File content as of revision 23:b9d23a2f390e:
/* ______ _ / _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ \____ \| ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| \__)_____)\____)_| |_| (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