Menu_user.c 47.3 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
#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
9
#include "RTE_TIME.h"
hu's avatar
hu committed
10

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

18 19
_MenuFlag    MenuFlag   ;

hu's avatar
hu committed
20 21 22 23
const _MenuOptTab   MenuOptTab[] =
{
    /*---------ENTER---------------------UP-----------------------DOWN----------------------EXIT------------------ENTER------------------DO-----------------EXIT------------*/
    /*主循环界面*/
hu's avatar
hu committed
24 25 26 27 28 29 30
    /*00*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_6,     _MN_DSP_LEVEL1MENU_2,     _MN_IDX_NULL,             Level1Menu_1Enter,       Level1Menu_1Do,       Level1Menu_1Exit},
    /*01*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_1,     _MN_DSP_LEVEL1MENU_3,     _MN_IDX_NULL,             Level1Menu_2Enter,       Level1Menu_2Do,       Level1Menu_2Exit},
    /*02*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_2,     _MN_DSP_LEVEL1MENU_4,     _MN_IDX_NULL,             Level1Menu_3Enter,       Level1Menu_3Do,       Level1Menu_3Exit},
    /*03*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_3,     _MN_DSP_LEVEL1MENU_5,     _MN_IDX_NULL,             Level1Menu_4Enter,       Level1Menu_4Do,       Level1Menu_4Exit},
    /*04*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_4,     _MN_DSP_LEVEL1MENU_6,     _MN_IDX_NULL,             Level1Menu_5Enter,       Level1Menu_5Do,       Level1Menu_5Exit},
    /*05*/{ _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL1MENU_5,     _MN_DSP_LEVEL1MENU_1,     _MN_IDX_NULL,             Level1Menu_6Enter,       Level1Menu_6Do,       Level1Menu_6Exit},
    /*06*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             LevelPopup_Enter,        LevelPopup_Do,        LevelPopup_Exit },
hu's avatar
hu committed
31

hu's avatar
hu committed
32
    /*一级菜单 */
hu's avatar
hu committed
33 34 35 36 37 38
    /*07*/{ _MN_DSP_LEVEL2_1_MENU_1,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_2,     _MN_IDX_NULL,             Level2Menu_1Enter,       Level2Menu_1Do,       Level2Menu_1Exit},
    /*08*/{ _MN_DSP_LEVEL2_2_MENU_1,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_3,     _MN_IDX_NULL,             Level2Menu_2Enter,       Level2Menu_2Do,       Level2Menu_2Exit},
    /*09*/{ _MN_DSP_LEVEL2_3_MENU_1,  _MN_DSP_LEVEL2MENU_2,     _MN_DSP_LEVEL2MENU_4,     _MN_IDX_NULL,             Level2Menu_3Enter,       Level2Menu_3Do,       Level2Menu_3Exit},
    /*10*/{ _MN_DSP_LEVEL2_4_MENU_1,  _MN_DSP_LEVEL2MENU_3,     _MN_DSP_LEVEL2MENU_5,     _MN_IDX_NULL,             Level2Menu_4Enter,       Level2Menu_4Do,       Level2Menu_4Exit},
    /*11*/{ _MN_DSP_LEVEL2_5_MENU_1,  _MN_DSP_LEVEL2MENU_4,     _MN_DSP_LEVEL2MENU_6,     _MN_IDX_NULL,             Level2Menu_5Enter,       Level2Menu_5Do,       Level2Menu_5Exit},
    /*12*/{ _MN_DSP_LEVEL2_6_MENU_1,  _MN_DSP_LEVEL2MENU_5,     _MN_IDX_NULL,             _MN_IDX_NULL,             Level2Menu_6Enter,       Level2Menu_6Do,       Level2Menu_6Exit},
hu's avatar
hu committed
39

hu's avatar
hu committed
40
    /*二级菜单 */
hu's avatar
hu committed
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
    /*13*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_1,     Level2_1Menu_1Enter,     Level2_1Menu_1Do,     Level2_1Menu_1Exit},

    /*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},
    /*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},
    /*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},
    /*17*/{ _MN_DSP_LEVEL3_2_MENU_4,  _MN_DSP_LEVEL2_2_MENU_3,  _MN_DSP_LEVEL2_2_MENU_7,  _MN_DSP_LEVEL2MENU_2,     Level2_2Menu_4Enter,     Level2_2Menu_4Do,     Level2_2Menu_4Exit},
    /*18*/{ _MN_DSP_LEVEL3_2_MENU_7,  _MN_DSP_LEVEL2_2_MENU_4,  _MN_DSP_LEVEL2_2_MENU_8,  _MN_DSP_LEVEL2MENU_2,     Level2_2Menu_7Enter,     Level2_2Menu_7Do,     Level2_2Menu_7Exit},
    /*19*/{ _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},

    /*20*/{ _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},
    /*21*/{ _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},
    /*22*/{ _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},
    /*23*/{ _MN_DSP_LEVEL3_3_MENU_4,  _MN_DSP_LEVEL2_3_MENU_3,  _MN_DSP_LEVEL2_3_MENU_6,  _MN_DSP_LEVEL2MENU_3,     Level2_3Menu_4Enter,     Level2_3Menu_4Do,     Level2_3Menu_4Exit},
    /*24*/{ _MN_DSP_LEVEL3_3_MENU_6,  _MN_DSP_LEVEL2_3_MENU_4,  _MN_DSP_LEVEL2_3_MENU_7,  _MN_DSP_LEVEL2MENU_3,     Level2_3Menu_6Enter,     Level2_3Menu_6Do,     Level2_3Menu_6Exit},
    /*25*/{ _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},

    /*26*/{ _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},
58 59 60
    /*27*/{ _MN_DSP_LEVEL3_4_MENU_21, _MN_DSP_LEVEL2_4_MENU_1,  _MN_DSP_LEVEL2_4_MENU_7,  _MN_DSP_LEVEL2MENU_4,     Level2_4Menu_2Enter,     Level2_4Menu_2Do,     Level2_4Menu_2Exit},
    /*  */{ _MN_DSP_LEVEL3_7_MENU_1,  _MN_DSP_LEVEL2_4_MENU_2,  _MN_DSP_LEVEL2_4_MENU_3,  _MN_DSP_LEVEL2MENU_4,     Level2_4Menu_7Enter,     Level2_4Menu_7Do,     Level2_4Menu_7Exit},
    /*28*/{ _MN_DSP_LEVEL3_4_MENU_3,  _MN_DSP_LEVEL2_4_MENU_7,  _MN_DSP_LEVEL2_4_MENU_4,  _MN_DSP_LEVEL2MENU_4,     Level2_4Menu_3Enter,     Level2_4Menu_3Do,     Level2_4Menu_3Exit},
hu's avatar
hu committed
61 62 63 64 65 66 67 68 69 70 71
    /*29*/{ _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},
    /*30*/{ _MN_DSP_LEVEL3_4_MENU_5,  _MN_DSP_LEVEL2_4_MENU_4,  _MN_DSP_LEVEL2_4_MENU_6,  _MN_DSP_LEVEL2MENU_4,     Level2_4Menu_5Enter,     Level2_4Menu_5Do,     Level2_4Menu_5Exit},
    /*31*/{ _MN_IDX_NULL           ,  _MN_DSP_LEVEL2_4_MENU_5,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_4,     Level2_4Menu_6Enter,     Level2_4Menu_6Do,     Level2_4Menu_6Exit},

    /*32*/{ _MN_DSP_LEVEL3_5_MENU_1,  _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_2,  _MN_DSP_LEVEL2MENU_5,     Level2_5Menu_1Enter,     Level2_5Menu_1Do,     Level2_5Menu_1Exit},
    /*33*/{ _MN_DSP_LEVEL3_5_MENU_2,  _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},
    /*34*/{ _MN_DSP_LEVEL3_5_MENU_3,  _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},
    /*35*/{ _MN_DSP_LEVEL3_5_MENU_4,  _MN_DSP_LEVEL2_5_MENU_3,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_5,     Level2_5Menu_4Enter,     Level2_5Menu_4Do,     Level2_5Menu_4Exit},

    /*36*/{ _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},
    /*37*/{ _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},
hu's avatar
hu committed
72 73

    /*三级菜单*/
hu's avatar
hu committed
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
    /*38*/{_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},
    /*39*/{_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},
    /*40*/{_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},
    /*41*/{_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},
    /*42*/{_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},
    /*43*/{_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},

    /*44*/{ _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},
    /*45*/{ _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},
    /*46*/{ _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},
    /*47*/{ _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},
    /*48*/{ _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},
    /*49*/{ _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},

    /*50*/{ _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},
    /*51*/{ _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},
    /*52*/{ _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},
    /*53*/{ _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},
    /*54*/{ _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},
    /*55*/{ _MN_DSP_LEVEL2_4_MENU_3,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_3,  Level3_4Menu_3Enter,     Level3_4Menu_3Do,     Level3_4Menu_3Exit},
    /*56*/{ _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},
    /*57*/{ _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},
    /*58*/{ _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},
    /*59*/{ _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},
    /*60*/{ _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},
    /*61*/{ _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_6,   Level3_4Menu_4Do_6,   Level3_4Menu_4Exit_6},
    /*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_7,   Level3_4Menu_4Do_7,   Level3_4Menu_4Exit_7},

    /*63*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_5,  Level3_4Menu_5Enter,     Level3_4Menu_5Do,     Level3_4Menu_5Exit},
103
    /*  */{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_7,  Level3_4Menu_7Enter,     Level3_4Menu_7Do,     Level3_4Menu_7Exit},
hu's avatar
hu committed
104

hu's avatar
hu committed
105
    /*四级菜单*/
hu's avatar
hu committed
106 107 108 109 110 111 112 113 114
    /*64*/{ _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},
    /*65*/{ _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},
    /*66*/{ _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},
    /*67*/{ _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},
    /*68*/{ _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},
    /*69*/{ _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},
    /*70*/{ _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},

    /*71*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             Level_Enter_Menu_Enter,  Level_Enter_Menu_Do,  Level_Enter_Menu_Exit},
115 116
    /*72*/{ _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
117 118 119 120
    /*73*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_1,  Level3_5Menu_1Enter,     Level3_5Menu_1Do,     Level3_5Menu_1Exit},
    /*74*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_2,  Level3_5Menu_2Enter,     Level3_5Menu_2Do,     Level3_5Menu_2Exit},
    /*75*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_3,  Level3_5Menu_3Enter,     Level3_5Menu_3Do,     Level3_5Menu_3Exit},
    /*76*/{ _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
121 122

};
hu's avatar
hu committed
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
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
142
        bCurMenuIDX = MenuFlag.Menu_Flag; /*记录上次位置*/
hu's avatar
hu committed
143 144 145 146 147 148
        bNextMenuIDX = bCurMenuIDX;
    }
    else
    {
        ;/*do nothing*/
    }
149 150 151

    /*数据初始化*/
    MenuFlag.Key_Menu_Popup_time = 0u;
hu's avatar
hu committed
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 192 193 194 195 196 197
}
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
198
{}
hu's avatar
hu committed
199 200
void Level1Menu_1Do(void)
{
hu's avatar
hu committed
201
    GUI_OftenShow_Display();
202
    GUI_Dynamic_DIsplay();
hu's avatar
hu committed
203
    GUI_AVG_FuelSpeed_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
204 205 206 207 208 209
}
void Level1Menu_1Exit(void)
{}

