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

🐞 fix:禁止二维码在主界面出现

parent 5bdf3f23
......@@ -4924,6 +4924,14 @@ uint8_t VechileSpeed = 0;
uint16_t KL30_VOLTAGE_Value = 0;
void AMT630H_GUI_BACKGRAND()
{
DISPLAY_NUM_ST DisplayNumPara;
PicObj.qr_logo_id = 0;//Pic_0234 小数字9 EA
PicObj.main_pic_id = Pic_0632; //转速红12
PicObj.qr_pic_id = Pic_0411;//请使用猎变APP扫码连接
PicObj.update_pic_id = Pic_0233;//小数字8 E9
PicObj.second_menu = 0;
PicObj.navigation_task_id = Pic_0411;//红色小e 19B
PackedTransfer_DisplayPhoneMirrorQRcode(0, PicObj);
/*背景图*/
if(g_u8Display_Mode == ModeDAY)
{
......
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