Menu_user.c 36.1 KB
Newer Older
hu's avatar
hu committed
1

hu's avatar
hu committed
2
#define   GLOBALS_MEU_PROCESS
hu's avatar
hu committed
3 4 5 6 7 8 9
#include "Menu.h"
#include "GUI.h"
#include "Services_Mileage.h"
#include "Data_FuelConsump.h"
#include "CAN_Communication_Matrix.h"
#include "Common_Interface.h"

hu's avatar
hu committed
10 11 12 13 14 15 16
uint8_t     bMenuSwFlag;
uint8_t     g_ClearWin1;
uint8_t     bNextMenuIDX;
uint8_t     bCurMenuIDX;
uint8_t     bMainMenuIDX;
uint8_t     bOldMenuIDX;

17 18
_MenuFlag    MenuFlag   ;

hu's avatar
hu committed
19 20 21 22
const _MenuOptTab   MenuOptTab[] =
{
    /*---------ENTER---------------------UP-----------------------DOWN----------------------EXIT------------------ENTER------------------DO-----------------EXIT------------*/
    /*主循环界面*/
hu's avatar
hu committed
23 24 25 26 27 28 29
    /*00*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_6,     _MN_DSP_LEVEL1MENU_2,     _MN_IDX_NULL,             Level1Menu_1Enter,      Level1Menu_1Do,     Level1Menu_1Exit},        /*  _MN_DSP_LEVEL1MENU_1  */
    /*01*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_1,     _MN_DSP_LEVEL1MENU_3,     _MN_IDX_NULL,             Level1Menu_2Enter,      Level1Menu_2Do,     Level1Menu_2Exit},        /*  _MN_DSP_LEVEL1MENU_2  */
    /*02*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_2,     _MN_DSP_LEVEL1MENU_4,     _MN_IDX_NULL,             Level1Menu_3Enter,      Level1Menu_3Do,     Level1Menu_3Exit},        /*  _MN_DSP_LEVEL1MENU_3  */
    /*03*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_3,     _MN_DSP_LEVEL1MENU_5,     _MN_IDX_NULL,             Level1Menu_4Enter,      Level1Menu_4Do,     Level1Menu_4Exit},        /*  _MN_DSP_LEVEL1MENU_4  */
    /*04*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_4,     _MN_DSP_LEVEL1MENU_6,     _MN_IDX_NULL,             Level1Menu_5Enter,      Level1Menu_5Do,     Level1Menu_5Exit},        /*  _MN_DSP_LEVEL1MENU_5  */
    /*05*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_5,     _MN_DSP_LEVEL1MENU_1,     _MN_IDX_NULL,             Level1Menu_6Enter,      Level1Menu_6Do,     Level1Menu_6Exit},        /*  _MN_DSP_LEVEL1MENU_6  */
    /*06*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             LevelPopup_Enter,       LevelPopup_Do,      LevelPopup_Exit },        /*  _MN_DSP_LEVEPOPUP     */
hu's avatar
hu committed
30
    /*一级菜单 */
hu's avatar
hu committed
31 32 33 34 35 36
    /*07*/{ _MN_DSP_LEVEL2_1_MENU_1,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_2,     _MN_IDX_NULL,             Level2Menu_1Enter,      Level2Menu_1Do,     Level2Menu_1Exit},        /*  _MN_DSP_LEVEL2MENU_1  */
    /*08*/{ _MN_DSP_LEVEL2_2_MENU_1,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_3,     _MN_IDX_NULL,             Level2Menu_2Enter,      Level2Menu_2Do,     Level2Menu_2Exit},        /*  _MN_DSP_LEVEL2MENU_2  */
    /*09*/{ _MN_DSP_LEVEL2_3_MENU_1,  _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL2MENU_4,     _MN_IDX_NULL,             Level2Menu_3Enter,      Level2Menu_3Do,     Level2Menu_3Exit},        /*  _MN_DSP_LEVEL2MENU_3  */
    /*10*/{ _MN_DSP_LEVEL2_4_MENU_1,  _MN_DSP_LEVEL2MENU_3,     _MN_DSP_LEVEL2MENU_5,     _MN_IDX_NULL,             Level2Menu_4Enter,      Level2Menu_4Do,     Level2Menu_4Exit},        /*  _MN_DSP_LEVEL2MENU_4  */
    /*11*/{ _MN_DSP_LEVEL2_5_MENU_1,  _MN_DSP_LEVEL2MENU_4,     _MN_DSP_LEVEL2MENU_6,     _MN_IDX_NULL,             Level2Menu_5Enter,      Level2Menu_5Do,     Level2Menu_5Exit},        /*  _MN_DSP_LEVEL2MENU_5  */
    /*12*/{ _MN_DSP_LEVEL2_6_MENU_1,  _MN_DSP_LEVEL2MENU_5,     _MN_IDX_NULL,             _MN_IDX_NULL,             Level2Menu_6Enter,      Level2Menu_6Do,     Level2Menu_6Exit},        /*  _MN_DSP_LEVEL2MENU_6  */
hu's avatar
hu committed
37
    /*二级菜单 */
hu's avatar
hu committed
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
    /*13*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_1,     Level2_1Menu_1Enter,  Level2_1Menu_1Do,   Level2_1Menu_1Exit},          /*  _MN_DSP_LEVEL2_1_MENU_1 */

    /*14*/{ _MN_DSP_LEVEL3_2_MENU_1,  _MN_IDX_NULL,             _MN_DSP_LEVEL2_2_MENU_2,  _MN_DSP_LEVEL2MENU_2,     Level2_2Menu_1Enter,  Level2_2Menu_1Do,   Level2_2Menu_1Exit},          /*  _MN_DSP_LEVEL2_2_MENU_1 */
    /*15*/{ _MN_DSP_LEVEL3_2_MENU_2,  _MN_DSP_LEVEL2_2_MENU_1,  _MN_DSP_LEVEL2_2_MENU_3,  _MN_DSP_LEVEL2MENU_2,     Level2_2Menu_2Enter,  Level2_2Menu_2Do,   Level2_2Menu_2Exit},          /*  _MN_DSP_LEVEL2_2_MENU_2 */
    /*16*/{ _MN_DSP_LEVEL3_2_MENU_3,  _MN_DSP_LEVEL2_2_MENU_2,  _MN_DSP_LEVEL2_2_MENU_4,  _MN_DSP_LEVEL2MENU_2,     Level2_2Menu_3Enter,  Level2_2Menu_3Do,   Level2_2Menu_3Exit},          /*  _MN_DSP_LEVEL2_2_MENU_3 */
    /*17*/{ _MN_DSP_LEVEL3_2_MENU_4,  _MN_DSP_LEVEL2_2_MENU_3,  _MN_DSP_LEVEL2_2_MENU_6,  _MN_DSP_LEVEL2MENU_2,     Level2_2Menu_4Enter,  Level2_2Menu_4Do,   Level2_2Menu_4Exit},          /*  _MN_DSP_LEVEL2_2_MENU_4 */
    /*19*/{ _MN_DSP_LEVEL3_2_MENU_6,  _MN_DSP_LEVEL2_2_MENU_4,  _MN_DSP_LEVEL2_2_MENU_7,  _MN_DSP_LEVEL2MENU_2,     Level2_2Menu_6Enter,  Level2_2Menu_6Do,   Level2_2Menu_6Exit},          /*  _MN_DSP_LEVEL2_2_MENU_6 */
    /*20*/{ _MN_DSP_LEVEL3_2_MENU_7,  _MN_DSP_LEVEL2_2_MENU_6,  _MN_DSP_LEVEL2_2_MENU_8,  _MN_DSP_LEVEL2MENU_2,     Level2_2Menu_7Enter,  Level2_2Menu_7Do,   Level2_2Menu_7Exit},          /*  _MN_DSP_LEVEL2_2_MENU_7 */
    /*21*/{ _MN_DSP_LEVEL3_2_MENU_8,  _MN_DSP_LEVEL2_2_MENU_7,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_2,     Level2_2Menu_8Enter,  Level2_2Menu_8Do,   Level2_2Menu_8Exit},          /*  _MN_DSP_LEVEL2_2_MENU_8 */

    /*23*/{ _MN_DSP_LEVEL3_3_MENU_1,  _MN_IDX_NULL,             _MN_DSP_LEVEL2_3_MENU_2,  _MN_DSP_LEVEL2MENU_3,     Level2_3Menu_1Enter,  Level2_3Menu_1Do,   Level2_3Menu_1Exit},          /*  _MN_DSP_LEVEL2_3_MENU_1 */
    /*24*/{ _MN_DSP_LEVEL3_3_MENU_2,  _MN_DSP_LEVEL2_3_MENU_1,  _MN_DSP_LEVEL2_3_MENU_3,  _MN_DSP_LEVEL2MENU_3,     Level2_3Menu_2Enter,  Level2_3Menu_2Do,   Level2_3Menu_2Exit},          /*  _MN_DSP_LEVEL2_3_MENU_2 */
    /*25*/{ _MN_DSP_LEVEL3_3_MENU_3,  _MN_DSP_LEVEL2_3_MENU_2,  _MN_DSP_LEVEL2_3_MENU_4,  _MN_DSP_LEVEL2MENU_3,     Level2_3Menu_3Enter,  Level2_3Menu_3Do,   Level2_3Menu_3Exit},          /*  _MN_DSP_LEVEL2_3_MENU_3 */
    /*26*/{ _MN_DSP_LEVEL3_3_MENU_4,  _MN_DSP_LEVEL2_3_MENU_3,  _MN_DSP_LEVEL2_3_MENU_5,  _MN_DSP_LEVEL2MENU_3,     Level2_3Menu_4Enter,  Level2_3Menu_4Do,   Level2_3Menu_4Exit},          /*  _MN_DSP_LEVEL2_3_MENU_4 */
    /*27*/{ _MN_DSP_LEVEL3_3_MENU_5,  _MN_DSP_LEVEL2_3_MENU_4,  _MN_DSP_LEVEL2_3_MENU_6,  _MN_DSP_LEVEL2MENU_3,     Level2_3Menu_5Enter,  Level2_3Menu_5Do,   Level2_3Menu_5Exit},          /*  _MN_DSP_LEVEL2_3_MENU_5 */
    /*28*/{ _MN_DSP_LEVEL3_3_MENU_6,  _MN_DSP_LEVEL2_3_MENU_5,  _MN_DSP_LEVEL2_3_MENU_7,  _MN_DSP_LEVEL2MENU_3,     Level2_3Menu_6Enter,  Level2_3Menu_6Do,   Level2_3Menu_6Exit},          /*  _MN_DSP_LEVEL2_3_MENU_6 */
    /*29*/{ _MN_DSP_LEVEL3_3_MENU_7,  _MN_DSP_LEVEL2_3_MENU_6,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_3,     Level2_3Menu_7Enter,  Level2_3Menu_7Do,   Level2_3Menu_7Exit},          /*  _MN_DSP_LEVEL2_3_MENU_7 */

    /*31*/{ _MN_DSP_LEVEL3_4_MENU_11, _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_2,  _MN_DSP_LEVEL2MENU_4,     Level2_4Menu_1Enter,  Level2_4Menu_1Do,   Level2_4Menu_1Exit},           /* _MN_DSP_LEVEL2_4_MENU_1 */
    /*32*/{ _MN_DSP_LEVEL3_4_MENU_21, _MN_DSP_LEVEL2_4_MENU_1,  _MN_DSP_LEVEL2_4_MENU_3,  _MN_DSP_LEVEL2MENU_4,     Level2_4Menu_2Enter,  Level2_4Menu_2Do,   Level2_4Menu_2Exit},           /* _MN_DSP_LEVEL2_4_MENU_2 */
    /*33*/{ _MN_DSP_LEVEL3_4_MENU_3,  _MN_DSP_LEVEL2_4_MENU_2,  _MN_DSP_LEVEL2_4_MENU_4,  _MN_DSP_LEVEL2MENU_4,     Level2_4Menu_3Enter,  Level2_4Menu_3Do,   Level2_4Menu_3Exit},           /* _MN_DSP_LEVEL2_4_MENU_3 */
    /*34*/{ _MN_DSP_LEVEL3_4_MENU_41, _MN_DSP_LEVEL2_4_MENU_3,  _MN_DSP_LEVEL2_4_MENU_5,  _MN_DSP_LEVEL2MENU_4,     Level2_4Menu_4Enter,  Level2_4Menu_4Do,   Level2_4Menu_4Exit},          /* _MN_DSP_LEVEL2_4_MENU_4 */
    /*35*/{ _MN_DSP_LEVEL3_4_MENU_5,  _MN_DSP_LEVEL2_4_MENU_4,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_4,     Level2_4Menu_5Enter,  Level2_4Menu_5Do,   Level2_4Menu_5Exit},           /* _MN_DSP_LEVEL2_4_MENU_5 */

    /*36*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_2,  _MN_DSP_LEVEL2MENU_5,     Level2_5Menu_1Enter,  Level2_5Menu_1Do,   Level2_5Menu_1Exit},           /* _MN_DSP_LEVEL2_5_MENU_1 */
    /*37*/{ _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_1,  _MN_DSP_LEVEL2_5_MENU_3,  _MN_DSP_LEVEL2MENU_5,     Level2_5Menu_2Enter,  Level2_5Menu_2Do,   Level2_5Menu_2Exit},           /* _MN_DSP_LEVEL2_5_MENU_2 */
    /*38*/{ _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_2,  _MN_DSP_LEVEL2_5_MENU_4,  _MN_DSP_LEVEL2MENU_5,     Level2_5Menu_3Enter,  Level2_5Menu_3Do,   Level2_5Menu_3Exit},           /* _MN_DSP_LEVEL2_5_MENU_3 */
    /*39*/{ _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_3,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_5,     Level2_5Menu_4Enter,  Level2_5Menu_4Do,   Level2_5Menu_4Exit},           /* _MN_DSP_LEVEL2_5_MENU_4 */

    /*40*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_6_MENU_2,  _MN_DSP_LEVEL2MENU_6,     Level2_6Menu_1Enter,  Level2_6Menu_1Do,   Level2_6Menu_1Exit},           /* _MN_DSP_LEVEL2_6_MENU_1 */
    /*41*/{ _MN_IDX_NULL,             _MN_DSP_LEVEL2_6_MENU_1,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_6,     Level2_6Menu_2Enter,  Level2_6Menu_2Do,   Level2_6Menu_2Exit},           /* _MN_DSP_LEVEL2_6_MENU_2 */
hu's avatar
hu committed
69 70

    /*三级菜单*/
hu's avatar
hu committed
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
    /*39*/{_MN_DSP_ENTER_MENU,        _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_2_MENU_1,  Level3_2Menu_1Enter, Level3_2Menu_1Do,   Level3_2Menu_1Exit},        //   _MN_DSP_LEVEL3_2_MENU_1
    /*40*/{_MN_DSP_ENTER_MENU,        _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_2_MENU_2,  Level3_2Menu_2Enter, Level3_2Menu_2Do,   Level3_2Menu_2Exit},        //   _MN_DSP_LEVEL3_2_MENU_2
    /*41*/{_MN_DSP_ENTER_MENU,        _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_2_MENU_3,  Level3_2Menu_3Enter, Level3_2Menu_3Do,   Level3_2Menu_3Exit},        //   _MN_DSP_LEVEL3_2_MENU_3
    /*42*/{_MN_DSP_ENTER_MENU,        _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_2_MENU_4,  Level3_2Menu_4Enter, Level3_2Menu_4Do,   Level3_2Menu_4Exit},        //   _MN_DSP_LEVEL3_2_MENU_4
    /*43*/{_MN_DSP_ENTER_MENU,        _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_2_MENU_6,  Level3_2Menu_6Enter, Level3_2Menu_6Do,   Level3_2Menu_6Exit},        //   _MN_DSP_LEVEL3_2_MENU_6
    /*44*/{_MN_DSP_ENTER_MENU,        _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_2_MENU_7,  Level3_2Menu_7Enter, Level3_2Menu_7Do,   Level3_2Menu_7Exit},        //   _MN_DSP_LEVEL3_2_MENU_7
    /*45*/{_MN_DSP_ENTER_MENU,        _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_2_MENU_8,  Level3_2Menu_8Enter, Level3_2Menu_8Do,   Level3_2Menu_8Exit},        //   _MN_DSP_LEVEL3_2_MENU_8

    /*47*/{ _MN_DSP_LEVEL2_3_MENU_1,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_3_MENU_1,  Level3_3Menu_1Enter, Level3_3Menu_1Do,   Level3_3Menu_1Exit},        //   _MN_DSP_LEVEL3_3_MENU_1
    /*48*/{ _MN_DSP_LEVEL2_3_MENU_2,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_3_MENU_2,  Level3_3Menu_2Enter, Level3_3Menu_2Do,   Level3_3Menu_2Exit},        //   _MN_DSP_LEVEL3_3_MENU_2
    /*49*/{ _MN_DSP_LEVEL2_3_MENU_3,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_3_MENU_3,  Level3_3Menu_3Enter, Level3_3Menu_3Do,   Level3_3Menu_3Exit},        //   _MN_DSP_LEVEL3_3_MENU_3
    /*50*/{ _MN_DSP_LEVEL2_3_MENU_4,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_3_MENU_4,  Level3_3Menu_4Enter, Level3_3Menu_4Do,   Level3_3Menu_4Exit},        //   _MN_DSP_LEVEL3_3_MENU_4
    /*59*/{ _MN_DSP_LEVEL2_3_MENU_5,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_3_MENU_5,  Level3_3Menu_5Enter, Level3_3Menu_5Do,   Level3_3Menu_5Exit},        //   _MN_DSP_LEVEL3_3_MENU_5
    /*51*/{ _MN_DSP_LEVEL2_3_MENU_6,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_3_MENU_6,  Level3_3Menu_6Enter, Level3_3Menu_6Do,   Level3_3Menu_6Exit},        //   _MN_DSP_LEVEL3_3_MENU_6
    /*52*/{ _MN_DSP_LEVEL2_3_MENU_7,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_3_MENU_7,  Level3_3Menu_7Enter, Level3_3Menu_7Do,   Level3_3Menu_7Exit},        //   _MN_DSP_LEVEL3_3_MENU_7

    /*53*/{ _MN_DSP_LEVEL3_4_MENU_12, _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_1,  Level3_4Menu_1Enter_1, Level3_4Menu_1Do_1, Level3_4Menu_1Exit_1},       //   _MN_DSP_LEVEL3_4_MENU_11  ÈÕÆÚÉ趨
    /*53*/{ _MN_DSP_LEVEL3_4_MENU_13, _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_1,  Level3_4Menu_1Enter_2, Level3_4Menu_1Do_2, Level3_4Menu_1Exit_2},       //   _MN_DSP_LEVEL3_4_MENU_11  ÈÕÆÚÉ趨
    /*53*/{ _MN_DSP_LEVEL2_4_MENU_1,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_1,  Level3_4Menu_1Enter_3, Level3_4Menu_1Do_3, Level3_4Menu_1Exit_3},       //   _MN_DSP_LEVEL3_4_MENU_11  ÈÕÆÚÉ趨
    /*55*/{ _MN_DSP_LEVEL3_4_MENU_22, _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_2,  Level3_4Menu_2Enter_1, Level3_4Menu_2Do_1, Level3_4Menu_2Exit_1},       //   _MN_DSP_LEVEL3_4_MENU_21   ʱ¼äÉ趨
    /*55*/{ _MN_DSP_LEVEL2_4_MENU_2,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_2,  Level3_4Menu_2Enter_2, Level3_4Menu_2Do_2, Level3_4Menu_2Exit_2},        //   _MN_DSP_LEVEL3_4_MENU_21   ʱ¼äÉ趨
    /*57*/{ _MN_DSP_LEVEL4_3_MENU_1,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_3,  Level3_4Menu_3Enter,   Level3_4Menu_3Do,   Level3_4Menu_3Exit},        //   _MN_DSP_LEVEL3_4_MENU_3
    /*58*/{ _MN_DSP_LEVEL4_4_MENU_1,  _MN_IDX_NULL,             _MN_DSP_LEVEL3_4_MENU_42, _MN_DSP_LEVEL2_4_MENU_4,  Level3_4Menu_4Enter_1, Level3_4Menu_4Do_1, Level3_4Menu_4Exit_1}, //     _MN_DSP_LEVEL3_4_MENU_41  Ê¡ÓÍÉ趨1
    /*59*/{ _MN_DSP_LEVEL4_4_MENU_2,  _MN_DSP_LEVEL3_4_MENU_41, _MN_DSP_LEVEL3_4_MENU_43, _MN_DSP_LEVEL2_4_MENU_4,  Level3_4Menu_4Enter_2, Level3_4Menu_4Do_2, Level3_4Menu_4Exit_2}, //     _MN_DSP_LEVEL3_4_MENU_42  Ê¡ÓÍÉ趨2
    /*60*/{ _MN_DSP_LEVEL4_4_MENU_3,  _MN_DSP_LEVEL3_4_MENU_42, _MN_DSP_LEVEL3_4_MENU_44, _MN_DSP_LEVEL2_4_MENU_4,  Level3_4Menu_4Enter_3, Level3_4Menu_4Do_3, Level3_4Menu_4Exit_3}, //     _MN_DSP_LEVEL3_4_MENU_43  Ê¡ÓÍÉ趨3
    /*61*/{ _MN_DSP_LEVEL4_4_MENU_4,  _MN_DSP_LEVEL3_4_MENU_43, _MN_DSP_LEVEL3_4_MENU_45, _MN_DSP_LEVEL2_4_MENU_4,  Level3_4Menu_4Enter_4, Level3_4Menu_4Do_4, Level3_4Menu_4Exit_4}, //     _MN_DSP_LEVEL3_4_MENU_44  Ê¡ÓÍÉ趨4
    /*62*/{ _MN_DSP_LEVEL4_4_MENU_5,  _MN_DSP_LEVEL3_4_MENU_44, _MN_DSP_LEVEL3_4_MENU_46, _MN_DSP_LEVEL2_4_MENU_4,  Level3_4Menu_4Enter_5, Level3_4Menu_4Do_5, Level3_4Menu_4Exit_5}, //      _MN_DSP_LEVEL3_4_MENU_45  Ê¡ÓÍÉ趨5
    /*62*/{ _MN_DSP_LEVEL4_4_MENU_6,  _MN_DSP_LEVEL3_4_MENU_45, _MN_DSP_LEVEL3_4_MENU_47, _MN_DSP_LEVEL2_4_MENU_4,  Level3_4Menu_4Enter_5, Level3_4Menu_4Do_5, Level3_4Menu_4Exit_5}, //      _MN_DSP_LEVEL3_4_MENU_45  Ê¡ÓÍÉ趨5
    /*62*/{ _MN_DSP_LEVEL4_4_MENU_7,  _MN_DSP_LEVEL3_4_MENU_46, _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_4,  Level3_4Menu_4Enter_5, Level3_4Menu_4Do_5, Level3_4Menu_4Exit_5}, //      _MN_DSP_LEVEL3_4_MENU_45  Ê¡ÓÍÉ趨5

    /*63*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_1,  Level3_5Menu_1Enter, Level3_5Menu_1Do,   Level3_5Menu_1Exit},
    /*64*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_2,  Level3_5Menu_2Enter, Level3_5Menu_2Do,   Level3_5Menu_2Exit},
    /*65*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_3,  Level3_5Menu_3Enter, Level3_5Menu_3Do,   Level3_5Menu_3Exit},
    /*66*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_4,  Level3_5Menu_4Enter, Level3_5Menu_4Do,   Level3_5Menu_4Exit},
hu's avatar
hu committed
105 106

    /*四级菜单*/
hu's avatar
hu committed
107 108 109 110 111 112 113 114 115 116 117
    /*73*/{ _MN_DSP_LEVEL3_4_MENU_3,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL3_4_MENU_3,  Level4_3Menu_1Enter, Level4_3Menu_1Do,    Level4_3Menu_1Exit},
    /*74*/{ _MN_DSP_LEVEL3_4_MENU_41, _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL3_4_MENU_41, Level4_4Menu_1Enter, Level4_4Menu_1Do,    Level4_4Menu_1Exit},
    /*75*/{ _MN_DSP_LEVEL3_4_MENU_42, _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL3_4_MENU_42, Level4_4Menu_2Enter, Level4_4Menu_2Do,    Level4_4Menu_2Exit},
    /*76*/{ _MN_DSP_LEVEL3_4_MENU_43, _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL3_4_MENU_43, Level4_4Menu_3Enter, Level4_4Menu_3Do,    Level4_4Menu_3Exit},
    /*77*/{ _MN_DSP_LEVEL3_4_MENU_44, _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL3_4_MENU_44, Level4_4Menu_4Enter, Level4_4Menu_4Do,    Level4_4Menu_4Exit},
    /*78*/{ _MN_DSP_LEVEL3_4_MENU_45, _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL3_4_MENU_45, Level4_4Menu_5Enter, Level4_4Menu_5Do,    Level4_4Menu_5Exit},
    /*78*/{ _MN_DSP_LEVEL3_4_MENU_46, _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL3_4_MENU_46, Level4_4Menu_6Enter, Level4_4Menu_6Do,    Level4_4Menu_6Exit},
    /*78*/{ _MN_DSP_LEVEL3_4_MENU_47, _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL3_4_MENU_47, Level4_4Menu_7Enter, Level4_4Menu_7Do,    Level4_4Menu_7Exit},

    /*82*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             Level_Enter_Menu_Enter,  Level_Enter_Menu_Do,   Level_Enter_Menu_Exit},
    /*83*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             Level_Return_Menu_Enter, Level_Return_Menu_Do, Level_Return_Menu_Exit},
hu's avatar
hu committed
118 119

};
hu's avatar
hu committed
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
void NextMenu(_MENU_IDX idx)
{
    if ((idx) != _MN_IDX_NULL)
    {
        bNextMenuIDX = (idx);
    }
    else
    {
    }
    bOldMenuIDX = 0xFF;
}
void MenuInit(void)
{
    bCurMenuIDX = 0;
    bNextMenuIDX = 0;
    bMenuSwFlag = 1;

    if (bCurMenuIDX >= _MN_DSP_LEVEL2MENU_1)
    {
hu's avatar
hu committed
139
        bCurMenuIDX = MenuFlag.Menu_Flag; /*记录上次位置*/
hu's avatar
hu committed
140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
        bNextMenuIDX = bCurMenuIDX;
    }
    else
    {
        ;/*do nothing*/
    }
}
void MenuManage(void)
{
    if (bMenuSwFlag)
    {
        if (MenuOptTab[bCurMenuIDX].Enter)
        {
            MenuOptTab[bCurMenuIDX].Enter();
        }
        else
        {
            ;/*do nothing*/
        }
    }
    else
    {
        ;/*do nothing*/
    }

    if (MenuOptTab[bCurMenuIDX].Do)
    {
        MenuOptTab[bCurMenuIDX].Do();
    }
    else
    {
        ;/*do nothing*/
    }

    bMenuSwFlag = (bCurMenuIDX != bNextMenuIDX) ? 1 : 0;
    if (bMenuSwFlag)
    {
        if (MenuOptTab[bCurMenuIDX].Exit && MenuOptTab[bCurMenuIDX].VK_IDX_EXIT)
        {
            MenuOptTab[bCurMenuIDX].Exit();
        }
        else
        {
            ;/*do nothing*/
        }
    }

    bCurMenuIDX = bNextMenuIDX;
}

/*主界面1   平均油耗,平均车速*/
void Level1Menu_1Enter(void)
hu's avatar
hu committed
192
{}
hu's avatar
hu committed
193 194
void Level1Menu_1Do(void)
{
hu's avatar
hu committed
195
    GUI_OftenShow_Display();
196 197
    GUI_Dynamic_DIsplay();
    GUI_AVG_FuelSpeed_Display(GUI_DISP_MODE_BLANK);
hu's avatar
hu committed
198 199 200 201 202 203
}
void Level1Menu_1Exit(void)
{}

/*主界面2 电池显示*/
void Level1Menu_2Enter(void)
hu's avatar
hu committed
204
{}
hu's avatar
hu committed
205 206
void Level1Menu_2Do(void)
{
207 208 209
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_Battery_Display_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
210 211 212
}
void Level1Menu_2Exit(void)
{}
hu's avatar
hu committed
213

hu's avatar
hu committed
214 215
/*主界面3 DPD*/
void Level1Menu_3Enter(void)
hu's avatar
hu committed
216
{}
hu's avatar
hu committed
217 218
void Level1Menu_3Do(void)
{
219 220 221
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_DPD_Display_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
222 223 224 225 226 227
}
void Level1Menu_3Exit(void)
{}

/*主界面4 油温时间*/
void Level1Menu_4Enter(void)
hu's avatar
hu committed
228
{}
hu's avatar
hu committed
229 230
void Level1Menu_4Do(void)
{
231 232 233
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_Time_OilTemp_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
234 235 236 237 238 239
}
void Level1Menu_4Exit(void)
{}

/*主界面5 万年历*/
void Level1Menu_5Enter(void)
hu's avatar
hu committed
240
{}
hu's avatar
hu committed
241 242
void Level1Menu_5Do(void)
{
243 244 245
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_Year_Month_Data_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
246 247 248 249 250 251
}
void Level1Menu_5Exit(void)
{}

/*主界面6  空白*/
void Level1Menu_6Enter(void)
hu's avatar
hu committed
252
{}
hu's avatar
hu committed
253 254
void Level1Menu_6Do(void)
{
hu's avatar
hu committed
255 256 257
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_block_NULL_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
258 259 260 261 262 263
}
void Level1Menu_6Exit(void)
{}

/*主界面 报警界面*/
void LevelPopup_Enter(void)
hu's avatar
hu committed
264
{}
hu's avatar
hu committed
265 266
void LevelPopup_Do(void)
{
hu's avatar
hu committed
267 268
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
hu's avatar
hu committed
269 270
}
void LevelPopup_Exit(void)
271 272
{}

hu's avatar
hu committed
273 274 275
/*----MENU----*/
/*二级菜单 故障码*/
void Level2Menu_1Enter(void)
hu's avatar
hu committed
276
{}
hu's avatar
hu committed
277 278
void Level2Menu_1Do(void)
{
hu's avatar
hu committed
279
    GUI_OftenShow_Display();
hu's avatar
hu committed
280
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
281
    GUI_BG_Menu1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
282 283 284
}
void Level2Menu_1Exit(void)
{}
hu's avatar
hu committed
285

hu's avatar
hu committed
286 287
/*二级菜单 维修通知*/
void Level2Menu_2Enter(void)
hu's avatar
hu committed
288
{}
hu's avatar
hu committed
289 290
void Level2Menu_2Do(void)
{
hu's avatar
hu committed
291
    GUI_OftenShow_Display();
hu's avatar
hu committed
292
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
293
    GUI_BG_Menu2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
294 295 296
}
void Level2Menu_2Exit(void)
{}
hu's avatar
hu committed
297

hu's avatar
hu committed
298 299
/*二级菜单 维修通知设定*/
void Level2Menu_3Enter(void)
hu's avatar
hu committed
300
{}
hu's avatar
hu committed
301 302
void Level2Menu_3Do(void)
{
hu's avatar
hu committed
303
    GUI_OftenShow_Display();
hu's avatar
hu committed
304
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
305
    GUI_BG_Menu3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
306 307 308
}
void Level2Menu_3Exit(void)
{}
hu's avatar
hu committed
309

hu's avatar
hu committed
310 311
/*二级菜单 用户设定*/
void Level2Menu_4Enter(void)
hu's avatar
hu committed
312
{}
hu's avatar
hu committed
313 314
void Level2Menu_4Do(void)
{
hu's avatar
hu committed
315
    GUI_OftenShow_Display();
hu's avatar
hu committed
316
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
317
    GUI_BG_Menu4_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
318 319 320
}
void Level2Menu_4Exit(void)
{}
hu's avatar
hu committed
321