/*主界面2 电池显示*/
void Level1Menu_2Enter(void)
hu's avatar
hu committed
210
{}
hu's avatar
hu committed
211 212
void Level1Menu_2Do(void)
{
213 214 215
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_Battery_Display_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
216 217 218
}
void Level1Menu_2Exit(void)
{}
hu's avatar
hu committed
219

hu's avatar
hu committed
220 221
/*主界面3 DPD*/
void Level1Menu_3Enter(void)
hu's avatar
hu committed
222
{}
hu's avatar
hu committed
223 224
void Level1Menu_3Do(void)
{
225 226 227
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_DPD_Display_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
228 229 230 231 232 233
}
void Level1Menu_3Exit(void)
{}

/*主界面4 油温时间*/
void Level1Menu_4Enter(void)
hu's avatar
hu committed
234
{}
hu's avatar
hu committed
235 236
void Level1Menu_4Do(void)
{
237 238 239
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_Time_OilTemp_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
240 241 242 243 244 245
}
void Level1Menu_4Exit(void)
{}

/*主界面5 万年历*/
void Level1Menu_5Enter(void)
hu's avatar
hu committed
246
{}
hu's avatar
hu committed
247 248
void Level1Menu_5Do(void)
{
249 250 251
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_Year_Month_Data_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
252 253 254 255 256 257
}
void Level1Menu_5Exit(void)
{}

/*主界面6  空白*/
void Level1Menu_6Enter(void)
hu's avatar
hu committed
258
{}
hu's avatar
hu committed
259 260
void Level1Menu_6Do(void)
{
hu's avatar
hu committed
261 262 263
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_block_NULL_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
264 265 266 267 268 269
}
void Level1Menu_6Exit(void)
{}

/*主界面 报警界面*/
void LevelPopup_Enter(void)
hu's avatar
hu committed
270
{}
hu's avatar
hu committed
271 272
void LevelPopup_Do(void)
{
hu's avatar
hu committed
273 274
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
hu's avatar
hu committed
275 276
}
void LevelPopup_Exit(void)
277 278
{}

hu's avatar
hu committed
279 280 281
/*----MENU----*/
/*二级菜单 故障码*/
void Level2Menu_1Enter(void)
hu's avatar
hu committed
282
{}
hu's avatar
hu committed
283 284
void Level2Menu_1Do(void)
{
hu's avatar
hu committed
285
    GUI_OftenShow_Display();
hu's avatar
hu committed
286
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
287
    GUI_BG_Menu1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
288 289 290
}
void Level2Menu_1Exit(void)
{}
hu's avatar
hu committed
291

hu's avatar
hu committed
292 293
/*二级菜单 维修通知*/
void Level2Menu_2Enter(void)
hu's avatar
hu committed
294
{}
hu's avatar
hu committed
295 296
void Level2Menu_2Do(void)
{
hu's avatar
hu committed
297
    GUI_OftenShow_Display();
hu's avatar
hu committed
298
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
299
    GUI_BG_Menu2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
300 301 302
}
void Level2Menu_2Exit(void)
{}
hu's avatar
hu committed
303

hu's avatar
hu committed
304 305
/*二级菜单 维修通知设定*/
void Level2Menu_3Enter(void)
hu's avatar
hu committed
306
{}
hu's avatar
hu committed
307 308
void Level2Menu_3Do(void)
{
hu's avatar
hu committed
309
    GUI_OftenShow_Display();
hu's avatar
hu committed
310
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
311
    GUI_BG_Menu3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
312 313 314
}
void Level2Menu_3Exit(void)
{}
hu's avatar
hu committed
315

