Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent


Ignore:
Timestamp:
12/13/12 15:36:36 (12 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent

    v7 v8  
    3030MNBD_EVENT(WtRcv)
    3131{
    32    if(IsGrossWtChanged(1))
     32   if(IsGrossWtChanged(nDev))
    3333   {
    34       DisplayText(0, 40, GetChangedGrossWt(1), 0, BIG_FONT);
     34      DisplayText(0, (FONT_HEIGHT * nDev), GetChangedGrossWt(nDev), 0, BIG_FONT);
    3535   }
    3636   return 0;