Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent
- Timestamp:
- 12/13/12 15:36:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent
v7 v8 30 30 MNBD_EVENT(WtRcv) 31 31 { 32 if(IsGrossWtChanged( 1))32 if(IsGrossWtChanged(nDev)) 33 33 { 34 DisplayText(0, 40, GetChangedGrossWt(1), 0, BIG_FONT);34 DisplayText(0, (FONT_HEIGHT * nDev), GetChangedGrossWt(nDev), 0, BIG_FONT); 35 35 } 36 36 return 0;