hu's avatar
hu committed
322
/*二级界面 系统演示*/
hu's avatar
hu committed
323
void Level2Menu_5Enter(void)
hu's avatar
hu committed
324
{}
hu's avatar
hu committed
325 326
void Level2Menu_5Do(void)
{
hu's avatar
hu committed
327
    GUI_OftenShow_Display();
hu's avatar
hu committed
328
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
329
    GUI_BG_Menu5_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
330 331 332
}
void Level2Menu_5Exit(void)
{}
hu's avatar
hu committed
333

hu's avatar
hu committed
334
/*二级界面 胎压显示*/
hu's avatar
hu committed
335
void Level2Menu_6Enter(void)
hu's avatar
hu committed
336
{}
hu's avatar
hu committed
337 338
void Level2Menu_6Do(void)
{
hu's avatar
hu committed
339
    GUI_OftenShow_Display();
hu's avatar
hu committed
340
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
341
    GUI_BG_Menu6_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
342 343 344
}
void Level2Menu_6Exit(void)
{}
hu's avatar
hu committed
345 346

/*----二级菜单----故障代码----子菜单系列*/
hu's avatar
hu committed
347 348
/*发动机故障*/
void Level2_1Menu_1Enter(void)
hu's avatar
hu committed
349
{}
hu's avatar
hu committed
350 351
void Level2_1Menu_1Do(void)
{
hu's avatar
hu committed
352
    GUI_OftenShow_Display();
hu's avatar
hu committed
353 354
    GUI_BG_Errot_Display(GUI_DISP_MODE_NORMAL);

hu's avatar
hu committed
355 356 357
}
void Level2_1Menu_1Exit(void)
{}
358

hu's avatar
hu committed
359 360 361
/*----二级菜单----保养通知----子菜单系列*/
/*发动机油滤清器*/
void Level2_2Menu_1Enter(void)
hu's avatar
hu committed
362
{}
hu's avatar
hu committed
363 364 365 366 367 368 369 370
void Level2_2Menu_1Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_Rep_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu1_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_2Menu_1Exit(void)
{}
hu's avatar
hu committed
371

hu's avatar
hu committed
372 373
/*燃油滤清器*/
void Level2_2Menu_2Enter(void)
hu's avatar
hu committed
374
{}
hu's avatar
hu committed
375 376 377 378 379 380 381 382
void Level2_2Menu_2Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_Rep_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu2_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_2Menu_2Exit(void)
{}
hu's avatar
hu committed
383

hu's avatar
hu committed
384 385
/*变速箱油*/
void Level2_2Menu_3Enter(void)
hu's avatar
hu committed
386
{}
hu's avatar
hu committed
387 388 389 390 391 392 393 394
void Level2_2Menu_3Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_Rep_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu3_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_2Menu_3Exit(void)
{}
hu's avatar
hu committed
395

hu's avatar
hu committed
396 397
/*差速器油*/
void Level2_2Menu_4Enter(void)
hu's avatar
hu committed
398
{}
hu's avatar
hu committed
399 400 401 402 403 404 405 406
void Level2_2Menu_4Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_Rep_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu4_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_2Menu_4Exit(void)
{}
hu's avatar
hu committed
407

hu's avatar
hu committed
408 409
/*空气干燥剂*/
void Level2_2Menu_6Enter(void)
hu's avatar
hu committed
410
{}
hu's avatar
hu committed
411 412 413 414 415 416 417 418
void Level2_2Menu_6Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_Rep_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu6_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_2Menu_6Exit(void)
{}
hu's avatar
hu committed
419

hu's avatar
hu committed
420 421
/*动力转向油*/
void Level2_2Menu_7Enter(void)
hu's avatar
hu committed
422
{}
hu's avatar
hu committed
423 424 425 426 427 428 429 430
void Level2_2Menu_7Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_Rep_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu7_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_2Menu_7Exit(void)
{}
hu's avatar
hu committed
431

hu's avatar
hu committed
432 433
/*轮胎*/
void Level2_2Menu_8Enter(void)
hu's avatar
hu committed
434
{}
hu's avatar
hu committed
435 436 437 438 439 440 441 442
void Level2_2Menu_8Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_Rep_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu8_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_2Menu_8Exit(void)
{}
443

hu's avatar
hu committed
444
/*----二级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
445
/*更换发动机滤清器*/
hu's avatar
hu committed
446
void Level2_3Menu_1Enter(void)
hu's avatar
hu committed
447
{}
hu's avatar
hu committed
448 449 450
void Level2_3Menu_1Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
451
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
452 453 454 455
    GUI_BG_RepSetMenu1_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_1Exit(void)
{}
hu's avatar
hu committed
456

hu's avatar
hu committed
457
/*更换燃油滤清器*/
hu's avatar
hu committed
458
void Level2_3Menu_2Enter(void)
hu's avatar
hu committed
459
{}
hu's avatar
hu committed
460 461 462
void Level2_3Menu_2Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
463
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
464 465 466 467
    GUI_BG_RepSetMenu2_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_2Exit(void)
{}
hu's avatar
hu committed
468

hu's avatar
hu committed
469
/*更换变速箱油*/
hu's avatar
hu committed
470
void Level2_3Menu_3Enter(void)
hu's avatar
hu committed
471
{}
hu's avatar
hu committed
472 473 474
void Level2_3Menu_3Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
475
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
476 477 478 479
    GUI_BG_RepSetMenu3_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_3Exit(void)
{}
hu's avatar
hu committed
480

hu's avatar
hu committed
481
/*更换差速器油*/
hu's avatar
hu committed
482
void Level2_3Menu_4Enter(void)
hu's avatar
hu committed
483
{}
hu's avatar
hu committed
484 485 486
void Level2_3Menu_4Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
487
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
488 489 490 491
    GUI_BG_RepSetMenu4_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_4Exit(void)
{}
hu's avatar
hu committed
492

hu's avatar
hu committed
493 494
/*离合器油*/
void Level2_3Menu_5Enter(void)
hu's avatar
hu committed
495
{}
hu's avatar
hu committed
496 497 498
void Level2_3Menu_5Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
499
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
500 501 502 503
    GUI_BG_RepSetMenu5_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_5Exit(void)
{}
hu's avatar
hu committed
504

hu's avatar
hu committed
505
/*更换动力转向油*/
hu's avatar
hu committed
506
void Level2_3Menu_6Enter(void)
hu's avatar
hu committed
507
{}
hu's avatar
hu committed
508 509 510
void Level2_3Menu_6Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
511
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
512 513 514 515
    GUI_BG_RepSetMenu6_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_6Exit(void)
{}
hu's avatar
hu committed
516

hu's avatar
hu committed
517
/*更换轮胎轮胎*/
hu's avatar
hu committed
518
void Level2_3Menu_7Enter(void)
hu's avatar
hu committed
519
{}
hu's avatar
hu committed
520 521 522
void Level2_3Menu_7Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
523
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
524 525 526 527
    GUI_BG_RepSetMenu7_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_7Exit(void)
{}
hu's avatar
hu committed
528

hu's avatar
hu committed
529 530 531
/*----二级菜单----用户设定----系列子菜单*/
/*日期设定*/
void Level2_4Menu_1Enter(void)
hu's avatar
hu committed
532
{}
hu's avatar
hu committed
533 534
void Level2_4Menu_1Do(void)
{
hu's avatar
hu committed
535 536 537
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSetMenu1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
538 539 540
}
void Level2_4Menu_1Exit(void)
{}
hu's avatar
hu committed
541

