Menu_user.c 74 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

hu's avatar
hu committed
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
#include "RTE_TIME.h"
hu's avatar
hu committed
11
#include "kwp2000_service.h"
hu's avatar
hu committed
12
#include "RTE_CAN.h"
hu's avatar
hu committed
13
#include "CAN_FUNC.h"
hu's avatar
hu committed
14

hu's avatar
hu committed
15 16 17 18 19 20
uint8_t     bMenuSwFlag;
uint8_t     g_ClearWin1;
uint8_t     bNextMenuIDX;
uint8_t     bCurMenuIDX;
uint8_t     bMainMenuIDX;
uint8_t     bOldMenuIDX;
21
uint8_t     Menu_DTC_DisTime;
hu's avatar
hu committed
22

23
#pragma alignvar(8)
24 25
_MenuFlag    MenuFlag   ;

26

hu's avatar
hu committed
27

hu's avatar
hu committed
28 29 30 31
const _MenuOptTab   MenuOptTab[] =
{
    /*---------ENTER---------------------UP-----------------------DOWN----------------------EXIT------------------ENTER------------------DO-----------------EXIT------------*/
    /*主循环界面*/
32 33 34 35 36 37
    /*00*/{ _MN_DSP_LEVEL2MENU_1,     _MN_DSP_LEVEL1MENU_6,     _MN_DSP_LEVEL1MENU_2,     _MN_IDX_NULL,             Level1Menu_1Enter,       Level1Menu_1Do,       Level1Menu_1Exit},
    /*01*/{ _MN_DSP_LEVEL2MENU_1,     _MN_DSP_LEVEL1MENU_1,     _MN_DSP_LEVEL1MENU_3,     _MN_IDX_NULL,             Level1Menu_2Enter,       Level1Menu_2Do,       Level1Menu_2Exit},
    /*02*/{ _MN_DSP_LEVEL2MENU_1,     _MN_DSP_LEVEL1MENU_2,     _MN_DSP_LEVEL1MENU_4,     _MN_IDX_NULL,             Level1Menu_3Enter,       Level1Menu_3Do,       Level1Menu_3Exit},
    /*03*/{ _MN_DSP_LEVEL2MENU_1,     _MN_DSP_LEVEL1MENU_3,     _MN_DSP_LEVEL1MENU_5,     _MN_IDX_NULL,             Level1Menu_4Enter,       Level1Menu_4Do,       Level1Menu_4Exit},
    /*04*/{ _MN_DSP_LEVEL2MENU_1,     _MN_DSP_LEVEL1MENU_4,     _MN_DSP_LEVEL1MENU_6,     _MN_IDX_NULL,             Level1Menu_5Enter,       Level1Menu_5Do,       Level1Menu_5Exit},
    /*05*/{ _MN_DSP_LEVEL2MENU_1,     _MN_DSP_LEVEL1MENU_5,     _MN_DSP_LEVEL1MENU_1,     _MN_IDX_NULL,             Level1Menu_6Enter,       Level1Menu_6Do,       Level1Menu_6Exit},
hu's avatar
hu committed
38
    /*06*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             LevelPopup_Enter,        LevelPopup_Do,        LevelPopup_Exit },
hu's avatar
hu committed
39

hu's avatar
hu committed
40
    /*一级菜单 */
hu's avatar
hu committed
41
    /*07*/{ _MN_DSP_LEVEL2_1_MENU_1,  _MN_IDX_NULL,             _MN_DSP_LEVEL2MENU_2,     _MN_IDX_NULL,             Level2Menu_1Enter,       Level2Menu_1Do,       Level2Menu_1Exit},
42
    /*08*/{ _MN_DSP_LEVEL2_2_MENU_1,  _MN_DSP_LEVEL2MENU_1,     _MN_DSP_LEVEL2MENU_3,     _MN_IDX_NULL,             Level2Menu_2Enter,       Level2Menu_2Do,       Level2Menu_2Exit},
hu's avatar
hu committed
43 44 45 46
    /*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
47

hu's avatar
hu committed
48
    /*二级菜单 */
hu's avatar
hu committed
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
    /*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},
66
    /*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},
67 68 69 70 71
    /*28*/{ _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},
    /*29*/{ _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},
    /*30*/{ _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},
    /*31*/{ _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},
    /*32*/{ _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},
hu's avatar
hu committed
72

hu's avatar
hu committed
73 74
    /*33*/{ _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},
    /*34*/{ _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
75

hu's avatar
hu committed
76 77 78 79
    /*35*/{ _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},
    /*36*/{ _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},
    /*37*/{ _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},
    /*38*/{ _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},
hu's avatar
hu committed
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 105 106 107 108 109
    /*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},
    /*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},
    /*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},
    /*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},
    /*43*/{_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},
    /*44*/{_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},

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

    /*51*/{ _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},
    /*52*/{ _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},
    /*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},
    /*54*/{ _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},
    /*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},
    /*56*/{ _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},
    /*57*/{ _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},
    /*58*/{ _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},
    /*59*/{ _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},
    /*60*/{ _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},
    /*61*/{ _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},
    /*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_6,   Level3_4Menu_4Do_6,   Level3_4Menu_4Exit_6},
    /*63*/{ _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},
    /*64*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_5,  Level3_4Menu_5Enter,     Level3_4Menu_5Do,     Level3_4Menu_5Exit},
110
    /*65*/{ _MN_DSP_LEVEL3_7_MENU_2,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_4_MENU_7,  Level3_4Menu_7Enter_1,   Level3_4Menu_7Do_1,   Level3_4Menu_7Exit_1},
111
    /*66*/{ _MN_DSP_LEVEL2_4_MENU_7,  _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL3_7_MENU_1,  Level3_4Menu_7Enter_2,   Level3_4Menu_7Do_2,   Level3_4Menu_7Exit_2},
hu's avatar
hu committed
112

hu's avatar
hu committed
113
    /*四级菜单*/
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
    /*67*/{ _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},
    /*68*/{ _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},
    /*69*/{ _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},
    /*70*/{ _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},
    /*71*/{ _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},
    /*72*/{ _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},
    /*73*/{ _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},

    /*74*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             Level_Enter_Menu_Enter,  Level_Enter_Menu_Do,  Level_Enter_Menu_Exit},
    /*75*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             Level_Return_Menu_Enter, Level_Return_Menu_Do, Level_Return_Menu_Exit},

    /*76*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_1,  Level3_5Menu_1Enter,     Level3_5Menu_1Do,     Level3_5Menu_1Exit},
    /*77*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_2,  Level3_5Menu_2Enter,     Level3_5Menu_2Do,     Level3_5Menu_2Exit},
    /*78*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_3,  Level3_5Menu_3Enter,     Level3_5Menu_3Do,     Level3_5Menu_3Exit},
    /*79*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_DSP_LEVEL2_5_MENU_4,  Level3_5Menu_4Enter,     Level3_5Menu_4Do,     Level3_5Menu_4Exit},
129

hu's avatar
hu committed
130
    /*80*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             LevelMenuOFF_Enter,      LevelMenuOFF_Do,      LevelMenuOFF_Exit},
hu's avatar
hu committed
131
    /*81*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             LevelMenuTest_Enter,     LevelMenuTest_Do,     LevelMenuTest_Exit},
hu's avatar
hu committed
132

133
    /*工厂模式*/
hu's avatar
hu committed
134
    /*82*/{ _FAC_DSP_LEVEL1MENU_1,    _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             LevelF0Menu_1Enter,      LevelF0Menu_1Do,      LevelF0Menu_1Exit},
hu's avatar
hu committed
135

hu's avatar
hu committed
136 137 138 139
    /*83*/{ _FAC_DSP_LEVEL1_1MENU_1,  _MN_IDX_NULL,             _FAC_DSP_LEVEL1MENU_2,    _MN_IDX_NULL,             LevelF1Menu_1Enter,      LevelF1Menu_1Do,      LevelF1Menu_1Exit},
    /*84*/{ _FAC_DSP_LEVEL1_2MENU_1,  _FAC_DSP_LEVEL1MENU_1,    _FAC_DSP_LEVEL1MENU_3,    _MN_IDX_NULL,             LevelF1Menu_2Enter,      LevelF1Menu_2Do,      LevelF1Menu_2Exit},
    /*85*/{ _FAC_DSP_LEVEL1_3MENU_1,  _FAC_DSP_LEVEL1MENU_2,    _FAC_DSP_LEVEL1MENU_4,    _MN_IDX_NULL,             LevelF1Menu_3Enter,      LevelF1Menu_3Do,      LevelF1Menu_3Exit},
    /*86*/{ _MN_IDX_NULL,             _FAC_DSP_LEVEL1MENU_3,    _FAC_DSP_LEVEL1MENU_5,    _MN_IDX_NULL,             LevelF1Menu_4Enter,      LevelF1Menu_4Do,      LevelF1Menu_4Exit},
hu's avatar
hu committed
140
    /*87*/{ _FAC_DSP_LEVEL2_5MENU_1,  _FAC_DSP_LEVEL1MENU_4,    _FAC_DSP_LEVEL1MENU_6,    _MN_IDX_NULL,             LevelF1Menu_5Enter,      LevelF1Menu_5Do,      LevelF1Menu_5Exit},
141
    /*88*/{ _FAC_DSP_LEVEL1_6MENU_1,  _FAC_DSP_LEVEL1MENU_5,    _MN_IDX_NULL,             _MN_IDX_NULL,             LevelF1Menu_6Enter,      LevelF1Menu_6Do,      LevelF1Menu_6Exit},
142

hu's avatar
hu committed
143 144 145
    /*89*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _FAC_DSP_LEVEL1MENU_1,    LevelF1_1Menu_1Enter,    LevelF1_1Menu_1Do,    LevelF1_1Menu_1Exit},
    /*90*/{ _FAC_DSP_LEVEL1_2MENU_2,  _MN_IDX_NULL,             _MN_IDX_NULL,             _FAC_DSP_LEVEL1MENU_2,    LevelF1_2Menu_1Enter,    LevelF1_2Menu_1Do,    LevelF1_2Menu_1Exit},
    /*91*/{ _FAC_DSP_LEVEL1_2MENU_3,  _MN_IDX_NULL,             _MN_IDX_NULL,             _FAC_DSP_LEVEL1_2MENU_1,  LevelF1_2Menu_2Enter,    LevelF1_2Menu_2Do,    LevelF1_2Menu_2Exit},
hu's avatar
hu committed
146
    /*92*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             LevelF1_2Menu_3Enter,    LevelF1_2Menu_3Do,    LevelF1_2Menu_3Exit},
hu's avatar
hu committed
147
    /*93*/{ _FAC_DSP_LEVEL0MENU_1,    _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             LevelF1_2Menu_4Enter,    LevelF1_2Menu_4Do,    LevelF1_2Menu_4Exit},
hu's avatar
hu committed
148 149
    /*94*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _FAC_DSP_LEVEL1_3MENU_2,  _FAC_DSP_LEVEL1MENU_3,    LevelF1_3Menu_1Enter,    LevelF1_3Menu_1Do,    LevelF1_3Menu_1Exit},
    /*95*/{ _MN_IDX_NULL,             _FAC_DSP_LEVEL1_3MENU_1,  _MN_IDX_NULL,             _FAC_DSP_LEVEL1MENU_3,    LevelF1_3Menu_2Enter,    LevelF1_3Menu_2Do,    LevelF1_3Menu_2Exit},
hu's avatar
hu committed
150 151
    /*96*/{ _FAC_DSP_LEVEL1_6MENU_2,  _MN_IDX_NULL,             _MN_IDX_NULL,             _FAC_DSP_LEVEL1MENU_6,    LevelF1_6Menu_1Enter,    LevelF1_6Menu_1Do,    LevelF1_6Menu_1Exit},
    /*97*/{ _FAC_DSP_LEVEL1MENU_6,    _MN_IDX_NULL,             _MN_IDX_NULL,             _FAC_DSP_LEVEL1_6MENU_1,  LevelF1_6Menu_2Enter,    LevelF1_6Menu_2Do,    LevelF1_6Menu_2Exit},
hu's avatar
hu committed
152

hu's avatar
hu committed
153 154 155 156
    /*98*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _FAC_DSP_LEVEL1MENU_1,    LevelF1_1Menu_1Enter,    LevelF1_1Menu_1Do,    LevelF1_1Menu_1Exit},
    /*99*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _FAC_DSP_LEVEL1MENU_1,    LevelF1_1Menu_2Enter,    LevelF1_1Menu_2Do,    LevelF1_1Menu_2Exit},
    /*00*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _FAC_DSP_LEVEL1MENU_1,    LevelF1_1Menu_3Enter,    LevelF1_1Menu_3Do,    LevelF1_1Menu_3Exit},
    /*01*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _FAC_DSP_LEVEL1MENU_1,    LevelF1_1Menu_4Enter,    LevelF1_1Menu_4Do,    LevelF1_1Menu_4Exit},
hu's avatar
hu committed
157

hu's avatar
hu committed
158
    /*02*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _FAC_DSP_LEVEL1MENU_5,    LevelF2_5Menu_1Enter,    LevelF2_5Menu_1Do,    LevelF2_5Menu_1Exit},
hu's avatar
hu committed
159

hu's avatar
hu committed
160
    /*经销商模式*/
hu's avatar
hu committed
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
    /*03*/{ _DEA_DSP_LEVEL1MENU_1,    _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             LevelD0Menu_1Enter,      LevelD0Menu_1Do,      LevelD0Menu_1Exit},

    /*04*/{ _DEA_DSP_LEVEL1_1MENU_1,  _MN_IDX_NULL,             _DEA_DSP_LEVEL1MENU_2,    _MN_IDX_NULL,             LevelD1Menu_1Enter,      LevelD1Menu_1Do,      LevelD1Menu_1Exit},
    /*05*/{ _DEA_DSP_LEVEL1_2MENU_1,  _DEA_DSP_LEVEL1MENU_1,    _DEA_DSP_LEVEL1MENU_3,    _MN_IDX_NULL,             LevelD1Menu_2Enter,      LevelD1Menu_2Do,      LevelD1Menu_2Exit},
    /*06*/{ _DEA_DSP_LEVEL1_3MENU_1,  _DEA_DSP_LEVEL1MENU_2,    _DEA_DSP_LEVEL1MENU_4,    _MN_IDX_NULL,             LevelD1Menu_3Enter,      LevelD1Menu_3Do,      LevelD1Menu_3Exit},
    /*07*/{ _MN_IDX_NULL,             _DEA_DSP_LEVEL1MENU_3,    _DEA_DSP_LEVEL1MENU_5,    _MN_IDX_NULL,             LevelD1Menu_4Enter,      LevelD1Menu_4Do,      LevelD1Menu_4Exit},
    /*08*/{ _DEA_DSP_LEVEL2_5MENU_1,  _DEA_DSP_LEVEL1MENU_4,    _DEA_DSP_LEVEL1MENU_6,    _MN_IDX_NULL,             LevelD1Menu_5Enter,      LevelD1Menu_5Do,      LevelD1Menu_5Exit},
    /*09*/{ _DEA_DSP_LEVEL1_6MENU_1,  _DEA_DSP_LEVEL1MENU_5,    _MN_IDX_NULL,             _MN_IDX_NULL,             LevelD1Menu_6Enter,      LevelD1Menu_6Do,      LevelD1Menu_6Exit},

    /*10*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _DEA_DSP_LEVEL1MENU_1,    LevelD1_1Menu_1Enter,    LevelD1_1Menu_1Do,    LevelD1_1Menu_1Exit},
    /*11*/{ _DEA_DSP_LEVEL1_2MENU_2,  _MN_IDX_NULL,             _MN_IDX_NULL,             _DEA_DSP_LEVEL1MENU_2,    LevelD1_2Menu_1Enter,    LevelD1_2Menu_1Do,    LevelD1_2Menu_1Exit},
    /*12*/{ _DEA_DSP_LEVEL1_2MENU_3,  _MN_IDX_NULL,             _MN_IDX_NULL,             _DEA_DSP_LEVEL1_2MENU_1,  LevelD1_2Menu_2Enter,    LevelD1_2Menu_2Do,    LevelD1_2Menu_2Exit},
    /*13*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             LevelD1_2Menu_3Enter,    LevelD1_2Menu_3Do,    LevelD1_2Menu_3Exit},
    /*14*/{ _DEA_DSP_LEVEL0MENU_1,    _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             LevelD1_2Menu_4Enter,    LevelD1_2Menu_4Do,    LevelD1_2Menu_4Exit},
    /*15*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _DEA_DSP_LEVEL1_3MENU_2,  _DEA_DSP_LEVEL1MENU_3,    LevelD1_3Menu_1Enter,    LevelD1_3Menu_1Do,    LevelD1_3Menu_1Exit},
    /*16*/{ _MN_IDX_NULL,             _DEA_DSP_LEVEL1_3MENU_1,  _MN_IDX_NULL,             _DEA_DSP_LEVEL1MENU_3,    LevelD1_3Menu_2Enter,    LevelD1_3Menu_2Do,    LevelD1_3Menu_2Exit},
    /*17*/{ _DEA_DSP_LEVEL1_6MENU_2,  _MN_IDX_NULL,             _MN_IDX_NULL,             _DEA_DSP_LEVEL1MENU_6,    LevelD1_6Menu_1Enter,    LevelD1_6Menu_1Do,    LevelD1_6Menu_1Exit},
    /*18*/{ _DEA_DSP_LEVEL1MENU_6,    _MN_IDX_NULL,             _MN_IDX_NULL,             _DEA_DSP_LEVEL1_6MENU_1,  LevelD1_6Menu_2Enter,    LevelD1_6Menu_2Do,    LevelD1_6Menu_2Exit},

    /*19*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _DEA_DSP_LEVEL1MENU_1,    LevelF1_1Menu_1Enter,    LevelF1_1Menu_1Do,    LevelF1_1Menu_1Exit},
    /*20*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _DEA_DSP_LEVEL1MENU_1,    LevelF1_1Menu_2Enter,    LevelF1_1Menu_2Do,    LevelF1_1Menu_2Exit},
    /*21*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _DEA_DSP_LEVEL1MENU_1,    LevelF1_1Menu_3Enter,    LevelF1_1Menu_3Do,    LevelF1_1Menu_3Exit},
    /*22*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _DEA_DSP_LEVEL1MENU_1,    LevelF1_1Menu_4Enter,    LevelF1_1Menu_4Do,    LevelF1_1Menu_4Exit},

    /*23*/{ _MN_IDX_NULL,             _MN_IDX_NULL,             _MN_IDX_NULL,             _DEA_DSP_LEVEL1MENU_5,    LevelD2_5Menu_1Enter,    LevelD2_5Menu_1Do,    LevelD2_5Menu_1Exit},
hu's avatar
hu committed
186
};
hu's avatar
hu committed
187 188 189 190 191 192 193 194
void NextMenu(_MENU_IDX idx)
{
    if ((idx) != _MN_IDX_NULL)
    {
        bNextMenuIDX = (idx);
    }
    else
    {
hu's avatar
hu committed
195
        ;/*Do Nothing!*/
hu's avatar
hu committed
196 197 198 199 200 201 202 203 204 205 206
    }
    bOldMenuIDX = 0xFF;
}
void MenuInit(void)
{
    bCurMenuIDX = 0;
    bNextMenuIDX = 0;
    bMenuSwFlag = 1;

    if (bCurMenuIDX >= _MN_DSP_LEVEL2MENU_1)
    {
hu's avatar
hu committed
207
        bCurMenuIDX = MenuFlag.Menu_Flag; /*记录上次位置*/
hu's avatar
hu committed
208 209 210 211 212 213
        bNextMenuIDX = bCurMenuIDX;
    }
    else
    {
        ;/*do nothing*/
    }
214 215 216

    /*数据初始化*/
    MenuFlag.Key_Menu_Popup_time = 0u;
hu's avatar
hu committed
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
}
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
263
{}
hu's avatar
hu committed
264 265
void Level1Menu_1Do(void)
{
hu's avatar
hu committed
266
    GUI_OftenShow_Display();
267
    GUI_Dynamic_DIsplay();
hu's avatar
hu committed
268
    GUI_AVG_FuelSpeed_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
269 270 271 272

    if (Common_Get_Menu_FacDea_Time_Sta() >= 15000u)
    {
        Common_Set_Menu_FacDea_Time_Sta(0x00u);
hu's avatar
hu committed
273

hu's avatar
hu committed
274 275 276 277 278 279 280 281 282 283 284 285 286 287 288
        if (MenuFlag.Menu_StaFlag == 0x00u)
        {
            K_Line_Set.K_Line_LID51 = 0x00u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else if (MenuFlag.Menu_StaFlag == 0x02u)
        {
            K_Line_Set.K_Line_LID51 = 0x02u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else
        {
            ;/*Do Nothing!*/
        }
    }
hu's avatar
hu committed
289 290 291 292 293 294
}
void Level1Menu_1Exit(void)
{}

/*主界面2 电池显示*/
void Level1Menu_2Enter(void)
hu's avatar
hu committed
295
{}
hu's avatar
hu committed
296 297
void Level1Menu_2Do(void)
{
298 299 300
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_Battery_Display_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
301 302 303 304

    if (Common_Get_Menu_FacDea_Time_Sta() >= 15000u)
    {
        Common_Set_Menu_FacDea_Time_Sta(0x00u);
hu's avatar
hu committed
305

hu's avatar
hu committed
306 307 308 309 310 311 312 313 314 315 316 317 318 319 320
        if (MenuFlag.Menu_StaFlag == 0x00u)
        {
            K_Line_Set.K_Line_LID51 = 0x00u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else if (MenuFlag.Menu_StaFlag == 0x02u)
        {
            K_Line_Set.K_Line_LID51 = 0x02u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else
        {
            ;/*Do Nothing!*/
        }
    }
hu's avatar
hu committed
321 322 323
}
void Level1Menu_2Exit(void)
{}
hu's avatar
hu committed
324

hu's avatar
hu committed
325 326
/*主界面3 DPD*/
void Level1Menu_3Enter(void)
hu's avatar
hu committed
327
{}
hu's avatar
hu committed
328 329
void Level1Menu_3Do(void)
{
330 331 332
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_DPD_Display_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
333 334 335 336

    if (Common_Get_Menu_FacDea_Time_Sta() >= 15000u)
    {
        Common_Set_Menu_FacDea_Time_Sta(0x00u);
hu's avatar
hu committed
337

hu's avatar
hu committed
338 339 340 341 342 343 344 345 346 347 348 349 350 351 352
        if (MenuFlag.Menu_StaFlag == 0x00u)
        {
            K_Line_Set.K_Line_LID51 = 0x00u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else if (MenuFlag.Menu_StaFlag == 0x02u)
        {
            K_Line_Set.K_Line_LID51 = 0x02u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else
        {
            ;/*Do Nothing!*/
        }
    }
hu's avatar
hu committed
353 354 355 356 357 358
}
void Level1Menu_3Exit(void)
{}

/*主界面4 油温时间*/
void Level1Menu_4Enter(void)
hu's avatar
hu committed
359
{}
hu's avatar
hu committed
360 361
void Level1Menu_4Do(void)
{
362 363 364
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_Time_OilTemp_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
365 366 367 368

    if (Common_Get_Menu_FacDea_Time_Sta() >= 15000u)
    {
        Common_Set_Menu_FacDea_Time_Sta(0x00u);
hu's avatar
hu committed
369

hu's avatar
hu committed
370 371 372 373 374 375 376 377 378 379 380 381 382 383 384
        if (MenuFlag.Menu_StaFlag == 0x00u)
        {
            K_Line_Set.K_Line_LID51 = 0x00u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else if (MenuFlag.Menu_StaFlag == 0x02u)
        {
            K_Line_Set.K_Line_LID51 = 0x02u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else
        {
            ;/*Do Nothing!*/
        }
    }
hu's avatar
hu committed
385 386 387 388 389 390
}
void Level1Menu_4Exit(void)
{}

/*主界面5 万年历*/
void Level1Menu_5Enter(void)
hu's avatar
hu committed
391
{}
hu's avatar
hu committed
392 393
void Level1Menu_5Do(void)
{
394 395 396
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_Year_Month_Data_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
397 398 399 400

    if (Common_Get_Menu_FacDea_Time_Sta() >= 15000u)
    {
        Common_Set_Menu_FacDea_Time_Sta(0x00u);
hu's avatar
hu committed
401

hu's avatar
hu committed
402 403 404 405 406 407 408 409 410 411 412 413 414 415 416
        if (MenuFlag.Menu_StaFlag == 0x00u)
        {
            K_Line_Set.K_Line_LID51 = 0x00u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else if (MenuFlag.Menu_StaFlag == 0x02u)
        {
            K_Line_Set.K_Line_LID51 = 0x02u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else
        {
            ;/*Do Nothing!*/
        }
    }
hu's avatar
hu committed
417 418 419 420 421 422
}
void Level1Menu_5Exit(void)
{}

/*主界面6  空白*/
void Level1Menu_6Enter(void)
hu's avatar
hu committed
423
{}
hu's avatar
hu committed
424 425
void Level1Menu_6Do(void)
{
hu's avatar
hu committed
426 427 428
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_block_NULL_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
429 430 431 432

    if (Common_Get_Menu_FacDea_Time_Sta() >= 15000u)
    {
        Common_Set_Menu_FacDea_Time_Sta(0x00u);
hu's avatar
hu committed
433

hu's avatar
hu committed
434 435 436 437 438 439 440 441 442 443 444 445 446 447 448
        if (MenuFlag.Menu_StaFlag == 0x00u)
        {
            K_Line_Set.K_Line_LID51 = 0x00u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else if (MenuFlag.Menu_StaFlag == 0x02u)
        {
            K_Line_Set.K_Line_LID51 = 0x02u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else
        {
            ;/*Do Nothing!*/
        }
    }
hu's avatar
hu committed
449 450 451 452 453 454
}
void Level1Menu_6Exit(void)
{}

/*主界面 报警界面*/
void LevelPopup_Enter(void)
hu's avatar
hu committed
455
{}
hu's avatar
hu committed
456 457
void LevelPopup_Do(void)
{
hu's avatar
hu committed
458
    GUI_General_Popup();
hu's avatar
hu committed
459 460 461 462

    if (Common_Get_Menu_FacDea_Time_Sta() >= 15000u)
    {
        Common_Set_Menu_FacDea_Time_Sta(0x00u);
hu's avatar
hu committed
463

hu's avatar
hu committed
464 465 466 467 468 469 470 471 472 473 474 475 476 477 478
        if (MenuFlag.Menu_StaFlag == 0x00u)
        {
            K_Line_Set.K_Line_LID51 = 0x00u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else if (MenuFlag.Menu_StaFlag == 0x02u)
        {
            K_Line_Set.K_Line_LID51 = 0x02u;
            MenuFlag.Menu_StaFlag = 0x01u;
        }
        else
        {
            ;/*Do Nothing!*/
        }
    }
hu's avatar
hu committed
479 480
}
void LevelPopup_Exit(void)
481 482
{}

hu's avatar
hu committed
483 484 485
/*----MENU----*/
/*二级菜单 故障码*/
void Level2Menu_1Enter(void)
hu's avatar
hu committed
486
{}
hu's avatar
hu committed
487 488
void Level2Menu_1Do(void)
{
hu's avatar
hu committed
489
    GUI_OftenShow_Display();
hu's avatar
hu committed
490
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
491
    GUI_BG_Menu1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
492 493 494
}
void Level2Menu_1Exit(void)
{}
hu's avatar
hu committed
495

hu's avatar
hu committed
496 497
/*二级菜单 维修通知*/
void Level2Menu_2Enter(void)
hu's avatar
hu committed
498
{}
hu's avatar
hu committed
499 500
void Level2Menu_2Do(void)
{
hu's avatar
hu committed
501
    GUI_OftenShow_Display();
hu's avatar
hu committed
502
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
503
    GUI_BG_Menu2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
504 505 506
}
void Level2Menu_2Exit(void)
{}
hu's avatar
hu committed
507

hu's avatar
hu committed
508 509
/*二级菜单 维修通知设定*/
void Level2Menu_3Enter(void)
hu's avatar
hu committed
510
{}
hu's avatar
hu committed
511 512
void Level2Menu_3Do(void)
{
hu's avatar
hu committed
513
    GUI_OftenShow_Display();
hu's avatar
hu committed
514
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
515
    GUI_BG_Menu3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
516 517 518
}
void Level2Menu_3Exit(void)
{}
hu's avatar
hu committed
519

hu's avatar
hu committed
520 521
/*二级菜单 用户设定*/
void Level2Menu_4Enter(void)
hu's avatar
hu committed
522
{}
hu's avatar
hu committed
523 524
void Level2Menu_4Do(void)
{
hu's avatar
hu committed
525
    GUI_OftenShow_Display();
hu's avatar
hu committed
526
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
527
    GUI_BG_Menu4_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
528 529 530
}
void Level2Menu_4Exit(void)
{}
hu's avatar
hu committed
531

hu's avatar
hu committed
532
/*二级界面 系统演示*/
hu's avatar
hu committed
533
void Level2Menu_5Enter(void)
hu's avatar
hu committed
534
{}
hu's avatar
hu committed
535 536
void Level2Menu_5Do(void)
{
hu's avatar
hu committed
537
    GUI_OftenShow_Display();
hu's avatar
hu committed
538
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
539
    GUI_BG_Menu5_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
540 541 542
}
void Level2Menu_5Exit(void)
{}
hu's avatar
hu committed
543

hu's avatar
hu committed
544
/*二级界面 胎压显示*/
hu's avatar
hu committed
545
void Level2Menu_6Enter(void)
hu's avatar
hu committed
546
{}
hu's avatar
hu committed
547 548
void Level2Menu_6Do(void)
{
hu's avatar
hu committed
549
    GUI_OftenShow_Display();
hu's avatar
hu committed
550
    GUI_BG_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
551
    GUI_BG_Menu6_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
552 553 554
}
void Level2Menu_6Exit(void)
{}
hu's avatar
hu committed
555 556

/*----二级菜单----故障代码----子菜单系列*/
hu's avatar
hu committed
557 558
/*发动机故障*/
void Level2_1Menu_1Enter(void)
hu's avatar
hu committed
559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578
{
    //03 19 02 0C 55 55 55 55
    _CAN_Msg canMag;

    canMag.MsgID  = 0x7E0u;
    canMag.MsgDLC = 8u;
    canMag.MsgPro = 0u;
    canMag.MsgStd = 0u;
    canMag.MsgRTR = 0u;

    canMag.Msg[0u] = 0x03u;
    canMag.Msg[1u] = 0x19u;
    canMag.Msg[2u] = 0x02u;
    canMag.Msg[3u] = 0x0Cu;
    canMag.Msg[4u] = 0x55u;
    canMag.Msg[5u] = 0x55u;
    canMag.Msg[6u] = 0x55u;
    canMag.Msg[7u] = 0x55u;

    Can_Write(&canMag);
hu's avatar
hu committed
579 580

    Menu_DTC_DisTime = 20u;
hu's avatar
hu committed
581
}
hu's avatar
hu committed
582

hu's avatar
hu committed
583 584
void Level2_1Menu_1Do(void)
{
hu's avatar
hu committed
585 586 587 588 589 590
    uint8_t DTCNumDis = 0x00u;

    if (Menu_DTC_DisTime != 0x00u)
    {
        Menu_DTC_DisTime--;
    }
hu's avatar
hu committed
591

hu's avatar
hu committed
592 593 594 595 596 597 598 599
    if (Menu_DTC_DisTime == 0u)
    {
        DTCNumDis = 1u;
    }
    else
    {
        DTCNumDis = 0u;
    }
hu's avatar
hu committed
600

hu's avatar
hu committed
601
    GUI_OftenShow_Display();
hu's avatar
hu committed
602

hu's avatar
hu committed
603
    if (DTCNumDis == 1u) /*计时*/
hu's avatar
hu committed
604 605
    {
        GUI_Display_DTC_Server();
hu's avatar
hu committed
606
        //GUI_BG_DTCEngine_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
607 608 609 610 611
    }
    else /*故障码读取中*/
    {
        GUI_BG_DTCReading_Display(GUI_DISP_MODE_NORMAL);
    }
hu's avatar
hu committed
612 613 614
}
void Level2_1Menu_1Exit(void)
{}
615

hu's avatar
hu committed
616 617 618
/*----二级菜单----保养通知----子菜单系列*/
/*发动机油滤清器*/
void Level2_2Menu_1Enter(void)
hu's avatar
hu committed
619
{}
hu's avatar
hu committed
620 621 622 623 624 625 626 627
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
628

hu's avatar
hu committed
629
/*----二级菜单----保养通知----子菜单系列*/
hu's avatar
hu committed
630 631
/*燃油滤清器*/
void Level2_2Menu_2Enter(void)
hu's avatar
hu committed
632
{}
hu's avatar
hu committed
633 634 635 636 637 638 639 640
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
641

hu's avatar
hu committed
642
/*----二级菜单----保养通知----子菜单系列*/
hu's avatar
hu committed
643 644
/*变速箱油*/
void Level2_2Menu_3Enter(void)
hu's avatar
hu committed
645
{}
hu's avatar
hu committed
646 647 648 649 650 651 652 653
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
654

hu's avatar
hu committed
655
/*----二级菜单----保养通知----子菜单系列*/
hu's avatar
hu committed
656 657
/*差速器油*/
void Level2_2Menu_4Enter(void)
hu's avatar
hu committed
658
{}
hu's avatar
hu committed
659 660 661 662 663 664 665 666
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
667

hu's avatar
hu committed
668
/*----二级菜单----保养通知----子菜单系列*/
hu's avatar
hu committed
669 670
/*动力转向油*/
void Level2_2Menu_7Enter(void)
hu's avatar
hu committed
671
{}
hu's avatar
hu committed
672 673 674 675 676 677 678 679
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
680

hu's avatar
hu committed
681
/*----二级菜单----保养通知----子菜单系列*/
hu's avatar
hu committed
682 683
/*轮胎*/
void Level2_2Menu_8Enter(void)
hu's avatar
hu committed
684
{}
hu's avatar
hu committed
685 686 687 688 689 690 691 692
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)
{}
693

hu's avatar
hu committed
694
/*----二级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
695
/*更换发动机滤清器*/
hu's avatar
hu committed
696
void Level2_3Menu_1Enter(void)
hu's avatar
hu committed
697
{}
hu's avatar
hu committed
698 699 700
void Level2_3Menu_1Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
701
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
702 703 704 705
    GUI_BG_RepSetMenu1_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_1Exit(void)
{}
hu's avatar
hu committed
706

hu's avatar
hu committed
707
/*----二级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
708
/*更换燃油滤清器*/
hu's avatar
hu committed
709
void Level2_3Menu_2Enter(void)
hu's avatar
hu committed
710
{}
hu's avatar
hu committed
711 712 713
void Level2_3Menu_2Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
714
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
715 716 717 718
    GUI_BG_RepSetMenu2_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_2Exit(void)
{}
hu's avatar
hu committed
719

hu's avatar
hu committed
720
/*----二级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
721
/*更换变速箱油*/
hu's avatar
hu committed
722
void Level2_3Menu_3Enter(void)
hu's avatar
hu committed
723
{}
hu's avatar
hu committed
724 725 726
void Level2_3Menu_3Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
727
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
728 729 730 731
    GUI_BG_RepSetMenu3_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_3Exit(void)
{}
hu's avatar
hu committed
732

hu's avatar
hu committed
733
/*----二级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
734
/*更换差速器油*/
hu's avatar
hu committed
735
void Level2_3Menu_4Enter(void)
hu's avatar
hu committed
736
{}
hu's avatar
hu committed
737 738 739
void Level2_3Menu_4Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
740
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
741 742 743 744
    GUI_BG_RepSetMenu4_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_4Exit(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
void Level2_3Menu_6Enter(void)
hu's avatar
hu committed
749
{}
hu's avatar
hu committed
750 751 752
void Level2_3Menu_6Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
753
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
754 755 756 757
    GUI_BG_RepSetMenu6_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_6Exit(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 Level2_3Menu_7Enter(void)
hu's avatar
hu committed
762
{}
hu's avatar
hu committed
763 764 765
void Level2_3Menu_7Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
766
    GUI_BG_RepSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
767 768 769 770
    GUI_BG_RepSetMenu7_Display(GUI_DISP_MODE_NORMAL);
}
void Level2_3Menu_7Exit(void)
{}
hu's avatar
hu committed
771

hu's avatar
hu committed
772 773 774
/*----二级菜单----用户设定----系列子菜单*/
/*日期设定*/
void Level2_4Menu_1Enter(void)
hu's avatar
hu committed
775
{}
hu's avatar
hu committed
776 777
void Level2_4Menu_1Do(void)
{
hu's avatar
hu committed
778 779 780
    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
781 782 783
}
void Level2_4Menu_1Exit(void)
{}
hu's avatar
hu committed
784

hu's avatar
hu committed
785
/*----二级菜单----用户设定----系列子菜单*/
hu's avatar
hu committed
786
/*时间设定*/
hu's avatar
hu committed
787
void Level2_4Menu_2Enter(void)
hu's avatar
hu committed
788
{}
hu's avatar
hu committed
789 790
void Level2_4Menu_2Do(void)
{
hu's avatar
hu committed
791 792 793
    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
794 795 796
}
void Level2_4Menu_2Exit(void)
{}
hu's avatar
hu committed
797

hu's avatar
hu committed
798
/*----二级菜单----用户设定----系列子菜单*/
hu's avatar
hu committed
799
/*语言设定*/
hu's avatar
hu committed
800
void Level2_4Menu_3Enter(void)
hu's avatar
hu committed
801
{}
hu's avatar
hu committed
802 803
void Level2_4Menu_3Do(void)
{
hu's avatar
hu committed
804 805
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
806
    GUI_BG_UserSetMenu3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
807 808 809
}
void Level2_4Menu_3Exit(void)
{}
hu's avatar
hu committed
810

811 812 813 814 815 816 817 818 819 820 821 822
/*----二级菜单----用户设定----系列子菜单*/
/*亮度调节*/
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
823
/*----二级菜单----用户设定----系列子菜单*/
hu's avatar
hu committed
824
/*设定节油驾驶建议*/
hu's avatar
hu committed
825
void Level2_4Menu_4Enter(void)
hu's avatar
hu committed
826
{}
hu's avatar
hu committed
827 828
void Level2_4Menu_4Do(void)
{
hu's avatar
hu committed
829 830
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
831
    GUI_BG_UserSetMenu4_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
832 833 834
}
void Level2_4Menu_4Exit(void)
{}
hu's avatar
hu committed
835

hu's avatar
hu committed
836
/*----二级菜单----用户设定----系列子菜单*/
hu's avatar
hu committed
837
/*TPMS轮胎设定*/
hu's avatar
hu committed
838
void Level2_4Menu_5Enter(void)
hu's avatar
hu committed
839
{}
hu's avatar
hu committed
840 841
void Level2_4Menu_5Do(void)
{
hu's avatar
hu committed
842 843
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Menu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
844
    GUI_BG_UserSetMenu5_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
845 846 847
}
void Level2_4Menu_5Exit(void)
{}
hu's avatar
hu committed
848

hu's avatar
hu committed
849
/*----二级菜单----用户设定----系列子菜单*/
hu's avatar
hu committed
850 851 852 853 854 855 856 857 858 859 860 861
/*显示设定*/
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
862
/*----二级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
863 864
/*LDWS 警报演示*/
void Level2_5Menu_1Enter(void)
hu's avatar
hu committed
865
{}
hu's avatar
hu committed
866
void Level2_5Menu_1Do(void)
hu's avatar
hu committed
867
{
hu's avatar
hu committed
868
    GUI_OftenShow_Display();
hu's avatar
hu committed
869 870
    GUI_BG_Demo_Menu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DemoMenu1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
871 872 873 874 875

    if (Common_Get_LDWS_Flag_Sta() == 6u)
    {
        NextMenu(MenuOptTab[bCurMenuIDX].VK_IDX_EXIT);
    }
hu's avatar
hu committed
876
}
hu's avatar
hu committed
877
void Level2_5Menu_1Exit(void)
hu's avatar
hu committed
878
{}
hu's avatar
hu committed
879

hu's avatar
hu committed
880
/*----二级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
881 882
/*AEBS第1警报演示*/
void Level2_5Menu_2Enter(void)
hu's avatar
hu committed
883 884 885
{
    Common_Set_LDWS_Flag_Sta(0u);
}
hu's avatar
hu committed
886
void Level2_5Menu_2Do(void)
hu's avatar
hu committed
887
{
hu's avatar
hu committed
888 889 890
    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
891
}
hu's avatar
hu committed
892
void Level2_5Menu_2Exit(void)
hu's avatar
hu committed
893
{}
hu's avatar
hu committed
894

hu's avatar
hu committed
895
/*----二级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
896 897
/*AEBS第1警报演示*/
void Level2_5Menu_3Enter(void)
hu's avatar
hu committed
898
{}
hu's avatar
hu committed
899
void Level2_5Menu_3Do(void)
hu's avatar
hu committed
900
{
hu's avatar
hu committed
901 902 903
    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
904
}
hu's avatar
hu committed
905
void Level2_5Menu_3Exit(void)
hu's avatar
hu committed
906
{}
hu's avatar
hu committed
907

hu's avatar
hu committed
908
/*----二级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
909 910
/*AEBS全力制动警报演示*/
void Level2_5Menu_4Enter(void)
hu's avatar
hu committed
911
{}
hu's avatar
hu committed
912
void Level2_5Menu_4Do(void)
hu's avatar
hu committed
913
{
hu's avatar
hu committed
914 915 916
    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
917
}
hu's avatar
hu committed
918
void Level2_5Menu_4Exit(void)
hu's avatar
hu committed
919
{}
920

hu's avatar
hu committed
921
/*----二级菜单----轮胎状态----系列子菜单*/
hu's avatar
hu committed
922 923
/*轮胎气压*/
void Level2_6Menu_1Enter(void)
hu's avatar
hu committed
924
{}
hu's avatar
hu committed
925 926 927
void Level2_6Menu_1Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
928 929
    GUI_BG_TPMS_GasPIC_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_TPMS_GasNUM_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
930 931 932 933
}
void Level2_6Menu_1Exit(void)
{}

hu's avatar
hu committed
934
/*----二级菜单----轮胎状态----系列子菜单*/
hu's avatar
hu committed
935 936
/*轮胎温度*/
void Level2_6Menu_2Enter(void)
hu's avatar
hu committed
937
{}
hu's avatar
hu committed
938 939 940
void Level2_6Menu_2Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
941 942
    GUI_BG_TPMS_TempPIC_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_TPMS_TempNUM_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
943 944 945 946
}
void Level2_6Menu_2Exit(void)
{}

hu's avatar
hu committed
947
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
948
/*发动机机油滤清器*/
hu's avatar
hu committed
949
void Level3_2Menu_1Enter(void)
hu's avatar
hu committed
950 951 952 953 954 955 956
{
    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
957 958

        Data_Clear_Trip(EM_TRIP_JY);
hu's avatar
hu committed
959 960
    }
}
hu's avatar
hu committed
961 962
void Level3_2Menu_1Do(void)
{
hu's avatar
hu committed
963
    GUI_OftenShow_Display();
hu's avatar
hu committed
964 965
    GUI_BG_RepMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_RepMenu_3_1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
966 967
}
void Level3_2Menu_1Exit(void)
hu's avatar
hu committed
968
{}
hu's avatar
hu committed
969

hu's avatar
hu committed
970
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
971
/*燃油滤清器*/
hu's avatar
hu committed
972
void Level3_2Menu_2Enter(void)
hu's avatar
hu committed
973 974 975 976 977 978 979 980 981 982 983
{
    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
984 985
void Level3_2Menu_2Do(void)
{
hu's avatar
hu committed
986 987 988
    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
989 990
}
void Level3_2Menu_2Exit(void)
hu's avatar
hu committed
991
{}
hu's avatar
hu committed
992

hu's avatar
hu committed
993
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
994
/*变速箱油*/
hu's avatar
hu committed
995
void Level3_2Menu_3Enter(void)
hu's avatar
hu committed
996 997 998 999 1000 1001 1002 1003 1004 1005 1006
{
    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
1007 1008
void Level3_2Menu_3Do(void)
{
hu's avatar
hu committed
1009 1010 1011
    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
1012 1013
}
void Level3_2Menu_3Exit(void)
hu's avatar
hu committed
1014
{}
hu's avatar
hu committed
1015

hu's avatar
hu committed
1016
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
1017
/*差速器油*/
hu's avatar
hu committed
1018
void Level3_2Menu_4Enter(void)
hu's avatar
hu committed
1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029
{
    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
1030 1031
void Level3_2Menu_4Do(void)
{
hu's avatar
hu committed
1032 1033 1034
    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
1035 1036
}
void Level3_2Menu_4Exit(void)
hu's avatar
hu committed
1037
{}
hu's avatar
hu committed
1038

hu's avatar
hu committed
1039
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
1040
/*动力转向油*/
hu's avatar
hu committed
1041
void Level3_2Menu_7Enter(void)
hu's avatar
hu committed
1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052
{
    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
1053 1054
void Level3_2Menu_7Do(void)
{
hu's avatar
hu committed
1055 1056 1057
    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
1058 1059
}
void Level3_2Menu_7Exit(void)
hu's avatar
hu committed
1060
{}
hu's avatar
hu committed
1061

hu's avatar
hu committed
1062
/*----三级菜单----保养通知----系列子菜单*/
hu's avatar
hu committed
1063
/*轮胎*/
hu's avatar
hu committed
1064
void Level3_2Menu_8Enter(void)
hu's avatar
hu committed
1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075
{
    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
1076 1077
void Level3_2Menu_8Do(void)
{
hu's avatar
hu committed
1078 1079 1080
    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
1081 1082
}
void Level3_2Menu_8Exit(void)
hu's avatar
hu committed
1083
{}
hu's avatar
hu committed
1084

hu's avatar
hu committed
1085
/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
1086
/*更换机油机油滤清器*/
hu's avatar
hu committed
1087
void Level3_3Menu_1Enter(void)
hu's avatar
hu committed
1088
{
1089 1090 1091 1092 1093 1094 1095 1096
    //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
1097
}
hu's avatar
hu committed
1098 1099
void Level3_3Menu_1Do(void)
{
hu's avatar
hu committed
1100 1101 1102
    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
1103 1104
}
void Level3_3Menu_1Exit(void)
hu's avatar
hu committed
1105 1106 1107 1108 1109 1110 1111
{
    if (MenuFlag.Menu_Return == 1u)
    {
        User_App.User_FDJYLQQ = User_set_Num.User_FDJYLQQ ;

        MenuFlag.Menu_Return = 0u;

hu's avatar
hu committed
1112
        if (User_set_Num.User_FDJYLQQ != 0u)
hu's avatar
hu committed
1113
        {
hu's avatar
hu committed
1114
            State_Flag.User_FDJYLQQ_FLAG = 0u;
hu's avatar
hu committed
1115 1116
            Data_Clear_Trip(EM_TRIP_JY);
        }
hu's avatar
hu committed
1117
        else
hu's avatar
hu committed
1118
        {
hu's avatar
hu committed
1119
            State_Flag.User_FDJYLQQ_FLAG = 3u;
hu's avatar
hu committed
1120
        }
hu's avatar
hu committed
1121 1122
    }
}
hu's avatar
hu committed
1123

hu's avatar
hu committed
1124
/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
1125
/*更换燃油滤清器*/
hu's avatar
hu committed
1126
void Level3_3Menu_2Enter(void)
hu's avatar
hu committed
1127
{
1128 1129 1130 1131 1132 1133 1134 1135
    //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
1136
}
hu's avatar
hu committed
1137 1138
void Level3_3Menu_2Do(void)
{
hu's avatar
hu committed
1139 1140 1141
    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
1142 1143
}
void Level3_3Menu_2Exit(void)
hu's avatar
hu committed
1144 1145 1146 1147 1148 1149 1150 1151
{
    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
1152
        {
hu's avatar
hu committed
1153
            State_Flag.User_RYLQQ_FLAG = 0;
hu's avatar
hu committed
1154 1155
            Data_Clear_Trip(EM_TRIP_RY);
        }
hu's avatar
hu committed
1156
        else
hu's avatar
hu committed
1157
        {
hu's avatar
hu committed
1158
            State_Flag.User_RYLQQ_FLAG = 3;
hu's avatar
hu committed
1159
        }
hu's avatar
hu committed
1160 1161
    }
}
hu's avatar
hu committed
1162

hu's avatar
hu committed
1163
/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
1164
/*更换变速箱油*/
hu's avatar
hu committed
1165
void Level3_3Menu_3Enter(void)
hu's avatar
hu committed
1166
{
1167 1168 1169 1170 1171 1172 1173 1174
    //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
1175
}
hu's avatar
hu committed
1176 1177
void Level3_3Menu_3Do(void)
{
hu's avatar
hu committed
1178 1179 1180
    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
1181 1182
}
void Level3_3Menu_3Exit(void)
hu's avatar
hu committed
1183 1184 1185 1186 1187 1188
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_BSXY = User_set_Num.User_BSXY ;

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

hu's avatar
hu committed
1190
        if (User_set_Num.User_BSXY != 0)
hu's avatar
hu committed
1191
        {
hu's avatar
hu committed
1192
            State_Flag.User_BSXY_FLAG = 0;
hu's avatar
hu committed
1193 1194
            Data_Clear_Trip(EM_TRIP_BSX);
        }
hu's avatar
hu committed
1195
        else
hu's avatar
hu committed
1196
        {
hu's avatar
hu committed
1197
            State_Flag.User_BSXY_FLAG = 3;
hu's avatar
hu committed
1198
        }
hu's avatar
hu committed
1199 1200 1201 1202
    }
}

/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
1203
/*更换差速器油*/
hu's avatar
hu committed
1204
void Level3_3Menu_4Enter(void)
hu's avatar
hu committed
1205
{
1206 1207 1208 1209 1210 1211 1212 1213
    //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
1214
}
hu's avatar
hu committed
1215 1216
void Level3_3Menu_4Do(void)
{
hu's avatar
hu committed
1217 1218 1219
    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
1220 1221
}
void Level3_3Menu_4Exit(void)
hu's avatar
hu committed
1222 1223 1224 1225
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_CSQY = User_set_Num.User_CSQY ;
hu's avatar
hu committed
1226

hu's avatar
hu committed
1227 1228 1229
        MenuFlag.Menu_Return = 0;

        if (User_set_Num.User_CSQY != 0)
hu's avatar
hu committed
1230
        {
hu's avatar
hu committed
1231
            State_Flag.User_CSQY_FLAG = 0;
hu's avatar
hu committed
1232 1233
            Data_Clear_Trip(EM_TRIP_CSQ);
        }
hu's avatar
hu committed
1234
        else
hu's avatar
hu committed
1235
        {
hu's avatar
hu committed
1236
            State_Flag.User_CSQY_FLAG = 3;
hu's avatar
hu committed
1237
        }
hu's avatar
hu committed
1238 1239 1240 1241
    }
}

/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
1242
/*更换离合器油*/
hu's avatar
hu committed
1243 1244 1245 1246 1247 1248 1249 1250 1251 1252
//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
1253

hu's avatar
hu committed
1254
/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
1255
/*更换动力转向液*/
hu's avatar
hu committed
1256
void Level3_3Menu_6Enter(void)
hu's avatar
hu committed
1257
{
1258 1259 1260 1261 1262 1263 1264 1265
    //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
1266
}
hu's avatar
hu committed
1267
void Level3_3Menu_6Do(void)
hu's avatar
hu committed
1268
{
hu's avatar
hu committed
1269 1270 1271
    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
1272
}
hu's avatar
hu committed
1273
void Level3_3Menu_6Exit(void)
hu's avatar
hu committed
1274 1275 1276 1277 1278 1279 1280 1281
{
    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
1282
        {
hu's avatar
hu committed
1283
            State_Flag.User_DLZXY_FLAG = 0;
hu's avatar
hu committed
1284 1285
            Data_Clear_Trip(EM_TRIP_DLZX);
        }
hu's avatar
hu committed
1286
        else
hu's avatar
hu committed
1287
        {
hu's avatar
hu committed
1288
            State_Flag.User_DLZXY_FLAG = 3;
hu's avatar
hu committed
1289
        }
hu's avatar
hu committed
1290 1291
    }
}
1292

hu's avatar
hu committed
1293
/*----三级菜单----保养通知设定----系列子菜单*/
hu's avatar
hu committed
1294
/*更换轮胎*/
hu's avatar
hu committed
1295
void Level3_3Menu_7Enter(void)
hu's avatar
hu committed
1296
{
1297 1298 1299 1300 1301 1302 1303 1304
    //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
1305
}
hu's avatar
hu committed
1306
void Level3_3Menu_7Do(void)
hu's avatar
hu committed
1307
{
hu's avatar
hu committed
1308 1309 1310
    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
1311
}
hu's avatar
hu committed
1312
void Level3_3Menu_7Exit(void)
hu's avatar
hu committed
1313 1314 1315 1316 1317 1318 1319 1320
{
    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
1321
        {
hu's avatar
hu committed
1322
            State_Flag.User_LT_FLAG = 0;
hu's avatar
hu committed
1323 1324
            Data_Clear_Trip(EM_TRIP_LT);
        }
hu's avatar
hu committed
1325
        else
hu's avatar
hu committed
1326
        {
hu's avatar
hu committed
1327
            State_Flag.User_LT_FLAG = 3;
hu's avatar
hu committed
1328
        }
hu's avatar
hu committed
1329 1330
    }
}
hu's avatar
hu committed
1331

hu's avatar
hu committed
1332
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1333
/*日期设定 ----- 年*/
hu's avatar
hu committed
1334
void Level3_4Menu_1Enter_1(void)
hu's avatar
hu committed
1335
{
1336
    User_set_Num.Year  = Get_RTC_YEAR();
hu's avatar
hu committed
1337
    User_set_Num.Month = Get_RTC_MONTH();
1338
    User_set_Num.Date  = Get_RTC_DATE();
hu's avatar
hu committed
1339
}
hu's avatar
hu committed
1340
void Level3_4Menu_1Do_1(void)
hu's avatar
hu committed
1341
{
hu's avatar
hu committed
1342 1343 1344 1345 1346
    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
1347
{}
hu's avatar
hu committed
1348

hu's avatar
hu committed
1349
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1350
/*日期设定 ---- 月*/
hu's avatar
hu committed
1351 1352 1353 1354 1355 1356 1357 1358 1359
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
1360
{}
hu's avatar
hu committed
1361

hu's avatar
hu committed
1362
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1363
/*日期设定 ---- 日*/
hu's avatar
hu committed
1364 1365 1366 1367 1368 1369 1370
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
1371
}
hu's avatar
hu committed
1372
void Level3_4Menu_1Exit_3(void)
hu's avatar
hu committed
1373 1374 1375
{
    if (MenuFlag.Menu_Return)
    {
1376
        RTE_RTC_Set_Year (User_set_Num.Year + 2000u);
hu's avatar
hu committed
1377
        RTE_RTC_Set_Month(User_set_Num.Month);
1378 1379 1380 1381
        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
1382

hu's avatar
hu committed
1383 1384 1385 1386 1387 1388
        MenuFlag.Menu_Return = 0;

        RTE_RTC_Confirm_Overwrite();
    }
}

hu's avatar
hu committed
1389
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1390
/*时间设定 ---- 时*/
hu's avatar
hu committed
1391
void Level3_4Menu_2Enter_1(void)
hu's avatar
hu committed
1392 1393 1394 1395
{
    User_set_Num.Hour = Get_RTC_HOUR();
    User_set_Num.Minute = Get_RTC_MINUTE();
}
hu's avatar
hu committed
1396
void Level3_4Menu_2Do_1(void)
hu's avatar
hu committed
1397
{
hu's avatar
hu committed
1398 1399 1400 1401 1402
    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
1403
{}
hu's avatar
hu committed
1404

hu's avatar
hu committed
1405
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1406
/*时间设定 ---- 分*/
hu's avatar
hu committed
1407 1408 1409 1410 1411 1412 1413
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
1414
}
hu's avatar
hu committed
1415
void Level3_4Menu_2Exit_2(void)
hu's avatar
hu committed
1416 1417 1418
{
    if (MenuFlag.Menu_Return)
    {
1419 1420 1421 1422
        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
1423 1424 1425 1426 1427 1428 1429 1430
        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
1431

hu's avatar
hu committed
1432
/*----三级菜单----用户设定----系列子选项*/
hu's avatar
hu committed
1433
/*语言设定*/
hu's avatar
hu committed
1434
void Level3_4Menu_3Enter(void)
hu's avatar
hu committed
1435 1436 1437
{
    User_set_Num.User_Language   = User_App.User_Language;
}
hu's avatar
hu committed
1438 1439
void Level3_4Menu_3Do(void)
{
hu's avatar
hu committed
1440 1441 1442
    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
1443 1444
}
void Level3_4Menu_3Exit(void)
hu's avatar
hu committed
1445 1446 1447 1448 1449 1450 1451
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_Language    =  User_set_Num.User_Language  ;
        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1452

hu's avatar
hu committed
1453
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1454
/*速度设定-高速路*/
hu's avatar
hu committed
1455
void Level3_4Menu_4Enter_1(void)
hu's avatar
hu committed
1456
{}
hu's avatar
hu committed
1457 1458
void Level3_4Menu_4Do_1(void)
{
hu's avatar
hu committed
1459 1460 1461
    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
1462 1463
}
void Level3_4Menu_4Exit_1(void)
hu's avatar
hu committed
1464
{}
hu's avatar
hu committed
1465

hu's avatar
hu committed
1466
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1467
/*速度设定-一般路*/
hu's avatar
hu committed
1468
void Level3_4Menu_4Enter_2(void)
hu's avatar
hu committed
1469
{}
hu's avatar
hu committed
1470 1471
void Level3_4Menu_4Do_2(void)
{
hu's avatar
hu committed
1472 1473 1474
    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
1475 1476
}
void Level3_4Menu_4Exit_2(void)
hu's avatar
hu committed
1477
{}
hu's avatar
hu committed
1478

hu's avatar
hu committed
1479
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1480
/*发送机转速设定*/
hu's avatar
hu committed
1481
void Level3_4Menu_4Enter_3(void)
hu's avatar
hu committed
1482
{}
hu's avatar
hu committed
1483 1484
void Level3_4Menu_4Do_3(void)
{
hu's avatar
hu committed
1485 1486 1487
    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
1488 1489
}
void Level3_4Menu_4Exit_3(void)
hu's avatar
hu committed
1490
{}
hu's avatar
hu committed
1491

hu's avatar
hu committed
1492
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1493
/*急加速设定*/
hu's avatar
hu committed
1494
void Level3_4Menu_4Enter_4(void)
hu's avatar
hu committed
1495
{}
hu's avatar
hu committed
1496 1497
void Level3_4Menu_4Do_4(void)
{
hu's avatar
hu committed
1498 1499 1500
    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
1501 1502
}
void Level3_4Menu_4Exit_4(void)
hu's avatar
hu committed
1503
{}
hu's avatar
hu committed
1504

hu's avatar
hu committed
1505
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1506
/*急减速设定*/
hu's avatar
hu committed
1507
void Level3_4Menu_4Enter_5(void)
hu's avatar
hu committed
1508
{}
hu's avatar
hu committed
1509 1510
void Level3_4Menu_4Do_5(void)
{
hu's avatar
hu committed
1511 1512 1513
    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
1514 1515
}
void Level3_4Menu_4Exit_5(void)
hu's avatar
hu committed
1516
{}
hu's avatar
hu committed
1517

hu's avatar
hu committed
1518
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1519
/*长时间怠速设定*/
hu's avatar
hu committed
1520
void Level3_4Menu_4Enter_6(void)
hu's avatar
hu committed
1521
{}
hu's avatar
hu committed
1522 1523
void Level3_4Menu_4Do_6(void)
{
hu's avatar
hu committed
1524 1525 1526
    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
1527 1528
}
void Level3_4Menu_4Exit_6(void)
hu's avatar
hu committed
1529
{}
hu's avatar
hu committed
1530

hu's avatar
hu committed
1531
/*----三级菜单----省油建议----系列子菜单*/
hu's avatar
hu committed
1532
/*辅助驻车解除设定*/
hu's avatar
hu committed
1533
void Level3_4Menu_4Enter_7(void)
hu's avatar
hu committed
1534
{}
hu's avatar
hu committed
1535 1536
void Level3_4Menu_4Do_7(void)
{
hu's avatar
hu committed
1537 1538 1539
    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
1540 1541
}
void Level3_4Menu_4Exit_7(void)
hu's avatar
hu committed
1542
{}
hu's avatar
hu committed
1543

hu's avatar
hu committed
1544
/*----三级菜单----TPMS轮胎设定----系列子菜单*/
hu's avatar
hu committed
1545
/*TPMS  轮胎设定*/
hu's avatar
hu committed
1546
void Level3_4Menu_5Enter(void)
hu's avatar
hu committed
1547 1548 1549 1550 1551
{
    User_set_Num.User_Tpms = 0 ;             /*当前是哪个轮子*/
    User_set_Num.User_TpmsStatus = 0 ;       /*当前胎压匹配界面状态*/
    User_set_Num.User_Temp_Return = 0 ;      /*取消胎压匹配*/
}
hu's avatar
hu committed
1552 1553
void Level3_4Menu_5Do(void)
{
hu's avatar
hu committed
1554
    GUI_BG_TPMS_PictureSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1555 1556 1557 1558 1559 1560

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

1565 1566
/*----三级菜单----TPMS轮胎设定----系列子菜单*/
/*亮度调节设定*/
1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577
void Level3_4Menu_7Enter_1(void)
{}
void Level3_4Menu_7Do_1(void)
{
    GUI_OftenShow_Display();
    GUI_BG_User_Light1_Display(GUI_DISP_MODE_NORMAL);
}
void Level3_4Menu_7Exit_1(void)
{}

void Level3_4Menu_7Enter_2(void)
1578
{}
1579
void Level3_4Menu_7Do_2(void)
1580 1581
{
    GUI_OftenShow_Display();
1582
    GUI_BG_User_Light2_Display(GUI_DISP_MODE_NORMAL);
1583
}
1584
void Level3_4Menu_7Exit_2(void)
1585 1586
{}

hu's avatar
hu committed
1587
/*----三级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
1588
/*LDWS 警报演示*/
hu's avatar
hu committed
1589
void Level3_5Menu_1Enter(void)
hu's avatar
hu committed
1590 1591 1592
{
    Common_Set_LDWS_Flag_Sta(0u);
}
hu's avatar
hu committed
1593 1594
void Level3_5Menu_1Do(void)
{
1595 1596 1597 1598 1599
    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
1600 1601 1602 1603 1604 1605

    if (Common_Get_LDWS_Flag_Sta() == 6u)
    {
        NextMenu(MenuOptTab[bCurMenuIDX].VK_IDX_EXIT);
        Common_Set_LDWS_Flag_Sta(0u);
    }
hu's avatar
hu committed
1606 1607
}
void Level3_5Menu_1Exit(void)
hu's avatar
hu committed
1608
{}
hu's avatar
hu committed
1609

hu's avatar
hu committed
1610
/*----三级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
1611
/*AEBS第1警报演示*/
hu's avatar
hu committed
1612
void Level3_5Menu_2Enter(void)
hu's avatar
hu committed
1613 1614 1615
{
    Common_Set_LDWS_Flag_Sta(0u);
}
hu's avatar
hu committed
1616 1617
void Level3_5Menu_2Do(void)
{
1618 1619 1620
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_AEBS_Test1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1621 1622 1623 1624 1625 1626

    if (Common_Get_LDWS_Flag_Sta() == 6u)
    {
        NextMenu(MenuOptTab[bCurMenuIDX].VK_IDX_EXIT);
        Common_Set_LDWS_Flag_Sta(0u);
    }
hu's avatar
hu committed
1627 1628
}
void Level3_5Menu_2Exit(void)
hu's avatar
hu committed
1629
{}
hu's avatar
hu committed
1630

hu's avatar
hu committed
1631
/*----三级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
1632
/*AEBS第2警报演示*/
hu's avatar
hu committed
1633
void Level3_5Menu_3Enter(void)
hu's avatar
hu committed
1634 1635 1636
{
    Common_Set_LDWS_Flag_Sta(0u);
}
hu's avatar
hu committed
1637 1638
void Level3_5Menu_3Do(void)
{
1639 1640 1641
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_AEBS_Test2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1642 1643 1644 1645 1646 1647

    if (Common_Get_LDWS_Flag_Sta() == 6u)
    {
        NextMenu(MenuOptTab[bCurMenuIDX].VK_IDX_EXIT);
        Common_Set_LDWS_Flag_Sta(0u);
    }
hu's avatar
hu committed
1648 1649
}
void Level3_5Menu_3Exit(void)
hu's avatar
hu committed
1650
{}
hu's avatar
hu committed
1651

hu's avatar
hu committed
1652
/*----三级菜单----系统演示----系列子菜单*/
hu's avatar
hu committed
1653
/*AEBS全力制动警报演示*/
hu's avatar
hu committed
1654
void Level3_5Menu_4Enter(void)
hu's avatar
hu committed
1655 1656 1657
{
    Common_Set_LDWS_Flag_Sta(0u);
}
hu's avatar
hu committed
1658 1659
void Level3_5Menu_4Do(void)
{
1660 1661 1662
    GUI_OftenShow_Display();
    GUI_Dynamic_DIsplay();
    GUI_AEBS_Test3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1663 1664 1665 1666 1667 1668

    if (Common_Get_LDWS_Flag_Sta() == 6u)
    {
        NextMenu(MenuOptTab[bCurMenuIDX].VK_IDX_EXIT);
        Common_Set_LDWS_Flag_Sta(0u);
    }
hu's avatar
hu committed
1669 1670
}
void Level3_5Menu_4Exit(void)
hu's avatar
hu committed
1671
{}
hu's avatar
hu committed
1672

hu's avatar
hu committed
1673
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1674
/*速度设定-高速路子菜单*/
hu's avatar
hu committed
1675
void Level4_4Menu_1Enter(void)
hu's avatar
hu committed
1676 1677 1678
{
    User_set_Num.User_Gsl = User_App.User_Gsl ;
}
hu's avatar
hu committed
1679 1680
void Level4_4Menu_1Do(void)
{
hu's avatar
hu committed
1681 1682
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1683
    GUI_BG_UserSet_SYSD_GSL_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1684 1685
}
void Level4_4Menu_1Exit(void)
hu's avatar
hu committed
1686 1687 1688 1689 1690 1691 1692 1693
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_Gsl = User_set_Num.User_Gsl ;

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

hu's avatar
hu committed
1695
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1696
/*速度设定-一般路子菜单*/
hu's avatar
hu committed
1697
void Level4_4Menu_2Enter(void)
hu's avatar
hu committed
1698 1699 1700
{
    User_set_Num.User_Ybl = User_App.User_Ybl ;
}
hu's avatar
hu committed
1701 1702
void Level4_4Menu_2Do(void)
{
hu's avatar
hu committed
1703 1704
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1705
    GUI_BG_UserSet_SYSD_Ybl_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1706 1707
}
void Level4_4Menu_2Exit(void)
hu's avatar
hu committed
1708 1709 1710 1711 1712 1713 1714 1715
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_Ybl = User_set_Num.User_Ybl ;

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

hu's avatar
hu committed
1717
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1718
/*发动机转速设定子菜单*/
hu's avatar
hu committed
1719
void Level4_4Menu_3Enter(void)
hu's avatar
hu committed
1720 1721 1722
{
    User_set_Num.User_Speed = User_App.User_Speed ;
}
hu's avatar
hu committed
1723 1724
void Level4_4Menu_3Do(void)
{
hu's avatar
hu committed
1725 1726
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1727
    GUI_BG_UserSet_SYSD_Speed_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1728 1729
}
void Level4_4Menu_3Exit(void)
hu's avatar
hu committed
1730 1731 1732 1733 1734 1735 1736 1737
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_Speed = User_set_Num.User_Speed ;

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

hu's avatar
hu committed
1739
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1740
/*急加速设定子菜单*/
hu's avatar
hu committed
1741
void Level4_4Menu_4Enter(void)
hu's avatar
hu committed
1742 1743 1744
{
    User_set_Num.User_JADD = User_App.User_JADD ;
}
hu's avatar
hu committed
1745 1746
void Level4_4Menu_4Do(void)
{
hu's avatar
hu committed
1747 1748
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1749
    GUI_BG_UserSet_SYSD_JADD_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1750 1751
}
void Level4_4Menu_4Exit(void)
hu's avatar
hu committed
1752 1753 1754 1755 1756 1757 1758 1759
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_JADD = User_set_Num.User_JADD ;

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

hu's avatar
hu committed
1761
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1762
/*急减速子菜单*/
hu's avatar
hu committed
1763
void Level4_4Menu_5Enter(void)
hu's avatar
hu committed
1764 1765 1766
{
    User_set_Num.User_JSUB = User_App.User_JSUB ;
}
hu's avatar
hu committed
1767 1768
void Level4_4Menu_5Do(void)
{
hu's avatar
hu committed
1769 1770
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1771
    GUI_BG_UserSet_SYSD_JSUB_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1772 1773
}
void Level4_4Menu_5Exit(void)
hu's avatar
hu committed
1774 1775 1776 1777 1778 1779 1780
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_JSUB = User_set_Num.User_JSUB ;
        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1781

hu's avatar
hu committed
1782
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1783
/*长时间怠速设定子菜单*/
hu's avatar
hu committed
1784
void Level4_4Menu_6Enter(void)
hu's avatar
hu committed
1785 1786 1787
{
    User_set_Num.User_IDLING = User_App.User_IDLING ;
}
hu's avatar
hu committed
1788 1789
void Level4_4Menu_6Do(void)
{
hu's avatar
hu committed
1790 1791
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1792
    GUI_BG_UserSet_SYSD_IDLING_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1793 1794
}
void Level4_4Menu_6Exit(void)
hu's avatar
hu committed
1795 1796 1797 1798 1799 1800 1801
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_IDLING = User_set_Num.User_IDLING ;
        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1802

hu's avatar
hu committed
1803
/*----四级菜单----省油建议设定----系列子菜单*/
hu's avatar
hu committed
1804
/*辅助驻车解除设定*/
hu's avatar
hu committed
1805
void Level4_4Menu_7Enter(void)
hu's avatar
hu committed
1806 1807 1808
{
    User_set_Num.User_Parking = User_App.User_Parking ;
}
hu's avatar
hu committed
1809 1810
void Level4_4Menu_7Do(void)
{
hu's avatar
hu committed
1811 1812
    GUI_OftenShow_Display();
    GUI_BG_UserSet_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1813
    GUI_BG_UserSet_SYSD_Parking_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1814 1815
}
void Level4_4Menu_7Exit(void)
hu's avatar
hu committed
1816 1817 1818 1819 1820 1821 1822
{
    if (MenuFlag.Menu_Return)
    {
        User_App.User_Parking = User_set_Num.User_Parking ;
        MenuFlag.Menu_Return = 0;
    }
}
hu's avatar
hu committed
1823

hu's avatar
hu committed
1824
/*----Enter----*/
hu's avatar
hu committed
1825
void Level_Enter_Menu_Enter(void)
hu's avatar
hu committed
1826
{}
hu's avatar
hu committed
1827 1828
void Level_Enter_Menu_Do(void)
{
hu's avatar
hu committed
1829
    GUI_BG_Enter_Return_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839
}
void Level_Enter_Menu_Exit(void)
{
    if (MenuFlag.Menu_Return)
    {
        State_Flag.ENTER_RETURN = 1;
        MenuFlag.Menu_Return = 0;
    }
}

hu's avatar
hu committed
1840
/*----Return----*/
hu's avatar
hu committed
1841
void Level_Return_Menu_Enter(void)
hu's avatar
hu committed
1842
{}
hu's avatar
hu committed
1843 1844
void Level_Return_Menu_Do(void)
{
hu's avatar
hu committed
1845
    GUI_BG_Enter_Return_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859
    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
1860 1861
}

hu's avatar
hu committed
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872
/*OFF档运行时间显示*/
void LevelMenuOFF_Enter(void)
{}
void LevelMenuOFF_Do(void)
{
    GUI_OftenShowOFF_Display();
    GUI_Time_OilTemp_OFF_Display(GUI_DISP_MODE_NORMAL);
}
void LevelMenuOFF_Exit(void)
{}

hu's avatar
hu committed
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883
/*自检*/
void LevelMenuTest_Enter(void)
{}
void LevelMenuTest_Do(void)
{
    GUI_OftenShowOFF_Display();
    GUI_Test_Display(GUI_DISP_MODE_NORMAL);
}
void LevelMenuTest_Exit(void)
{}

hu's avatar
hu committed
1884
/*----工厂模式----*/
hu's avatar
hu committed
1885 1886 1887 1888 1889 1890
/*----工厂模式----MENU----*/
void LevelF0Menu_1Enter(void)
{}
void LevelF0Menu_1Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
1891
    GUI_FacMenu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
1892 1893 1894 1895
}
void LevelF0Menu_1Exit(void)
{}

hu's avatar
hu committed
1896 1897
/*----工厂模式----DTC显示-----*/
void LevelF1Menu_1Enter(void)
hu's avatar
hu committed
1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918
{
    //03 19 02 0C 55 55 55 55
    _CAN_Msg canMag;

    canMag.MsgID  = 0x7E0u;
    canMag.MsgDLC = 8u;
    canMag.MsgPro = 0u;
    canMag.MsgStd = 0u;
    canMag.MsgRTR = 0u;

    canMag.Msg[0u] = 0x03u;
    canMag.Msg[1u] = 0x19u;
    canMag.Msg[2u] = 0x02u;
    canMag.Msg[3u] = 0x0Cu;
    canMag.Msg[4u] = 0x55u;
    canMag.Msg[5u] = 0x55u;
    canMag.Msg[6u] = 0x55u;
    canMag.Msg[7u] = 0x55u;

    Can_Write(&canMag);
}
hu's avatar
hu committed
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990
void LevelF1Menu_1Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_FacMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_FacMenu1_Display(GUI_DISP_MODE_NORMAL);
}
void LevelF1Menu_1Exit(void)
{}

/*----工厂模式----DTC清除-----*/
void LevelF1Menu_2Enter(void)
{}
void LevelF1Menu_2Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_FacMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_FacMenu2_Display(GUI_DISP_MODE_NORMAL);
}
void LevelF1Menu_2Exit(void)
{}

/*----工厂模式----仪表设定显示-----*/
void LevelF1Menu_3Enter(void)
{}
void LevelF1Menu_3Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_FacMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_FacMenu3_Display(GUI_DISP_MODE_NORMAL);
}
void LevelF1Menu_3Exit(void)
{}

/*----工厂模式----D暂时通常模式-----*/
void LevelF1Menu_4Enter(void)
{}
void LevelF1Menu_4Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_FacMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_FacMenu4_Display(GUI_DISP_MODE_NORMAL);
}
void LevelF1Menu_4Exit(void)
{}

/*----工厂模式----结束工厂模式-----*/
void LevelF1Menu_5Enter(void)
{}
void LevelF1Menu_5Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_FacMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_FacMenu5_Display(GUI_DISP_MODE_NORMAL);
}
void LevelF1Menu_5Exit(void)
{}

/*----工厂模式----HID自动水平初始化-----*/
void LevelF1Menu_6Enter(void)
{}
void LevelF1Menu_6Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_FacMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_FacMenu6_Display(GUI_DISP_MODE_NORMAL);
}
void LevelF1Menu_6Exit(void)
{}

/**/
/*----工厂模式----DTC显示----发动机故障*-----*/
void LevelF1_1Menu_1Enter(void)
hu's avatar
hu committed
1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013
{
    //03 19 02 0C 55 55 55 55
    _CAN_Msg canMag;

    canMag.MsgID  = 0x7E0u;
    canMag.MsgDLC = 8u;
    canMag.MsgPro = 0u;
    canMag.MsgStd = 0u;
    canMag.MsgRTR = 0u;

    canMag.Msg[0u] = 0x03u;
    canMag.Msg[1u] = 0x19u;
    canMag.Msg[2u] = 0x02u;
    canMag.Msg[3u] = 0x0Cu;
    canMag.Msg[4u] = 0x55u;
    canMag.Msg[5u] = 0x55u;
    canMag.Msg[6u] = 0x55u;
    canMag.Msg[7u] = 0x55u;

    Can_Write(&canMag);

    Menu_DTC_DisTime = 20u;
}
hu's avatar
hu committed
2014 2015
void LevelF1_1Menu_1Do(void)
{
hu's avatar
hu committed
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031
    uint8_t DTCNumDis = 0x00u;

    if (Menu_DTC_DisTime != 0x00u)
    {
        Menu_DTC_DisTime--;
    }

    if (Menu_DTC_DisTime == 0u)
    {
        DTCNumDis = 1u;
    }
    else
    {
        DTCNumDis = 0u;
    }

hu's avatar
hu committed
2032
    GUI_OftenShow_Display();
hu's avatar
hu committed
2033 2034 2035 2036 2037 2038 2039 2040 2041 2042

    if (DTCNumDis == 1u) /*计时*/
    {
        GUI_Display_DTC_Server();
        //GUI_BG_DTCEngine_Display(GUI_DISP_MODE_NORMAL);
    }
    else /*故障码读取中*/
    {
        GUI_BG_DTCReading_Display(GUI_DISP_MODE_NORMAL);
    }
hu's avatar
hu committed
2043 2044 2045 2046 2047 2048 2049 2050 2051 2052
}
void LevelF1_1Menu_1Exit(void)
{}

/*----工厂模式----DTC显示----SCR系统故障*-----*/
void LevelF1_1Menu_2Enter(void)
{}
void LevelF1_1Menu_2Do(void)
{
    GUI_OftenShow_Display();
2053
    GUI_BG_DTCSCR_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2054 2055 2056 2057
}
void LevelF1_1Menu_2Exit(void)
{}

2058
/*----工厂模式----DTC显示----AMT故障*-----*/
hu's avatar
hu committed
2059 2060 2061 2062 2063
void LevelF1_1Menu_3Enter(void)
{}
void LevelF1_1Menu_3Do(void)
{
    GUI_OftenShow_Display();
2064
    GUI_BG_DTCAMT_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076
}
void LevelF1_1Menu_3Exit(void)
{}

/*----工厂模式----DTC显示----仪表故障*-----*/
void LevelF1_1Menu_4Enter(void)
{}
void LevelF1_1Menu_4Do(void)
{
    GUI_OftenShow_Display();
}
void LevelF1_1Menu_4Exit(void)
hu's avatar
hu committed
2077 2078
{}

hu's avatar
hu committed
2079
/*----工厂模式----DTC清除1----所有DTC全部清除-----*/
hu's avatar
hu committed
2080 2081 2082 2083 2084
void LevelF1_2Menu_1Enter(void)
{}
void LevelF1_2Menu_1Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2085
    GUI_BG_FacDTCClear1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2086 2087 2088 2089
}
void LevelF1_2Menu_1Exit(void)
{}

hu's avatar
hu committed
2090
/*----工厂模式----DTC清除2----清除DTC全部-----*/
hu's avatar
hu committed
2091 2092 2093 2094 2095
void LevelF1_2Menu_2Enter(void)
{}
void LevelF1_2Menu_2Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2096
    GUI_BG_FacDTCClear2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2097 2098 2099 2100
}
void LevelF1_2Menu_2Exit(void)
{}

hu's avatar
hu committed
2101 2102
/*----工厂模式----DTC清除3----清除DTC全部-----*/
void LevelF1_2Menu_3Enter(void)
hu's avatar
hu committed
2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121
{
    _CAN_Msg canMag;

    canMag.MsgID  = 0x7E0u;
    canMag.MsgDLC = 8u;
    canMag.MsgPro = 0u;
    canMag.MsgStd = 0u;
    canMag.MsgRTR = 0u;

    canMag.Msg[0u] = 0x04u;
    canMag.Msg[1u] = 0x14u;
    canMag.Msg[2u] = 0xFFu;
    canMag.Msg[3u] = 0xFFu;
    canMag.Msg[4u] = 0xFFu;
    canMag.Msg[5u] = 0x55u;
    canMag.Msg[6u] = 0x55u;
    canMag.Msg[7u] = 0x55u;

    Can_Write(&canMag);
2122 2123

    Common_Set_LDWS_Flag_Sta(7);
hu's avatar
hu committed
2124
}
hu's avatar
hu committed
2125 2126 2127
void LevelF1_2Menu_3Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138

    if (Common_Get_Menu_FacDea_Time_Sta() < 1500u)
    {
        GUI_BG_FacDTCClear3_Display(GUI_DISP_MODE_NORMAL);
    }
    else
    {
        Common_Set_Menu_FacDea_Time_Sta(0u);
        NextMenu(_FAC_DSP_LEVEL1_2MENU_4);
        bCurMenuIDX = _FAC_DSP_LEVEL1_2MENU_4;
    }
hu's avatar
hu committed
2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153
}
void LevelF1_2Menu_3Exit(void)
{}

/*----工厂模式----DTC清除4----清除DTC全部-----*/
void LevelF1_2Menu_4Enter(void)
{}
void LevelF1_2Menu_4Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_FacDTCClear4_Display(GUI_DISP_MODE_NORMAL);
}
void LevelF1_2Menu_4Exit(void)
{}

hu's avatar
hu committed
2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170
/*----工厂模式----仪表设定显示----L0-7 H2-A-----*/
void LevelF1_3Menu_1Enter(void)
{}
void LevelF1_3Menu_1Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_FacMeter_Display(GUI_DISP_MODE_NORMAL);
}
void LevelF1_3Menu_1Exit(void)
{}