hu's avatar
hu committed
316 317
/*二级菜单 用户设定*/
void Level2Menu_4Enter(void)
hu's avatar
hu committed
318
{}
hu's avatar
hu committed
319 320
void Level2Menu_4Do(void)
{
hu's avatar
hu committed
321
    GUI_OftenShow_Display();
hu's avatar
hu committed
322
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
323
    GUI_BG_Menu4_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
324 325 326
}
void Level2Menu_4Exit(void)
{}
hu's avatar
hu committed
327

hu's avatar
hu committed
328
/*二级界面 系统演示*/
hu's avatar
hu committed
329
void Level2Menu_5Enter(void)
hu's avatar
hu committed
330
{}
hu's avatar
hu committed
331 332
void Level2Menu_5Do(void)
{
hu's avatar
hu committed
333
    GUI_OftenShow_Display();
hu's avatar
hu committed
334
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
335
    GUI_BG_Menu5_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
336 337 338
}
void Level2Menu_5Exit(void)
{}
hu's avatar
hu committed
339

hu's avatar
hu committed
340
/*二级界面 胎压显示*/
hu's avatar
hu committed
341
void Level2Menu_6Enter(void)
hu's avatar
hu committed
342
{}
hu's avatar
hu committed
343 344
void Level2Menu_6Do(void)
{
hu's avatar
hu committed
345
    GUI_OftenShow_Display();
hu's avatar
hu committed
346
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
347
    GUI_BG_Menu6_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
348 349 350
}
void Level2Menu_6Exit(void)
{}
hu's avatar
hu committed
351 352

/*----二级菜单----故障代码----子菜单系列*/
hu's avatar
hu committed
353 354
/*发动机故障*/
void Level2_1Menu_1Enter(void)
hu's avatar
hu committed
355
{}
hu's avatar
hu committed
356 357
void Level2_1Menu_1Do(void)
{
hu's avatar
hu committed
358
    GUI_OftenShow_Display();
hu's avatar
hu committed
359 360
    GUI_BG_Errot_Display(GUI_DISP_MODE_NORMAL);

hu's avatar
hu committed
361 362 363
}
void Level2_1Menu_1Exit(void)
{}
364

hu's avatar
hu committed
365 366 367
/*----二级菜单----保养通知----子菜单系列*/
/*发动机油滤清器*/
void Level2_2Menu_1Enter(void)
hu's avatar
hu committed
368
{}
hu's avatar
hu committed
369 370 371 372 373 374 375 376
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
377

hu's avatar
hu committed
378
/*----二级菜单----保养通知----子菜单系列*/
hu's avatar
hu committed
379 380
/*燃油滤清器*/
void Level2_2Menu_2Enter(void)
hu's avatar
hu committed
381
{}
hu's avatar
hu committed
382 383 384 385 386 387 388 389
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
390

hu's avatar
hu committed
391
/*----二级菜单----保养通知----子菜单系列*/
hu's avatar
hu committed
392 393
/*变速箱油*/
void Level2_2Menu_3Enter(void)
hu's avatar
hu committed
394
{}
hu's avatar
hu committed
395 396 397 398 399 400 401 402
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
403

hu's avatar
hu committed
404
/*----二级菜单----保养通知----子菜单系列*/
hu's avatar
hu committed
405 406
/*差速器油*/
void Level2_2Menu_4Enter(void)
hu's avatar
hu committed
407
{}
hu's avatar
hu committed
408 409 410 411 412 413 414 415
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
416

hu's avatar
hu committed
417
/*----二级菜单----保养通知----子菜单系列*/
hu's avatar
hu committed
418 419
/*动力转向油*/
void Level2_2Menu_7Enter(void)
hu's avatar
hu committed
420
{}
hu's avatar
hu committed
421 422 423 424 425 426 427 428
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
429

hu's avatar
hu committed
430
/*----二级菜单----保养通知----子菜单系列*/
hu's avatar
hu committed
431 432
/*轮胎*/
void Level2_2Menu_8Enter(void)
hu's avatar
hu committed
433
{}
hu's avatar
hu committed
434 435 436 437 438 439 440 441
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)
{}
442

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

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
/*更换变速箱油*/
hu's avatar
hu committed
471
void Level2_3Menu_3Enter(void)
hu's avatar
hu committed
472
{}
hu's avatar
hu committed
473 474 475
void Level2_3Menu_3Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
476
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
477 478 479 480
    GUI_BG_RepSetMenu3_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_3Exit(void)
{}
hu's avatar
hu committed
481

hu's avatar
hu committed
482
/*----二级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
483
/*更换差速器油*/
hu's avatar
hu committed
484
void Level2_3Menu_4Enter(void)
hu's avatar
hu committed
485
{}
hu's avatar
hu committed
486 487 488
void Level2_3Menu_4Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
489
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
490 491 492 493
    GUI_BG_RepSetMenu4_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_4Exit(void)
{}
hu's avatar
hu committed
494

hu's avatar
hu committed
495
/*----二级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
496
/*更换动力转向油*/
hu's avatar
hu committed
497
void Level2_3Menu_6Enter(void)
hu's avatar
hu committed
498
{}
hu's avatar
hu committed
499 500 501
void Level2_3Menu_6Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
502
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
503 504 505 506
    GUI_BG_RepSetMenu6_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_6Exit(void)
{}
hu's avatar
hu committed
507

hu's avatar
hu committed
508
/*----二级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
509
/*更换轮胎轮胎*/
hu's avatar
hu committed
510
void Level2_3Menu_7Enter(void)
hu's avatar
hu committed
511
{}
hu's avatar
hu committed
512 513 514
void Level2_3Menu_7Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
515
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
516 517 518 519
    GUI_BG_RepSetMenu7_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_7Exit(void)
{}
hu's avatar
hu committed
520

hu's avatar
hu committed
521 522 523
/*----二级菜单----用户设定----系列子菜单*/
/*日期设定*/
void Level2_4Menu_1Enter(void)
hu's avatar
hu committed
524
{}
hu's avatar
hu committed
525 526
void Level2_4Menu_1Do(void)
{
hu's avatar
hu committed
527 528 529
    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
530 531 532
}
void Level2_4Menu_1Exit(void)
{}
hu's avatar
hu committed
533

hu's avatar
hu committed
534
/*----二级菜单----用户设定----系列子菜单*/
hu's avatar
hu committed
535
/*时间设定*/
hu's avatar
hu committed
536
void Level2_4Menu_2Enter(void)
hu's avatar
hu committed
537
{}
hu's avatar
hu committed
538 539
void Level2_4Menu_2Do(void)
{
hu's avatar
hu committed
540 541 542
    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
543 544 545
}
void Level2_4Menu_2Exit(void)
{}
hu's avatar
hu committed
546

hu's avatar
hu committed
547
/*----二级菜单----用户设定----系列子菜单*/
hu's avatar
hu committed
548
/*语言设定*/
hu's avatar
hu committed
549
void Level2_4Menu_3Enter(void)
hu's avatar
hu committed
550
{}
hu's avatar
hu committed
551 552
void Level2_4Menu_3Do(void)
{
hu's avatar
hu committed
553 554
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
555
    GUI_BG_UserSetMenu3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
556 557 558
}
void Level2_4Menu_3Exit(void)
{}
hu's avatar
hu committed
559

560 561 562 563 564 565 566 567 568 569 570 571
/*----二级菜单----用户设定----系列子菜单*/
/*亮度调节*/
void Level2_4Menu_7Enter(void)
{}
void Level2_4Menu_7Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSetMenu8_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_4Menu_7Exit(void)
{}
hu's avatar
hu committed
572
/*----二级菜单----用户设定----系列子菜单*/
hu's avatar
hu committed
573
/*设定节油驾驶建议*/
hu's avatar
hu committed
574
void Level2_4Menu_4Enter(void)
hu's avatar
hu committed
575
{}
hu's avatar
hu committed
576 577
void Level2_4Menu_4Do(void)
{
hu's avatar
hu committed
578 579
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
580
    GUI_BG_UserSetMenu4_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
581 582 583
}
void Level2_4Menu_4Exit(void)
{}
hu's avatar
hu committed
584

