Commit fe6c0b86 authored by 张金硕's avatar 张金硕

feat:11月24号绥化需要的展示程序

parent d0dea94e
...@@ -596,7 +596,23 @@ void BackLight_Process(void) ...@@ -596,7 +596,23 @@ void BackLight_Process(void)
} }
/* 数据处理,包括NTC功能 */ /* 数据处理,包括NTC功能 */
BackLight_Get_curDuty(); BackLight_Get_curDuty();
if(AMT630H_Animation_Finish_Flage()==0)
{
TimerM_PWM_set_duty(TIMERM_COUNTER1, TIMERM_CHB, g_stBL.u16TftcurDuty); TimerM_PWM_set_duty(TIMERM_COUNTER1, TIMERM_CHB, g_stBL.u16TftcurDuty);
}
else
{
if(demoshowigflag)
{
TimerM_PWM_set_duty(TIMERM_COUNTER1, TIMERM_CHB, 800);
}
else
{
TimerM_PWM_set_duty(TIMERM_COUNTER1, TIMERM_CHB, 0);
}
}
// if(Menu_Item_Select_Get(MENU_ITEM_SELECT_AUTO)) // if(Menu_Item_Select_Get(MENU_ITEM_SELECT_AUTO))
// { // {
// uint16_t u16TftPwmBackShow = g_stBL.u16TftcurDuty ; // uint16_t u16TftPwmBackShow = g_stBL.u16TftcurDuty ;
......
...@@ -18,7 +18,7 @@ typedef struct __attribute__((aligned(4))) ...@@ -18,7 +18,7 @@ typedef struct __attribute__((aligned(4)))
uint8_t Result; uint8_t Result;
}s_AMT630H_FlashCheck_t; }s_AMT630H_FlashCheck_t;
#define AMT630H_REFRESH_TIME 70U #define AMT630H_REFRESH_TIME 50U
#define AMT630H_ANIMATION_TIME 4000U //ms #define AMT630H_ANIMATION_TIME 4000U //ms
#define AMT630H_ANIMATION_PIC_NUM 77U #define AMT630H_ANIMATION_PIC_NUM 77U
......
...@@ -50,7 +50,11 @@ typedef enum ...@@ -50,7 +50,11 @@ typedef enum
}_g_u8UnitSetting; }_g_u8UnitSetting;
#define AMT630H_Slow_Times 1U #define AMT630H_Slow_Times 1U
#define AMT630H_Slow_Time_Times 2U #define AMT630H_Slow_Time_Times 4U
#define AMT630H_Slow_ODO_Times 4U
#define AMT630H_Slow_Espeed_Times 10U
#define AMT630H_Slow_Fule_Times 10U
#define AMT630H_1s_Times 20U
extern void AMT630H_GUI_DisplayProc(void); extern void AMT630H_GUI_DisplayProc(void);
extern void AMT630H_GUI_Background(void); extern void AMT630H_GUI_Background(void);
extern uint8_t GET_Backlight(void); extern uint8_t GET_Backlight(void);
...@@ -66,7 +70,7 @@ extern uint8_t g_u8SelfCheck; ...@@ -66,7 +70,7 @@ extern uint8_t g_u8SelfCheck;
extern uint8_t VechileSpeed_time; extern uint8_t VechileSpeed_time;
extern uint8_t demoshowigflag;
......
#new Option #new Option
#Mon Nov 11 18:37:13 CST 2024 #Tue Dec 24 16:34:08 CST 2024
IsSort=true IsSort=true
MergeFlashIsCompression=false MergeFlashIsCompression=false
ChangeAppFilePath= ChangeAppFilePath=
...@@ -56,7 +56,7 @@ IsHexDisplay=true ...@@ -56,7 +56,7 @@ IsHexDisplay=true
MergeLineInXLSPath= MergeLineInXLSPath=
MergeFlashInPutFilePath= MergeFlashInPutFilePath=
MergeFlashIsInternal=false MergeFlashIsInternal=false
MergeOutPutFilePath=D\:\\\u9879\u76EE\\\u8C6A\u8FDB\\haojin750TFT\\srec-shuo\\srec-11.11 MergeOutPutFilePath=D\:\\\u9879\u76EE\\\u8C6A\u8FDB\\haojin750TFT\\srec-shuo\\srec-\u7EE5\u5316\u9700\u8981\u7684\u5C55\u793A\u7A0B\u5E8F
MergeAppFilePath=D\:\\git\\haojin750tft\\Firmware\\Project\\Cmsemicon\\BAT32A279\\MDK_ARM\\Objects\\HaoJin750TFT.hex MergeAppFilePath=D\:\\git\\haojin750tft\\Firmware\\Project\\Cmsemicon\\BAT32A279\\MDK_ARM\\Objects\\HaoJin750TFT.hex
MergeTelltalesXLSPath= MergeTelltalesXLSPath=
FillingByte=-86 FillingByte=-86
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment