|
发表于 2017-7-25 02:38:34
|
显示全部楼层
本帖最后由 flagmax 于 2017-7-25 02:54 编辑
Thank you! IAR EWARM 6.40 gives me identical hex like yours
- case XN_TYPE: // 刷新显示游标型式
- SetColor(GRY, TCOLOR[XN]);
- // DispStr(S_X[TIM_BASE]+24, 224, PRN, " ");
- if(i == TIM_BASE)DispStr(S_X[i], 224, PRN, ptr);
- if(i == FIT_BASE)DispStr(S_X[i], 224, SYMB, ptr);
- if(i == SMPL_DPTH){
- DispStr(232, 2, PRN, "SmplDpth:");
- DispStr(304, 2, PRN, (u8*)&D[List[SMPL_DPTH].Val]);
- }
- ShowView(List[VIEWPOSI].Val, List[SMPL_DPTH].Val);
- ParamTab[T0x1] = 2 + Presampling - List[VIEWPOSI].Val;
- ParamTab[T0F] &= ~D_HID;
- ParamTab[T1F] &= ~D_HID;
- ParamTab[T1F] &= ~D_HID;
复制代码
Is this ok or mistake ? Inside Menu.c I see 2 same lines ParamTab[T1F] &= ~D_HID; Maybe you want 2nd line to be ParamTab[T2F] &= ~D_HID; ?
I am trying fix Hide-Tri to cycle ON/OFF with 1 key like Right or Left. Currently in v4.32, Hide-Tri is Right = OFF and Left = ON
* Need also to fix the [Xn] [Hide_Tn_], it blinks lines but should only blink triangles on edge like the correctly blink [Yn] [Hide_Vn_].
|
|