hu's avatar
hu committed
542
/*时间设定*/
hu's avatar
hu committed
543
void Level2_4Menu_2Enter(void)
hu's avatar
hu committed
544
{}
hu's avatar
hu committed
545 546
void Level2_4Menu_2Do(void)
{
hu's avatar
hu committed
547 548 549
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSetMenu2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
550 551 552
}
void Level2_4Menu_2Exit(void)
{}
hu's avatar
hu committed
553

hu's avatar
hu committed
554
/*语言设定*/
hu's avatar
hu committed
555
void Level2_4Menu_3Enter(void)
hu's avatar
hu committed
556
{}
hu's avatar
hu committed
557 558
void Level2_4Menu_3Do(void)
{
hu's avatar
hu committed
559 560
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
561
    GUI_BG_UserSetMenu3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
562 563 564
}
void Level2_4Menu_3Exit(void)
{}
hu's avatar
hu committed
565

hu's avatar
hu committed
566
/*设定节油驾驶建议*/
hu's avatar
hu committed
567
void Level2_4Menu_4Enter(void)
hu's avatar
hu committed
568
{}
hu's avatar
hu committed
569 570
void Level2_4Menu_4Do(void)
{
hu's avatar
hu committed
571 572
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
573
    GUI_BG_UserSetMenu4_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
574 575 576
}
void Level2_4Menu_4Exit(void)
{}
hu's avatar
hu committed
577

hu's avatar
hu committed
578
/*TPMS轮胎设定*/
hu's avatar
hu committed
579
void Level2_4Menu_5Enter(void)
hu's avatar
hu committed
580
{}
hu's avatar
hu committed
581 582
void Level2_4Menu_5Do(void)
{
hu's avatar
hu committed
583 584
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
585
    GUI_BG_UserSetMenu5_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
586 587 588
}
void Level2_4Menu_5Exit(void)
{}
hu's avatar
hu committed
589 590 591

/*LDWS 警报演示*/
void Level2_5Menu_1Enter(void)
hu's avatar
hu committed
592
{}
hu's avatar
hu committed
593
void Level2_5Menu_1Do(void)
hu's avatar
hu committed
594
{
hu's avatar
hu committed
595
    GUI_OftenShow_Display();
hu's avatar
hu committed
596 597
    GUI_BG_Demo_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DemoMenu1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
598
}
hu's avatar
hu committed
599
void Level2_5Menu_1Exit(void)
hu's avatar
hu committed
600
{}
hu's avatar
hu committed
601 602 603

/*AEBS第1警报演示*/
void Level2_5Menu_2Enter(void)
hu's avatar
hu committed
604
{}
hu's avatar
hu committed
605
void Level2_5Menu_2Do(void)
hu's avatar
hu committed
606
{
hu's avatar
hu committed
607 608 609
    GUI_OftenShow_Display();
    GUI_BG_Demo_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DemoMenu2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
610
}
hu's avatar
hu committed
611
void Level2_5Menu_2Exit(void)
hu's avatar
hu committed
612
{}
hu's avatar
hu committed
613 614 615

/*AEBS第1警报演示*/
void Level2_5Menu_3Enter(void)
hu's avatar
hu committed
616
{}
hu's avatar
hu committed
617
void Level2_5Menu_3Do(void)
hu's avatar
hu committed
618
{
hu's avatar
hu committed
619 620 621
    GUI_OftenShow_Display();
    GUI_BG_Demo_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DemoMenu3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
622
}
hu's avatar
hu committed
623
void Level2_5Menu_3Exit(void)
hu's avatar
hu committed
624
{}
hu's avatar
hu committed
625 626 627

/*AEBS全力制动警报演示*/
void Level2_5Menu_4Enter(void)
hu's avatar
hu committed
628
{}
hu's avatar
hu committed
629
void Level2_5Menu_4Do(void)
hu's avatar
hu committed
630
{
hu's avatar
hu committed
631 632 633
    GUI_OftenShow_Display();
    GUI_BG_Demo_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DemoMenu4_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
634
}
hu's avatar
hu committed
635
void Level2_5Menu_4Exit(void)
hu's avatar
hu committed
636
{}
637

hu's avatar
hu committed
638 639
/*轮胎气压*/
void Level2_6Menu_1Enter(void)
hu's avatar
hu committed
640
{}
hu's avatar
hu committed
641 642 643
void Level2_6Menu_1Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
644 645
    GUI_BG_TPMS_GasPIC_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_TPMS_GasNUM_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
646 647 648 649 650 651
}
void Level2_6Menu_1Exit(void)
{}

/*轮胎温度*/
void Level2_6Menu_2Enter(void)
hu's avatar
hu committed
652
{}
hu's avatar
hu committed
653 654 655
void Level2_6Menu_2Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
656 657
    GUI_BG_TPMS_TempPIC_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_TPMS_TempNUM_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
658 659 660 661
}
void Level2_6Menu_2Exit(void)
{}

hu's avatar
hu committed
662
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
663
/*发动机机油滤清器*/
hu's avatar
hu committed
664
void Level3_2Menu_1Enter(void)
hu's avatar
hu committed
665
{}
hu's avatar
hu committed
666 667
void Level3_2Menu_1Do(void)
{
hu's avatar
hu committed
668
    GUI_OftenShow_Display();
hu's avatar
hu committed
669 670
    GUI_BG_RepMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu_3_1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
671 672
}
void Level3_2Menu_1Exit(void)
hu's avatar
hu committed
673
{}
hu's avatar
hu committed
674

hu's avatar
hu committed
675
/*燃油滤清器*/
hu's avatar
hu committed
676
void Level3_2Menu_2Enter(void)
hu's avatar
hu committed
677
{}
hu's avatar
hu committed
678 679
void Level3_2Menu_2Do(void)
{
hu's avatar
hu committed
680 681 682
    GUI_OftenShow_Display();
    GUI_BG_RepMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu_3_2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
683 684
}
void Level3_2Menu_2Exit(void)
hu's avatar
hu committed
685
{}
hu's avatar
hu committed
686

hu's avatar
hu committed
687
/*变速箱油*/
hu's avatar
hu committed
688
void Level3_2Menu_3Enter(void)
hu's avatar
hu committed
689
{}
hu's avatar
hu committed
690 691
void Level3_2Menu_3Do(void)
{
hu's avatar
hu committed
692 693 694
    GUI_OftenShow_Display();
    GUI_BG_RepMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu_3_3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
695 696
}
void Level3_2Menu_3Exit(void)
hu's avatar
hu committed
697
{}
hu's avatar
hu committed
698

hu's avatar
hu committed
699
/*差速器油*/
hu's avatar
hu committed
700
void Level3_2Menu_4Enter(void)
hu's avatar
hu committed
701
{}
hu's avatar
hu committed
702 703
void Level3_2Menu_4Do(void)
{
hu's avatar
hu committed
704 705 706
    GUI_OftenShow_Display();
    GUI_BG_RepMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu_3_4_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
707 708
}
void Level3_2Menu_4Exit(void)
hu's avatar
hu committed
709
{}
hu's avatar
hu committed
710

hu's avatar
hu committed
711
/*空气干燥剂*/
hu's avatar
hu committed
712
void Level3_2Menu_6Enter(void)
hu's avatar
hu committed
713
{}
hu's avatar
hu committed
714 715
void Level3_2Menu_6Do(void)
{
hu's avatar
hu committed
716 717 718
    GUI_OftenShow_Display();
    GUI_BG_RepMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu_3_6_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
719 720
}
void Level3_2Menu_6Exit(void)
hu's avatar
hu committed
721
{}
hu's avatar
hu committed
722