/*----工厂模式----仪表设定显示----L8-F H2-A-----*/
void LevelF1_3Menu_2Enter(void)
{}
void LevelF1_3Menu_2Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2171
    GUI_BG_FacMeter_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2172 2173
}
void LevelF1_3Menu_2Exit(void)
hu's avatar
hu committed
2174 2175
{}

2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197
/*----工厂模式---- HID自动标准初始化1----*/
void LevelF1_6Menu_1Enter(void)
{}
void LevelF1_6Menu_1Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_FacHIDAutoInit1_Display(GUI_DISP_MODE_NORMAL);
}
void LevelF1_6Menu_1Exit(void)
{}

/*----工厂模式---- HID自动标准初始化2----*/
void LevelF1_6Menu_2Enter(void)
{}
void LevelF1_6Menu_2Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_FacHIDAutoInit2_Display(GUI_DISP_MODE_NORMAL);
}
void LevelF1_6Menu_2Exit(void)
{}

hu's avatar
hu committed
2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208
/*----工厂模式----是否结束工厂模式-----*/
void LevelF2_5Menu_1Enter(void)
{}
void LevelF2_5Menu_1Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_FacMeterExit_Display(GUI_DISP_MODE_NORMAL);
}
void LevelF2_5Menu_1Exit(void)
{}

hu's avatar
hu committed
2209 2210 2211 2212 2213 2214 2215
/*----经销商模式----*/
/*----经销商模式----MENU----*/
void LevelD0Menu_1Enter(void)
{}
void LevelD0Menu_1Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2216
    GUI_DeaMenu_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2217 2218 2219 2220
}
void LevelD0Menu_1Exit(void)
{}

hu's avatar
hu committed
2221 2222
/*----经销商模式----DTC显示----*/
void LevelD1Menu_1Enter(void)
hu's avatar
hu committed
2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243
{
    //03 19 02 0C 55 55 55 55
    _CAN_Msg canMag;

    canMag.MsgID  = 0x7E0u;
    canMag.MsgDLC = 8u;
    canMag.MsgPro = 0u;
    canMag.MsgStd = 0u;
    canMag.MsgRTR = 0u;

    canMag.Msg[0u] = 0x03u;
    canMag.Msg[1u] = 0x19u;
    canMag.Msg[2u] = 0x02u;
    canMag.Msg[3u] = 0x0Cu;
    canMag.Msg[4u] = 0x55u;
    canMag.Msg[5u] = 0x55u;
    canMag.Msg[6u] = 0x55u;
    canMag.Msg[7u] = 0x55u;

    Can_Write(&canMag);
}
hu's avatar
hu committed
2244 2245 2246
void LevelD1Menu_1Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2247 2248
    GUI_BG_DeaMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DeaMenu1_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2249 2250 2251 2252 2253 2254 2255 2256 2257 2258
}
void LevelD1Menu_1Exit(void)
{}