hu's avatar
hu committed
585
/*----二级菜单----用户设定----系列子菜单*/
hu's avatar
hu committed
586
/*TPMS轮胎设定*/
hu's avatar
hu committed
587
void Level2_4Menu_5Enter(void)
hu's avatar
hu committed
588
{}
hu's avatar
hu committed
589 590
void Level2_4Menu_5Do(void)
{
hu's avatar
hu committed
591 592
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
593
    GUI_BG_UserSetMenu5_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
594 595 596
}
void Level2_4Menu_5Exit(void)
{}
hu's avatar
hu committed
597

hu's avatar
hu committed
598
/*----二级菜单----用户设定----系列子菜单*/
hu's avatar
hu committed
599 600 601 602 603 604 605 606 607 608 609 610
/*显示设定*/
void Level2_4Menu_6Enter(void)
{}
void Level2_4Menu_6Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSetMenu6_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_4Menu_6Exit(void)
{}

hu's avatar
hu committed
611
/*----二级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
612 613
/*LDWS 警报演示*/
void Level2_5Menu_1Enter(void)
hu's avatar
hu committed
614
{}
hu's avatar
hu committed
615
void Level2_5Menu_1Do(void)
hu's avatar
hu committed
616
{
hu's avatar
hu committed
617
    GUI_OftenShow_Display();
hu's avatar
hu committed
618 619
    GUI_BG_Demo_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DemoMenu1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
620
}
hu's avatar
hu committed
621
void Level2_5Menu_1Exit(void)
hu's avatar
hu committed
622
{}
hu's avatar
hu committed
623

hu's avatar
hu committed
624
/*----二级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
625 626
/*AEBS第1警报演示*/
void Level2_5Menu_2Enter(void)
hu's avatar
hu committed
627
{}
hu's avatar
hu committed
628
void Level2_5Menu_2Do(void)
hu's avatar
hu committed
629
{
hu's avatar
hu committed
630 631 632
    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
633
}
hu's avatar
hu committed
634
void Level2_5Menu_2Exit(void)
hu's avatar
hu committed
635
{}
hu's avatar
hu committed
636

hu's avatar
hu committed
637
/*----二级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
638 639
/*AEBS第1警报演示*/
void Level2_5Menu_3Enter(void)
hu's avatar
hu committed
640
{}
hu's avatar
hu committed
641
void Level2_5Menu_3Do(void)
hu's avatar
hu committed
642
{
hu's avatar
hu committed
643 644 645
    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
646
}
hu's avatar
hu committed
647
void Level2_5Menu_3Exit(void)
hu's avatar
hu committed
648
{}
hu's avatar
hu committed
649

hu's avatar
hu committed
650
/*----二级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
651 652
/*AEBS全力制动警报演示*/
void Level2_5Menu_4Enter(void)
hu's avatar
hu committed
653
{}
hu's avatar
hu committed
654
void Level2_5Menu_4Do(void)
hu's avatar
hu committed
655
{
hu's avatar
hu committed
656 657 658
    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
659
}
hu's avatar
hu committed
660
void Level2_5Menu_4Exit(void)
hu's avatar
hu committed
661
{}
662

hu's avatar
hu committed
663
/*----二级菜单----轮胎状态----系列子菜单*/
hu's avatar
hu committed
664 665
/*轮胎气压*/
void Level2_6Menu_1Enter(void)
hu's avatar
hu committed
666
{}
hu's avatar
hu committed
667 668 669
void Level2_6Menu_1Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
670 671
    GUI_BG_TPMS_GasPIC_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_TPMS_GasNUM_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
672 673 674 675
}
void Level2_6Menu_1Exit(void)
{}

hu's avatar
hu committed
676
/*----二级菜单----轮胎状态----系列子菜单*/
hu's avatar
hu committed
677 678
/*轮胎温度*/
void Level2_6Menu_2Enter(void)
hu's avatar
hu committed
679
{}
hu's avatar
hu committed
680 681 682
void Level2_6Menu_2Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
683 684
    GUI_BG_TPMS_TempPIC_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_TPMS_TempNUM_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
685 686 687 688
}
void Level2_6Menu_2Exit(void)
{}

hu's avatar
hu committed
689
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
690
/*发动机机油滤清器*/
hu's avatar
hu committed
691
void Level3_2Menu_1Enter(void)
hu's avatar
hu committed
692 693 694 695 696 697 698
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_FDJYLQQ = (uint32_t)K_Line_Set.K_Line_LID4F * 1000;

        State_Flag.User_FDJYLQQ_FLAG = 0;
        MenuFlag.Menu_Return = 0;
hu's avatar
hu committed
699 700

        Data_Clear_Trip(EM_TRIP_JY);
hu's avatar
hu committed
701 702
    }
}
hu's avatar
hu committed
703 704
void Level3_2Menu_1Do(void)
{
hu's avatar
hu committed
705
    GUI_OftenShow_Display();
hu's avatar
hu committed
706 707
    GUI_BG_RepMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu_3_1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
708 709
}
void Level3_2Menu_1Exit(void)
hu's avatar
hu committed
710
{}
hu's avatar
hu committed
711

hu's avatar
hu committed
712
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
713
/*燃油滤清器*/
hu's avatar
hu committed
714
void Level3_2Menu_2Enter(void)
hu's avatar
hu committed
715 716 717 718 719 720 721 722 723 724 725
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_RYLQQ = (uint32_t)K_Line_User_RYLQQ * 1000;

        State_Flag.User_RYLQQ_FLAG = 0;
        MenuFlag.Menu_Return = 0;

        Data_Clear_Trip(EM_TRIP_RY);
    }
}
hu's avatar
hu committed
726 727
void Level3_2Menu_2Do(void)
{
hu's avatar
hu committed
728 729 730
    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
731 732
}
void Level3_2Menu_2Exit(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
/*变速箱油*/
hu's avatar
hu committed
737
void Level3_2Menu_3Enter(void)
hu's avatar
hu committed
738 739 740 741 742 743 744 745 746 747 748
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_BSXY = (uint32_t)K_Line_Set.K_Line_LID4A * 1000;

        State_Flag.User_BSXY_FLAG = 0;
        MenuFlag.Menu_Return = 0;

        Data_Clear_Trip(EM_TRIP_BSX);
    }
}
hu's avatar
hu committed
749 750
void Level3_2Menu_3Do(void)
{
hu's avatar
hu committed
751 752 753
    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
754 755
}
void Level3_2Menu_3Exit(void)
hu's avatar
hu committed
756
{}
hu's avatar
hu committed
757

hu's avatar
hu committed
758
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
759
/*差速器油*/
hu's avatar
hu committed
760
void Level3_2Menu_4Enter(void)
hu's avatar
hu committed
761 762 763 764 765 766 767 768 769 770 771
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_CSQY = (uint32_t)K_Line_Set.K_Line_LID4B * 1000;

        State_Flag.User_CSQY_FLAG = 0;
        MenuFlag.Menu_Return = 0;

        Data_Clear_Trip(EM_TRIP_CSQ);
    }
}
hu's avatar
hu committed
772 773
void Level3_2Menu_4Do(void)
{
hu's avatar
hu committed
774 775 776
    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
777 778
}
void Level3_2Menu_4Exit(void)
hu's avatar
hu committed
779
{}
hu's avatar
hu committed
780