hu's avatar
hu committed
723
/*动力转向油*/
hu's avatar
hu committed
724
void Level3_2Menu_7Enter(void)
hu's avatar
hu committed
725
{}
hu's avatar
hu committed
726 727
void Level3_2Menu_7Do(void)
{
hu's avatar
hu committed
728 729 730
    GUI_OftenShow_Display();
    GUI_BG_RepMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu_3_7_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
731 732
}
void Level3_2Menu_7Exit(void)
hu's avatar
hu committed
733
{}
hu's avatar
hu committed
734

hu's avatar
hu committed
735
/*轮胎*/
hu's avatar
hu committed
736
void Level3_2Menu_8Enter(void)
hu's avatar
hu committed
737
{}
hu's avatar
hu committed
738 739
void Level3_2Menu_8Do(void)
{
hu's avatar
hu committed
740 741 742
    GUI_OftenShow_Display();
    GUI_BG_RepMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu_3_8_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
743 744
}
void Level3_2Menu_8Exit(void)
hu's avatar
hu committed
745
{}
hu's avatar
hu committed
746

hu's avatar
hu committed
747
/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
748
/*更换机油机油滤清器*/
hu's avatar
hu committed
749
void Level3_3Menu_1Enter(void)
hu's avatar
hu committed
750
{}
hu's avatar
hu committed
751 752
void Level3_3Menu_1Do(void)
{
hu's avatar
hu committed
753 754 755
    GUI_OftenShow_Display();
    GUI_BG_RepMenuSet_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepSetMenu_3_1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
756 757
}
void Level3_3Menu_1Exit(void)
hu's avatar
hu committed
758
{}
hu's avatar
hu committed
759

hu's avatar
hu committed
760
/*更黄燃油滤清器*/
hu's avatar
hu committed
761
void Level3_3Menu_2Enter(void)
hu's avatar
hu committed
762
{}
hu's avatar
hu committed
763 764
void Level3_3Menu_2Do(void)
{
hu's avatar
hu committed
765 766 767
    GUI_OftenShow_Display();
    GUI_BG_RepMenuSet_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepSetMenu_3_2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
768 769
}
void Level3_3Menu_2Exit(void)
hu's avatar
hu committed
770
{}
hu's avatar
hu committed
771

hu's avatar
hu committed
772
/*更换变速箱油*/
hu's avatar
hu committed
773
void Level3_3Menu_3Enter(void)
hu's avatar
hu committed
774
{}
hu's avatar
hu committed
775 776
void Level3_3Menu_3Do(void)
{
hu's avatar
hu committed
777 778 779
    GUI_OftenShow_Display();
    GUI_BG_RepMenuSet_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepSetMenu_3_3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
780 781
}
void Level3_3Menu_3Exit(void)
hu's avatar
hu committed
782
{}
hu's avatar
hu committed
783

hu's avatar
hu committed
784
/*更黄差速器油*/
hu's avatar
hu committed
785
void Level3_3Menu_4Enter(void)
hu's avatar
hu committed
786
{}
hu's avatar
hu committed
787 788
void Level3_3Menu_4Do(void)
{
hu's avatar
hu committed
789 790 791
    GUI_OftenShow_Display();
    GUI_BG_RepMenuSet_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepSetMenu_3_4_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
792 793
}
void Level3_3Menu_4Exit(void)
hu's avatar
hu committed
794
{}
hu's avatar
hu committed
795

hu's avatar
hu committed
796
/*更换离合器油*/
hu's avatar
hu committed
797
void Level3_3Menu_5Enter(void)
hu's avatar
hu committed
798
{}
hu's avatar
hu committed
799 800
void Level3_3Menu_5Do(void)
{
hu's avatar
hu committed
801 802 803
    GUI_OftenShow_Display();
    GUI_BG_RepMenuSet_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepSetMenu_3_5_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
804 805
}
void Level3_3Menu_5Exit(void)
hu's avatar
hu committed
806
{}
hu's avatar
hu committed
807

hu's avatar
hu committed
808
/*更换动力转向液*/
hu's avatar
hu committed
809
void Level3_3Menu_6Enter(void)
hu's avatar
hu committed
810
{}
hu's avatar
hu committed
811
void Level3_3Menu_6Do(void)
hu's avatar
hu committed
812
{
hu's avatar
hu committed
813 814 815
    GUI_OftenShow_Display();
    GUI_BG_RepMenuSet_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepSetMenu_3_6_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
816
}
hu's avatar
hu committed
817
void Level3_3Menu_6Exit(void)
hu's avatar
hu committed
818
{}
819

hu's avatar
hu committed
820
/*更换轮胎*/
hu's avatar
hu committed
821
void Level3_3Menu_7Enter(void)
hu's avatar
hu committed
822
{}
hu's avatar
hu committed
823
void Level3_3Menu_7Do(void)
hu's avatar
hu committed
824
{
hu's avatar
hu committed
825 826 827
    GUI_OftenShow_Display();
    GUI_BG_RepMenuSet_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepSetMenu_3_7_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
828
}
hu's avatar
hu committed
829
void Level3_3Menu_7Exit(void)
hu's avatar
hu committed
830
{}
hu's avatar
hu committed
831

hu's avatar
hu committed
832
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
833
/*日期设定*/
hu's avatar
hu committed
834
void Level3_4Menu_1Enter_1(void)
hu's avatar
hu committed
835
{}
hu's avatar
hu committed
836
void Level3_4Menu_1Do_1(void)
hu's avatar
hu committed
837
{
hu's avatar
hu committed
838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_Date_Display(GUI_DISP_MODE_NORMAL);
}
void Level3_4Menu_1Exit_1(void)
{}

void Level3_4Menu_1Enter_2(void)
{}
void Level3_4Menu_1Do_2(void)
{
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_Date_Display(GUI_DISP_MODE_NORMAL);
}
void Level3_4Menu_1Exit_2(void)
{}
hu's avatar
hu committed
855

hu's avatar
hu committed
856 857 858 859 860 861 862
void Level3_4Menu_1Enter_3(void)
{}
void Level3_4Menu_1Do_3(void)
{
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_Date_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
863
}
hu's avatar
hu committed
864
void Level3_4Menu_1Exit_3(void)
hu's avatar
hu committed
865
{}
hu's avatar
hu committed
866

hu's avatar
hu committed
867
/*时间设定*/
hu's avatar
hu committed
868
void Level3_4Menu_2Enter_1(void)
hu's avatar
hu committed
869
{}
hu's avatar
hu committed
870
void Level3_4Menu_2Do_1(void)
hu's avatar
hu committed
871
{
hu's avatar
hu committed
872 873 874 875 876 877
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_Time_Display(GUI_DISP_MODE_NORMAL);
}
void Level3_4Menu_2Exit_1(void)
{}
hu's avatar
hu committed
878

hu's avatar
hu committed
879 880 881 882 883 884 885
void Level3_4Menu_2Enter_2(void)
{}
void Level3_4Menu_2Do_2(void)
{
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_Time_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
886
}
hu's avatar
hu committed
887
void Level3_4Menu_2Exit_2(void)
hu's avatar
hu committed
888
{}
hu's avatar
hu committed
889

hu's avatar
hu committed
890
/*语言设定*/
hu's avatar
hu committed
891
void Level3_4Menu_3Enter(void)
hu's avatar
hu committed
892
{}
hu's avatar
hu committed
893 894 895 896 897
void Level3_4Menu_3Do(void)
{

}
void Level3_4Menu_3Exit(void)
hu's avatar
hu committed
898
{}
hu's avatar
hu committed
899

hu's avatar
hu committed
900
/*省油建议*/
hu's avatar
hu committed
901
void Level3_4Menu_4Enter_1(void)
hu's avatar
hu committed
902
{}
hu's avatar
hu committed
903 904 905 906 907
void Level3_4Menu_4Do_1(void)
{

}
void Level3_4Menu_4Exit_1(void)
hu's avatar
hu committed
908
{}
hu's avatar
hu committed
909 910

void Level3_4Menu_4Enter_2(void)
hu's avatar
hu committed
911
{}
hu's avatar
hu committed
912 913 914 915 916
void Level3_4Menu_4Do_2(void)
{

}
void Level3_4Menu_4Exit_2(void)
hu's avatar
hu committed
917
{}
hu's avatar
hu committed
918 919