/*----经销商模式----DTC清除----*/
void LevelD1Menu_2Enter(void)
{}
void LevelD1Menu_2Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2259 2260
    GUI_BG_DeaMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DeaMenu2_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2261 2262 2263 2264 2265 2266 2267 2268 2269 2270
}
void LevelD1Menu_2Exit(void)
{}

/*----经销商模式----仪表设定显示----*/
void LevelD1Menu_3Enter(void)
{}
void LevelD1Menu_3Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2271 2272
    GUI_BG_DeaMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DeaMenu3_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2273 2274 2275 2276 2277 2278 2279 2280 2281 2282
}
void LevelD1Menu_3Exit(void)
{}

/*----经销商模式----一般,通常模式显示----*/
void LevelD1Menu_4Enter(void)
{}
void LevelD1Menu_4Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2283 2284
    GUI_BG_DeaMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DeaMenu4_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2285 2286 2287 2288 2289 2290 2291 2292 2293 2294
}
void LevelD1Menu_4Exit(void)
{}

/*----经销商模式----经销商模式结束----*/
void LevelD1Menu_5Enter(void)
{}
void LevelD1Menu_5Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2295 2296
    GUI_BG_DeaMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DeaMenu5_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306
}
void LevelD1Menu_5Exit(void)
{}

/*----经销商模式----HID自动水平初始化----*/
void LevelD1Menu_6Enter(void)
{}
void LevelD1Menu_6Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2307 2308
    GUI_BG_DeaMenu_Display(GUI_DISP_MODE_NORMAL);
    GUI_BG_DeaMenu6_Display(GUI_DISP_MODE_NORMAL);
hu's avatar
hu committed
2309 2310
}
void LevelD1Menu_6Exit(void)
hu's avatar
hu committed
2311 2312 2313 2314
{}

/*----经销商模式----DTC显示----*/
void LevelD1_1Menu_1Enter(void)
hu's avatar
hu committed
2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337
{
    //03 19 02 0C 55 55 55 55
    _CAN_Msg canMag;

    canMag.MsgID  = 0x7E0u;
    canMag.MsgDLC = 8u;
    canMag.MsgPro = 0u;
    canMag.MsgStd = 0u;
    canMag.MsgRTR = 0u;

    canMag.Msg[0u] = 0x03u;
    canMag.Msg[1u] = 0x19u;
    canMag.Msg[2u] = 0x02u;
    canMag.Msg[3u] = 0x0Cu;
    canMag.Msg[4u] = 0x55u;
    canMag.Msg[5u] = 0x55u;
    canMag.Msg[6u] = 0x55u;
    canMag.Msg[7u] = 0x55u;

    Can_Write(&canMag);

    Menu_DTC_DisTime = 20u;
}
hu's avatar
hu committed
2338 2339
void LevelD1_1Menu_1Do(void)
{
hu's avatar
hu committed
2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355
    uint8_t DTCNumDis = 0x00u;

    if (Menu_DTC_DisTime != 0x00u)
    {
        Menu_DTC_DisTime--;
    }

    if (Menu_DTC_DisTime == 0u)
    {
        DTCNumDis = 1u;
    }
    else
    {
        DTCNumDis = 0u;
    }

hu's avatar
hu committed
2356
    GUI_OftenShow_Display();
hu's avatar
hu committed
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366

    if (DTCNumDis == 1u) /*计时*/
    {
        GUI_Display_DTC_Server();
        //GUI_BG_DTCEngine_Display(GUI_DISP_MODE_NORMAL);
    }
    else /*故障码读取中*/
    {
        GUI_BG_DTCReading_Display(GUI_DISP_MODE_NORMAL);
    }
hu's avatar
hu committed
2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394
}
void LevelD1_1Menu_1Exit(void)
{}