hu's avatar
hu committed
781
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
782
/*动力转向油*/
hu's avatar
hu committed
783
void Level3_2Menu_7Enter(void)
hu's avatar
hu committed
784 785 786 787 788 789 790 791 792 793 794
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_DLZXY = (uint32_t)K_Line_Set.K_Line_LID4D * 1000;

        State_Flag.User_DLZXY_FLAG = 0;
        MenuFlag.Menu_Return = 0;

        Data_Clear_Trip(EM_TRIP_DLZX);
    }
}
hu's avatar
hu committed
795 796
void Level3_2Menu_7Do(void)
{
hu's avatar
hu committed
797 798 799
    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
800 801
}
void Level3_2Menu_7Exit(void)
hu's avatar
hu committed
802
{}
hu's avatar
hu committed
803

hu's avatar
hu committed
804
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
805
/*轮胎*/
hu's avatar
hu committed
806
void Level3_2Menu_8Enter(void)
hu's avatar
hu committed
807 808 809 810 811 812 813 814 815 816 817
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_LT = (uint32_t)K_Line_Set.K_Line_LID4E * 1000;

        State_Flag.User_LT_FLAG = 0;
        MenuFlag.Menu_Return = 0;

        Data_Clear_Trip(EM_TRIP_LT);
    }
}
hu's avatar
hu committed
818 819
void Level3_2Menu_8Do(void)
{
hu's avatar
hu committed
820 821 822
    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
823 824
}
void Level3_2Menu_8Exit(void)
hu's avatar
hu committed
825
{}
hu's avatar
hu committed
826

hu's avatar
hu committed
827
/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
828
/*更换机油机油滤清器*/
hu's avatar
hu committed
829
void Level3_3Menu_1Enter(void)
hu's avatar
hu committed
830
{
831 832 833 834 835 836 837 838
    //if (User_App.User_FDJYLQQ == 0u)
    //{
    //    User_set_Num.User_FDJYLQQ = 0u;
    //}
    //else
    //{
    //    User_set_Num.User_FDJYLQQ = (uint32_t)K_Line_Set.K_Line_LID4F * 1000u;
    //}
hu's avatar
hu committed
839
}
hu's avatar
hu committed
840 841
void Level3_3Menu_1Do(void)
{
hu's avatar
hu committed
842 843 844
    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
845 846
}
void Level3_3Menu_1Exit(void)
hu's avatar
hu committed
847 848 849 850 851 852 853
{
    if (MenuFlag.Menu_Return == 1u)
    {
        User_App.User_FDJYLQQ = User_set_Num.User_FDJYLQQ ;

        MenuFlag.Menu_Return = 0u;

hu's avatar
hu committed
854
        if (User_set_Num.User_FDJYLQQ != 0u)
hu's avatar
hu committed
855
        {
hu's avatar
hu committed
856
            State_Flag.User_FDJYLQQ_FLAG = 0u;
hu's avatar
hu committed
857 858
            Data_Clear_Trip(EM_TRIP_JY);
        }
hu's avatar
hu committed
859
        else
hu's avatar
hu committed
860
        {
hu's avatar
hu committed
861
            State_Flag.User_FDJYLQQ_FLAG = 3u;
hu's avatar
hu committed
862
        }
hu's avatar
hu committed
863 864
    }
}
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_3Menu_2Enter(void)
hu's avatar
hu committed
869
{
870 871 872 873 874 875 876 877
    //if (User_App.User_RYLQQ == 0u)
    //{
    //    User_set_Num.User_RYLQQ = 0u;
    //}
    //else
    //{
    //    User_set_Num.User_RYLQQ = (uint32_t)K_Line_User_RYLQQ * 1000u;
    //}
hu's avatar
hu committed
878
}
hu's avatar
hu committed
879 880
void Level3_3Menu_2Do(void)
{
hu's avatar
hu committed
881 882 883
    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
884 885
}
void Level3_3Menu_2Exit(void)
hu's avatar
hu committed
886 887 888 889 890 891 892 893
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_RYLQQ = User_set_Num.User_RYLQQ ;

        MenuFlag.Menu_Return = 0;

        if (User_set_Num.User_RYLQQ != 0)
hu's avatar
hu committed
894
        {
hu's avatar
hu committed
895
            State_Flag.User_RYLQQ_FLAG = 0;
hu's avatar
hu committed
896 897
            Data_Clear_Trip(EM_TRIP_RY);
        }
hu's avatar
hu committed
898
        else
hu's avatar
hu committed
899
        {
hu's avatar
hu committed
900
            State_Flag.User_RYLQQ_FLAG = 3;
hu's avatar
hu committed
901
        }
hu's avatar
hu committed
902 903
    }
}
hu's avatar
hu committed
904

hu's avatar
hu committed
905
/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
906
/*更换变速箱油*/
hu's avatar
hu committed
907
void Level3_3Menu_3Enter(void)
hu's avatar
hu committed
908
{
909 910 911 912 913 914 915 916
    //if (User_App.User_BSXY == 0u)
    //{
    //    User_set_Num.User_BSXY = 0u;
    //}
    //else
    //{
    //    User_set_Num.User_BSXY = (uint32_t)K_Line_Set.K_Line_LID4A * 1000;
    //}
hu's avatar
hu committed
917
}
hu's avatar
hu committed
918 919
void Level3_3Menu_3Do(void)
{
hu's avatar
hu committed
920 921 922
    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
923 924
}
void Level3_3Menu_3Exit(void)
hu's avatar
hu committed
925 926 927 928 929 930
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_BSXY = User_set_Num.User_BSXY ;

        MenuFlag.Menu_Return = 0;
hu's avatar
hu committed
931

hu's avatar
hu committed
932
        if (User_set_Num.User_BSXY != 0)
hu's avatar
hu committed
933
        {
hu's avatar
hu committed
934
            State_Flag.User_BSXY_FLAG = 0;
hu's avatar
hu committed
935 936
            Data_Clear_Trip(EM_TRIP_BSX);
        }
hu's avatar
hu committed
937
        else
hu's avatar
hu committed
938
        {
hu's avatar
hu committed
939
            State_Flag.User_BSXY_FLAG = 3;
hu's avatar
hu committed
940
        }
hu's avatar
hu committed
941 942 943 944
    }
}

/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
945
/*更换差速器油*/
hu's avatar
hu committed
946
void Level3_3Menu_4Enter(void)
hu's avatar
hu committed
947
{
948 949 950 951 952 953 954 955
    //if (User_App.User_CSQY == 0u)
    //{
    //    User_set_Num.User_CSQY = 0u;
    //}
    //else
    //{
    //    User_set_Num.User_CSQY = (uint32_t)K_Line_Set.K_Line_LID4B * 1000;
    //}
hu's avatar
hu committed
956
}
hu's avatar
hu committed
957 958
void Level3_3Menu_4Do(void)
{
hu's avatar
hu committed
959 960 961
    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
962 963
}
void Level3_3Menu_4Exit(void)
hu's avatar
hu committed
964 965 966 967
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_CSQY = User_set_Num.User_CSQY ;
hu's avatar
hu committed
968

hu's avatar
hu committed
969 970 971
        MenuFlag.Menu_Return = 0;

        if (User_set_Num.User_CSQY != 0)
hu's avatar
hu committed
972
        {
hu's avatar
hu committed
973
            State_Flag.User_CSQY_FLAG = 0;
hu's avatar
hu committed
974 975
            Data_Clear_Trip(EM_TRIP_CSQ);
        }
hu's avatar
hu committed
976
        else
hu's avatar
hu committed
977
        {
hu's avatar
hu committed
978
            State_Flag.User_CSQY_FLAG = 3;
hu's avatar
hu committed
979
        }