void Level3_4Menu_4Enter_3(void)
hu's avatar
hu committed
920
{}
hu's avatar
hu committed
921 922 923 924 925
void Level3_4Menu_4Do_3(void)
{

}
void Level3_4Menu_4Exit_3(void)
hu's avatar
hu committed
926
{}
hu's avatar
hu committed
927 928

void Level3_4Menu_4Enter_4(void)
hu's avatar
hu committed
929
{}
hu's avatar
hu committed
930 931 932 933 934
void Level3_4Menu_4Do_4(void)
{

}
void Level3_4Menu_4Exit_4(void)
hu's avatar
hu committed
935
{}
hu's avatar
hu committed
936 937

void Level3_4Menu_4Enter_5(void)
hu's avatar
hu committed
938
{}
hu's avatar
hu committed
939 940 941 942 943
void Level3_4Menu_4Do_5(void)
{

}
void Level3_4Menu_4Exit_5(void)
hu's avatar
hu committed
944
{}
hu's avatar
hu committed
945 946

void Level3_4Menu_4Enter_6(void)
hu's avatar
hu committed
947
{}
hu's avatar
hu committed
948 949 950 951 952
void Level3_4Menu_4Do_6(void)
{

}
void Level3_4Menu_4Exit_6(void)
hu's avatar
hu committed
953
{}
hu's avatar
hu committed
954 955

void Level3_4Menu_4Enter_7(void)
hu's avatar
hu committed
956
{}
hu's avatar
hu committed
957 958 959 960 961
void Level3_4Menu_4Do_7(void)
{

}
void Level3_4Menu_4Exit_7(void)
hu's avatar
hu committed
962
{}
hu's avatar
hu committed
963

hu's avatar
hu committed
964
/*TPMS  轮胎设定*/
hu's avatar
hu committed
965
void Level3_4Menu_5Enter(void)
hu's avatar
hu committed
966
{}
hu's avatar
hu committed
967 968 969 970 971
void Level3_4Menu_5Do(void)
{

}
void Level3_4Menu_5Exit(void)
hu's avatar
hu committed
972
{}
hu's avatar
hu committed
973

hu's avatar
hu committed
974 975
/*系统演示*/
/*LDWS 警报演示*/
hu's avatar
hu committed
976
void Level3_5Menu_1Enter(void)
hu's avatar
hu committed
977
{}
hu's avatar
hu committed
978 979 980 981 982
void Level3_5Menu_1Do(void)
{

}
void Level3_5Menu_1Exit(void)
hu's avatar
hu committed
983
{}
hu's avatar
hu committed
984

hu's avatar
hu committed
985
/*AEBS第1警报演示*/
hu's avatar
hu committed
986
void Level3_5Menu_2Enter(void)
hu's avatar
hu committed
987
{}
hu's avatar
hu committed
988 989 990 991 992
void Level3_5Menu_2Do(void)
{

}
void Level3_5Menu_2Exit(void)
hu's avatar
hu committed
993
{}
hu's avatar
hu committed
994

hu's avatar
hu committed
995
/*AEBS第2警报演示*/
hu's avatar
hu committed
996
void Level3_5Menu_3Enter(void)
hu's avatar
hu committed
997
{}
hu's avatar
hu committed
998 999 1000 1001 1002
void Level3_5Menu_3Do(void)
{

}
void Level3_5Menu_3Exit(void)
hu's avatar
hu committed
1003
{}
hu's avatar
hu committed
1004

hu's avatar
hu committed
1005
/*AEBS全力制动警报演示*/
hu's avatar
hu committed
1006
void Level3_5Menu_4Enter(void)
hu's avatar
hu committed
1007
{}
hu's avatar
hu committed
1008 1009 1010 1011 1012
void Level3_5Menu_4Do(void)
{

}
void Level3_5Menu_4Exit(void)
hu's avatar
hu committed
1013
{}
hu's avatar
hu committed
1014 1015

void Level4_3Menu_1Enter(void)
hu's avatar
hu committed
1016
{}
hu's avatar
hu committed
1017 1018 1019 1020 1021
void Level4_3Menu_1Do(void)
{

}
void Level4_3Menu_1Exit(void)
hu's avatar
hu committed
1022
{}
hu's avatar
hu committed
1023 1024

void Level4_4Menu_1Enter(void)
hu's avatar
hu committed
1025
{}
hu's avatar
hu committed
1026 1027 1028 1029 1030
void Level4_4Menu_1Do(void)
{

}
void Level4_4Menu_1Exit(void)
hu's avatar
hu committed
1031
{}
hu's avatar
hu committed
1032 1033

void Level4_4Menu_2Enter(void)
hu's avatar
hu committed
1034
{}
hu's avatar
hu committed
1035 1036 1037 1038 1039
void Level4_4Menu_2Do(void)
{

}
void Level4_4Menu_2Exit(void)
hu's avatar
hu committed
1040
{}
hu's avatar
hu committed
1041 1042

void Level4_4Menu_3Enter(void)
hu's avatar
hu committed
1043
{}
hu's avatar
hu committed
1044 1045 1046 1047 1048
void Level4_4Menu_3Do(void)
{

}
void Level4_4Menu_3Exit(void)
hu's avatar
hu committed
1049
{}
hu's avatar
hu committed
1050 1051

void Level4_4Menu_4Enter(void)
hu's avatar
hu committed
1052
{}
hu's avatar
hu committed
1053 1054 1055 1056 1057
void Level4_4Menu_4Do(void)
{

}
void Level4_4Menu_4Exit(void)
hu's avatar
hu committed
1058
{}
hu's avatar
hu committed
1059 1060

void Level4_4Menu_5Enter(void)
hu's avatar
hu committed
1061
{}
hu's avatar
hu committed
1062 1063 1064 1065 1066
void Level4_4Menu_5Do(void)
{

}
void Level4_4Menu_5Exit(void)
hu's avatar
hu committed
1067
{}
hu's avatar
hu committed
1068 1069

void Level4_4Menu_6Enter(void)
hu's avatar
hu committed
1070
{}
hu's avatar
hu committed
1071 1072 1073 1074 1075
void Level4_4Menu_6Do(void)
{

}
void Level4_4Menu_6Exit(void)
hu's avatar
hu committed
1076
{}
hu's avatar
hu committed
1077 1078

void Level4_4Menu_7Enter(void)
hu's avatar
hu committed
1079
{}
hu's avatar
hu committed
1080 1081 1082 1083 1084
void Level4_4Menu_7Do(void)
{

}
void Level4_4Menu_7Exit(void)
hu's avatar
hu committed
1085
{}
hu's avatar
hu committed
1086 1087 1088

/*Enter*/
void Level_Enter_Menu_Enter(void)
hu's avatar
hu committed
1089
{}
hu's avatar
hu committed
1090 1091
void Level_Enter_Menu_Do(void)
{
hu's avatar
hu committed
1092
    GUI_BG_Enter_Return_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104
}
void Level_Enter_Menu_Exit(void)
{
    if (MenuFlag.Menu_Return)
    {
        State_Flag.ENTER_RETURN = 1;
        MenuFlag.Menu_Return = 0;
    }
}

/*Return*/
void Level_Return_Menu_Enter(void)
hu's avatar
hu committed
1105
{}
hu's avatar
hu committed
1106 1107
void Level_Return_Menu_Do(void)
{
hu's avatar
hu committed
1108
    GUI_BG_Enter_Return_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123
    if (MenuFlag.Menu_Time_Flag < 30)
    {
        MenuFlag.Menu_Time_Flag++;
    }
    else
    {
        MenuFlag.Menu_Time_Flag = 0;
        MenuFlag.Menu_Return = 1;
        NextMenu(MenuFlag.Menu_Enter_Return);
    }
}
void Level_Return_Menu_Exit(void)
{
    State_Flag.ENTER_RETURN = 0;
}