/*----经销商模式----DTC清除1----*/
void LevelD1_2Menu_1Enter(void)
{}
void LevelD1_2Menu_1Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_DeaDTCClear1_Display(GUI_DISP_MODE_NORMAL);
}
void LevelD1_2Menu_1Exit(void)
{}

/*----经销商模式----DTC清除2----*/
void LevelD1_2Menu_2Enter(void)
{}
void LevelD1_2Menu_2Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_DeaDTCClear2_Display(GUI_DISP_MODE_NORMAL);
}
void LevelD1_2Menu_2Exit(void)
{}

/*----经销商模式----DTC清除3----*/
void LevelD1_2Menu_3Enter(void)
hu's avatar
hu committed
2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413
{
    _CAN_Msg canMag;

    canMag.MsgID  = 0x7E0u;
    canMag.MsgDLC = 8u;
    canMag.MsgPro = 0u;
    canMag.MsgStd = 0u;
    canMag.MsgRTR = 0u;

    canMag.Msg[0u] = 0x04u;
    canMag.Msg[1u] = 0x14u;
    canMag.Msg[2u] = 0xFFu;
    canMag.Msg[3u] = 0xFFu;
    canMag.Msg[4u] = 0xFFu;
    canMag.Msg[5u] = 0x55u;
    canMag.Msg[6u] = 0x55u;
    canMag.Msg[7u] = 0x55u;

    Can_Write(&canMag);
2414
    Common_Set_LDWS_Flag_Sta(7u);
hu's avatar
hu committed
2415
}
hu's avatar
hu committed
2416 2417 2418
void LevelD1_2Menu_3Do(void)
{
    GUI_OftenShow_Display();
hu's avatar
hu committed
2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429

    if (Common_Get_Menu_FacDea_Time_Sta() < 1500u)
    {
        GUI_BG_DeaDTCClear3_Display(GUI_DISP_MODE_NORMAL);
    }
    else
    {
        Common_Set_Menu_FacDea_Time_Sta(0u);
        NextMenu(_DEA_DSP_LEVEL1_2MENU_4);
        bCurMenuIDX = _DEA_DSP_LEVEL1_2MENU_4;
    }
hu's avatar
hu committed
2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464
}
void LevelD1_2Menu_3Exit(void)
{}