hu's avatar
hu committed
980 981 982 983
    }
}

/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
984
/*更换离合器油*/
hu's avatar
hu committed
985 986 987 988 989 990 991 992 993 994
//void Level3_3Menu_5Enter(void)
//{}
//void Level3_3Menu_5Do(void)
//{
//    GUI_OftenShow_Display();
//    GUI_BG_RepMenuSet_Menu_Display(GUI_DISP_MODE_NORMAL);
//    GUI_BG_RepSetMenu_3_5_Display(GUI_DISP_MODE_NORMAL);
//}
//void Level3_3Menu_5Exit(void)
//{}
hu's avatar
hu committed
995

hu's avatar
hu committed
996
/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
997
/*更换动力转向液*/
hu's avatar
hu committed
998
void Level3_3Menu_6Enter(void)
hu's avatar
hu committed
999
{
1000 1001 1002 1003 1004 1005 1006 1007
    //if (User_App.User_DLZXY == 0u)
    //{
    //    User_set_Num.User_DLZXY = 0u;
    //}
    //else
    //{
    //    User_set_Num.User_DLZXY = (uint32_t)K_Line_Set.K_Line_LID4D * 1000;
    //}
hu's avatar
hu committed
1008
}
hu's avatar
hu committed
1009
void Level3_3Menu_6Do(void)
hu's avatar
hu committed
1010
{
hu's avatar
hu committed
1011 1012 1013
    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
1014
}
hu's avatar
hu committed
1015
void Level3_3Menu_6Exit(void)
hu's avatar
hu committed
1016 1017 1018 1019 1020 1021 1022 1023
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_DLZXY = User_set_Num.User_DLZXY ;

        MenuFlag.Menu_Return = 0;

        if (User_set_Num.User_DLZXY != 0)
hu's avatar
hu committed
1024
        {
hu's avatar
hu committed
1025
            State_Flag.User_DLZXY_FLAG = 0;
hu's avatar
hu committed
1026 1027
            Data_Clear_Trip(EM_TRIP_DLZX);
        }
hu's avatar
hu committed
1028
        else
hu's avatar
hu committed
1029
        {
hu's avatar
hu committed
1030
            State_Flag.User_DLZXY_FLAG = 3;
hu's avatar
hu committed
1031
        }
hu's avatar
hu committed
1032 1033
    }
}
1034

hu's avatar
hu committed
1035
/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
1036
/*更换轮胎*/
hu's avatar
hu committed
1037
void Level3_3Menu_7Enter(void)
hu's avatar
hu committed
1038
{
1039 1040 1041 1042 1043 1044 1045 1046
    //if (User_App.User_LT == 0u)
    //{
    //    User_set_Num.User_LT = 0u;
    //}
    //else
    //{
    //    User_set_Num.User_LT = (uint32_t)K_Line_Set.K_Line_LID4E * 1000;
    //}
hu's avatar
hu committed
1047
}
hu's avatar
hu committed
1048
void Level3_3Menu_7Do(void)
hu's avatar
hu committed
1049
{
hu's avatar
hu committed
1050 1051 1052
    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
1053
}
hu's avatar
hu committed
1054
void Level3_3Menu_7Exit(void)
hu's avatar
hu committed
1055 1056 1057 1058 1059 1060 1061 1062
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_LT = User_set_Num.User_LT ;

        MenuFlag.Menu_Return = 0;

        if (User_set_Num.User_LT != 0)
hu's avatar
hu committed
1063
        {
hu's avatar
hu committed
1064
            State_Flag.User_LT_FLAG = 0;
hu's avatar
hu committed
1065 1066
            Data_Clear_Trip(EM_TRIP_LT);
        }
hu's avatar
hu committed
1067
        else
hu's avatar
hu committed
1068
        {
hu's avatar
hu committed
1069
            State_Flag.User_LT_FLAG = 3;
hu's avatar
hu committed
1070
        }
hu's avatar
hu committed
1071 1072
    }
}
hu's avatar
hu committed
1073

hu's avatar
hu committed
1074
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1075
/*日期设定 ----- 年*/
hu's avatar
hu committed
1076
void Level3_4Menu_1Enter_1(void)
hu's avatar
hu committed
1077
{
1078
    User_set_Num.Year  = Get_RTC_YEAR();
hu's avatar
hu committed
1079
    User_set_Num.Month = Get_RTC_MONTH();
1080
    User_set_Num.Date  = Get_RTC_DATE();
hu's avatar
hu committed
1081
}
hu's avatar
hu committed
1082
void Level3_4Menu_1Do_1(void)
hu's avatar
hu committed
1083
{
hu's avatar
hu committed
1084 1085 1086 1087 1088
    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)
hu's avatar
hu committed
1089
{}
hu's avatar
hu committed
1090

hu's avatar
hu committed
1091
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1092
/*日期设定 ---- 月*/
hu's avatar
hu committed
1093 1094 1095 1096 1097 1098 1099 1100 1101
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
1102
{}
hu's avatar
hu committed
1103

hu's avatar
hu committed
1104
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1105
/*日期设定 ---- 日*/
hu's avatar
hu committed
1106 1107 1108 1109 1110 1111 1112
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
1113
}
hu's avatar
hu committed
1114
void Level3_4Menu_1Exit_3(void)
hu's avatar
hu committed
1115 1116 1117
{
    if (MenuFlag.Menu_Return)
    {
1118
        RTE_RTC_Set_Year (User_set_Num.Year + 2000u);
hu's avatar
hu committed
1119
        RTE_RTC_Set_Month(User_set_Num.Month);
1120 1121 1122 1123
        RTE_RTC_Set_Date (User_set_Num.Date);

        RTE_RTC_Set_Hour(Get_RTC_HOUR());
        RTE_RTC_Set_Minute(Get_RTC_MINUTE());
hu's avatar
hu committed
1124

hu's avatar
hu committed
1125 1126 1127 1128 1129 1130
        MenuFlag.Menu_Return = 0;

        RTE_RTC_Confirm_Overwrite();
    }
}

hu's avatar
hu committed
1131
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1132
/*时间设定 ---- 时*/
hu's avatar
hu committed
1133
void Level3_4Menu_2Enter_1(void)
hu's avatar
hu committed
1134 1135 1136 1137
{
    User_set_Num.Hour = Get_RTC_HOUR();
    User_set_Num.Minute = Get_RTC_MINUTE();
}
hu's avatar
hu committed
1138
void Level3_4Menu_2Do_1(void)
hu's avatar
hu committed
1139
{
hu's avatar
hu committed
1140 1141 1142 1143 1144
    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
1145
{}
hu's avatar
hu committed
1146

hu's avatar
hu committed
1147
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1148
/*时间设定 ---- 分*/
hu's avatar
hu committed
1149 1150 1151 1152 1153 1154 1155
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
1156
}
hu's avatar
hu committed
1157
void Level3_4Menu_2Exit_2(void)
hu's avatar
hu committed
1158 1159 1160
{
    if (MenuFlag.Menu_Return)
    {
1161 1162 1163 1164
        RTE_RTC_Set_Year ( Get_RTC_YEAR() + 2000u );
        RTE_RTC_Set_Month( Get_RTC_MONTH() );
        RTE_RTC_Set_Date ( Get_RTC_DATE() );

hu's avatar
hu committed
1165 1166 1167 1168 1169 1170 1171 1172
        RTE_RTC_Set_Hour(User_set_Num.Hour);
        RTE_RTC_Set_Minute(User_set_Num.Minute);

        MenuFlag.Menu_Return = 0;

        RTE_RTC_Confirm_Overwrite();
    }
}
hu's avatar
hu committed
1173