/*----经销商模式----DTC清除4----*/
void LevelD1_2Menu_4Enter(void)
{}
void LevelD1_2Menu_4Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_DeaDTCClear4_Display(GUI_DISP_MODE_NORMAL);
}
void LevelD1_2Menu_4Exit(void)
{}

/*----经销商模式----L0-7 H2-A----*/
void LevelD1_3Menu_1Enter(void)
{}
void LevelD1_3Menu_1Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_DeaMeter_Display(GUI_DISP_MODE_NORMAL);
}
void LevelD1_3Menu_1Exit(void)
{}

/*----经销商模式----L8-F H2-A*/
void LevelD1_3Menu_2Enter(void)
{}
void LevelD1_3Menu_2Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_DeaMeter_Display(GUI_DISP_MODE_NORMAL);
}
void LevelD1_3Menu_2Exit(void)
hu's avatar
hu committed
2465 2466
{}

2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488
/*----经销商模式----HID自动标准初始化1----*/
void LevelD1_6Menu_1Enter(void)
{}
void LevelD1_6Menu_1Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_DeaHIDAutoInit1_Display(GUI_DISP_MODE_NORMAL);
}
void LevelD1_6Menu_1Exit(void)
{}

/*----经销商模式----HID自动标准初始化2----*/
void LevelD1_6Menu_2Enter(void)
{}
void LevelD1_6Menu_2Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_DeaHIDAutoInit2_Display(GUI_DISP_MODE_NORMAL);
}
void LevelD1_6Menu_2Exit(void)
{}

hu's avatar
hu committed
2489 2490 2491 2492 2493 2494 2495 2496 2497
/*----经销商模式----结束经销商模式----*/
void LevelD2_5Menu_1Enter(void)
{}
void LevelD2_5Menu_1Do(void)
{
    GUI_OftenShow_Display();
    GUI_BG_DeaMeterExit_Display(GUI_DISP_MODE_NORMAL);
}
void LevelD2_5Menu_1Exit(void)
hu's avatar
hu committed
2498
{}