hu's avatar
hu committed
1174
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1175
/*语言设定*/
hu's avatar
hu committed
1176
void Level3_4Menu_3Enter(void)
hu's avatar
hu committed
1177 1178 1179
{
    User_set_Num.User_Language   = User_App.User_Language;
}
hu's avatar
hu committed
1180 1181
void Level3_4Menu_3Do(void)
{
hu's avatar
hu committed
1182 1183 1184
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_Language_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1185 1186
}
void Level3_4Menu_3Exit(void)
hu's avatar
hu committed
1187 1188 1189 1190 1191 1192 1193
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_Language    =  User_set_Num.User_Language  ;
        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1194

hu's avatar
hu committed
1195
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1196
/*速度设定-高速路*/
hu's avatar
hu committed
1197
void Level3_4Menu_4Enter_1(void)
hu's avatar
hu committed
1198
{}
hu's avatar
hu committed
1199 1200
void Level3_4Menu_4Do_1(void)
{
hu's avatar
hu committed
1201 1202 1203
    GUI_OftenShow_Display();
    GUI_BG_UserSet_SYSD_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_SYSD_1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1204 1205
}
void Level3_4Menu_4Exit_1(void)
hu's avatar
hu committed
1206
{}
hu's avatar
hu committed
1207

hu's avatar
hu committed
1208
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1209
/*速度设定-一般路*/
hu's avatar
hu committed
1210
void Level3_4Menu_4Enter_2(void)
hu's avatar
hu committed
1211
{}
hu's avatar
hu committed
1212 1213
void Level3_4Menu_4Do_2(void)
{
hu's avatar
hu committed
1214 1215 1216
    GUI_OftenShow_Display();
    GUI_BG_UserSet_SYSD_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_SYSD_2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1217 1218
}
void Level3_4Menu_4Exit_2(void)
hu's avatar
hu committed
1219
{}
hu's avatar
hu committed
1220

hu's avatar
hu committed
1221
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1222
/*发送机转速设定*/
hu's avatar
hu committed
1223
void Level3_4Menu_4Enter_3(void)
hu's avatar
hu committed
1224
{}
hu's avatar
hu committed
1225 1226
void Level3_4Menu_4Do_3(void)
{
hu's avatar
hu committed
1227 1228 1229
    GUI_OftenShow_Display();
    GUI_BG_UserSet_SYSD_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_SYSD_3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1230 1231
}
void Level3_4Menu_4Exit_3(void)
hu's avatar
hu committed
1232
{}
hu's avatar
hu committed
1233

hu's avatar
hu committed
1234
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1235
/*急加速设定*/
hu's avatar
hu committed
1236
void Level3_4Menu_4Enter_4(void)
hu's avatar
hu committed
1237
{}
hu's avatar
hu committed
1238 1239
void Level3_4Menu_4Do_4(void)
{
hu's avatar
hu committed
1240 1241 1242
    GUI_OftenShow_Display();
    GUI_BG_UserSet_SYSD_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_SYSD_4_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1243 1244
}
void Level3_4Menu_4Exit_4(void)
hu's avatar
hu committed
1245
{}
hu's avatar
hu committed
1246

hu's avatar
hu committed
1247
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1248
/*急减速设定*/
hu's avatar
hu committed
1249
void Level3_4Menu_4Enter_5(void)
hu's avatar
hu committed
1250
{}
hu's avatar
hu committed
1251 1252
void Level3_4Menu_4Do_5(void)
{
hu's avatar
hu committed
1253 1254 1255
    GUI_OftenShow_Display();
    GUI_BG_UserSet_SYSD_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_SYSD_5_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1256 1257
}
void Level3_4Menu_4Exit_5(void)
hu's avatar
hu committed
1258
{}
hu's avatar
hu committed
1259

hu's avatar
hu committed
1260
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1261
/*长时间怠速设定*/
hu's avatar
hu committed
1262
void Level3_4Menu_4Enter_6(void)
hu's avatar
hu committed
1263
{}
hu's avatar
hu committed
1264 1265
void Level3_4Menu_4Do_6(void)
{
hu's avatar
hu committed
1266 1267 1268
    GUI_OftenShow_Display();
    GUI_BG_UserSet_SYSD_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_SYSD_6_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1269 1270
}
void Level3_4Menu_4Exit_6(void)
hu's avatar
hu committed
1271
{}
hu's avatar
hu committed
1272

hu's avatar
hu committed
1273
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1274
/*辅助驻车解除设定*/
hu's avatar
hu committed
1275
void Level3_4Menu_4Enter_7(void)
hu's avatar
hu committed
1276
{}
hu's avatar
hu committed
1277 1278
void Level3_4Menu_4Do_7(void)
{
hu's avatar
hu committed
1279 1280 1281
    GUI_OftenShow_Display();
    GUI_BG_UserSet_SYSD_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_UserSet_SYSD_7_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1282 1283
}
void Level3_4Menu_4Exit_7(void)
hu's avatar
hu committed
1284
{}
hu's avatar
hu committed
1285

hu's avatar
hu committed
1286
/*----三级菜单----TPMS轮胎设定----系列子菜单*/
hu's avatar
hu committed
1287
/*TPMS  轮胎设定*/
hu's avatar
hu committed
1288
void Level3_4Menu_5Enter(void)
hu's avatar
hu committed
1289 1290 1291 1292 1293
{
    User_set_Num.User_Tpms = 0 ;             /*当前是哪个轮子*/
    User_set_Num.User_TpmsStatus = 0 ;       /*当前胎压匹配界面状态*/
    User_set_Num.User_Temp_Return = 0 ;      /*取消胎压匹配*/
}
hu's avatar
hu committed
1294 1295
void Level3_4Menu_5Do(void)
{
hu's avatar
hu committed
1296
    GUI_BG_TPMS_PictureSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1297 1298 1299 1300 1301 1302

    /*匹配完成,调整配置界面*/
    if (User_set_Num.User_Tpms == 0x0du)
    {
        NextMenu(MenuOptTab[bCurMenuIDX].VK_IDX_EXIT);
    }
hu's avatar
hu committed
1303 1304
}
void Level3_4Menu_5Exit(void)
hu's avatar
hu committed
1305
{}
hu's avatar
hu committed
1306

1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318
/*----三级菜单----TPMS轮胎设定----系列子菜单*/
/*亮度调节设定*/
void Level3_4Menu_7Enter(void)
{}
void Level3_4Menu_7Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_User_Light_Display(GUI_DISP_MODE_NORMAL);
}
void Level3_4Menu_7Exit(void)
{}

hu's avatar
hu committed
1319
/*----三级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
1320
/*LDWS 警报演示*/
hu's avatar
hu committed
1321
void Level3_5Menu_1Enter(void)
hu's avatar
hu committed
1322
{}
hu's avatar
hu committed
1323 1324
void Level3_5Menu_1Do(void)
{
1325 1326 1327 1328 1329
    GUI_OftenShow_Display(); /*1238*/
    Gui_ADAS_Test_Display(GUI_DISP_MODE_NORMAL);/*4*/
    GUI_AVG_FuelSpeed_Display(GUI_DISP_MODE_NORMAL);/*5*/
    Gui_DrivingSupport_Display(GUI_DISP_MODE_NORMAL);/*6*/
    Gui_Gear_Display(GUI_DISP_MODE_NORMAL);/*7*/
hu's avatar
hu committed
1330 1331
}
void Level3_5Menu_1Exit(void)
hu's avatar
hu committed
1332
{}
hu's avatar
hu committed
1333

hu's avatar
hu committed
1334
/*----三级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
1335
/*AEBS第1警报演示*/
hu's avatar
hu committed
1336
void Level3_5Menu_2Enter(void)
hu's avatar
hu committed
1337
{}
hu's avatar
hu committed
1338 1339
void Level3_5Menu_2Do(void)
{
1340 1341 1342
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_AEBS_Test1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1343 1344
}
void Level3_5Menu_2Exit(void)
hu's avatar
hu committed
1345
{}
hu's avatar
hu committed
1346

hu's avatar
hu committed
1347
/*----三级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
1348
/*AEBS第2警报演示*/
hu's avatar
hu committed
1349
void Level3_5Menu_3Enter(void)
hu's avatar
hu committed
1350
{}
hu's avatar
hu committed
1351 1352
void Level3_5Menu_3Do(void)
{
1353 1354 1355
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_AEBS_Test2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1356 1357
}
void Level3_5Menu_3Exit(void)
hu's avatar
hu committed
1358
{}
hu's avatar
hu committed
1359

hu's avatar
hu committed
1360
/*----三级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
1361
/*AEBS全力制动警报演示*/
hu's avatar
hu committed
1362
void Level3_5Menu_4Enter(void)
hu's avatar
hu committed
1363
{}
hu's avatar
hu committed
1364 1365
void Level3_5Menu_4Do(void)
{
1366 1367 1368
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_AEBS_Test3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1369 1370
}
void Level3_5Menu_4Exit(void)
hu's avatar
hu committed
1371
{}
hu's avatar
hu committed
1372

hu's avatar
hu committed
1373
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1374
/*速度设定-高速路子菜单*/
hu's avatar
hu committed
1375
void Level4_4Menu_1Enter(void)
hu's avatar
hu committed
1376 1377 1378
{
    User_set_Num.User_Gsl = User_App.User_Gsl ;
}
hu's avatar
hu committed
1379 1380
void Level4_4Menu_1Do(void)
{
hu's avatar
hu committed
1381 1382
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1383
    GUI_BG_UserSet_SYSD_GSL_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1384 1385
}
void Level4_4Menu_1Exit(void)
hu's avatar
hu committed
1386 1387 1388 1389 1390 1391 1392 1393
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_Gsl = User_set_Num.User_Gsl ;

        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1394

hu's avatar
hu committed
1395
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1396
/*速度设定-一般路子菜单*/
hu's avatar
hu committed
1397
void Level4_4Menu_2Enter(void)
hu's avatar
hu committed
1398 1399 1400
{
    User_set_Num.User_Ybl = User_App.User_Ybl ;
}
hu's avatar
hu committed
1401 1402
void Level4_4Menu_2Do(void)
{
hu's avatar
hu committed
1403 1404
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1405
    GUI_BG_UserSet_SYSD_Ybl_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1406 1407
}
void Level4_4Menu_2Exit(void)
hu's avatar
hu committed
1408 1409 1410 1411 1412 1413 1414 1415
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_Ybl = User_set_Num.User_Ybl ;

        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1416

hu's avatar
hu committed
1417
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1418
/*发动机转速设定子菜单*/
hu's avatar
hu committed
1419
void Level4_4Menu_3Enter(void)
hu's avatar
hu committed
1420 1421 1422
{
    User_set_Num.User_Speed = User_App.User_Speed ;
}
hu's avatar
hu committed
1423 1424
void Level4_4Menu_3Do(void)
{
hu's avatar
hu committed
1425 1426
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1427
    GUI_BG_UserSet_SYSD_Speed_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1428 1429
}
void Level4_4Menu_3Exit(void)
hu's avatar
hu committed
1430 1431 1432 1433 1434 1435 1436 1437
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_Speed = User_set_Num.User_Speed ;

        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1438

hu's avatar
hu committed
1439
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1440
/*急加速设定子菜单*/
hu's avatar
hu committed
1441
void Level4_4Menu_4Enter(void)
hu's avatar
hu committed
1442 1443 1444
{
    User_set_Num.User_JADD = User_App.User_JADD ;
}
hu's avatar
hu committed
1445 1446
void Level4_4Menu_4Do(void)
{
hu's avatar
hu committed
1447 1448
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1449
    GUI_BG_UserSet_SYSD_JADD_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1450 1451
}
void Level4_4Menu_4Exit(void)
hu's avatar
hu committed
1452 1453 1454 1455 1456 1457 1458 1459
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_JADD = User_set_Num.User_JADD ;

        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1460

hu's avatar
hu committed
1461
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1462
/*急减速子菜单*/
hu's avatar
hu committed
1463
void Level4_4Menu_5Enter(void)
hu's avatar
hu committed
1464 1465 1466
{
    User_set_Num.User_JSUB = User_App.User_JSUB ;
}
hu's avatar
hu committed
1467 1468
void Level4_4Menu_5Do(void)
{
hu's avatar
hu committed
1469 1470
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1471
    GUI_BG_UserSet_SYSD_JSUB_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1472 1473
}
void Level4_4Menu_5Exit(void)
hu's avatar
hu committed
1474 1475 1476 1477 1478 1479 1480
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_JSUB = User_set_Num.User_JSUB ;
        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1481

hu's avatar
hu committed
1482
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1483
/*长时间怠速设定子菜单*/
hu's avatar
hu committed
1484
void Level4_4Menu_6Enter(void)
hu's avatar
hu committed
1485 1486 1487
{
    User_set_Num.User_IDLING = User_App.User_IDLING ;
}
hu's avatar
hu committed
1488 1489
void Level4_4Menu_6Do(void)
{
hu's avatar
hu committed
1490 1491
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1492
    GUI_BG_UserSet_SYSD_IDLING_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1493 1494
}
void Level4_4Menu_6Exit(void)
hu's avatar
hu committed
1495 1496 1497 1498 1499 1500 1501
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_IDLING = User_set_Num.User_IDLING ;
        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1502

hu's avatar
hu committed
1503
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1504
/*辅助驻车解除设定*/
hu's avatar
hu committed
1505
void Level4_4Menu_7Enter(void)
hu's avatar
hu committed
1506 1507 1508
{
    User_set_Num.User_Parking = User_App.User_Parking ;
}
hu's avatar
hu committed
1509 1510
void Level4_4Menu_7Do(void)
{
hu's avatar
hu committed
1511 1512
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1513
    GUI_BG_UserSet_SYSD_Parking_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1514 1515
}
void Level4_4Menu_7Exit(void)
hu's avatar
hu committed
1516 1517 1518 1519 1520 1521 1522
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_Parking = User_set_Num.User_Parking ;
        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1523

hu's avatar
hu committed
1524
/*----Enter----*/
hu's avatar
hu committed
1525
void Level_Enter_Menu_Enter(void)
hu's avatar
hu committed
1526
{}
hu's avatar
hu committed
1527 1528
void Level_Enter_Menu_Do(void)
{
hu's avatar
hu committed
1529
    GUI_BG_Enter_Return_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1530 1531 1532 1533 1534 1535 1536 1537 1538 1539
}
void Level_Enter_Menu_Exit(void)
{
    if (MenuFlag.Menu_Return)
    {
        State_Flag.ENTER_RETURN = 1;
        MenuFlag.Menu_Return = 0;
    }
}

hu's avatar
hu committed
1540
/*----Return----*/
hu's avatar
hu committed
1541
void Level_Return_Menu_Enter(void)
hu's avatar
hu committed
1542
{}
hu's avatar
hu committed
1543 1544
void Level_Return_Menu_Do(void)
{
hu's avatar
hu committed
1545
    GUI_BG_Enter_Return_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559
    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;
hu's avatar
hu committed
1560
}