Changes between Version 15 and Version 16 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight


Ignore:
Timestamp:
02/25/20 16:55:48 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v15 v16  
    9797{
    9898        int n;
     99        int y = FONT_HEIGHT;
    99100        for(n = 1; n <= GetNumScales(); n++)
    100101        {
    101102                if(IsGrossWtChanged(n))
    102103                {
    103                         DisplayText(0, (FONT_HEIGHT * n) + FONT_HEIGHT, GetChangedGrossWt(n));
     104                        DisplayText((FONT_WIDTH * 10), y, GetChangedGrossWt(n), 0, BIG_FONT);
    104105                }
     106                y += (FONT_HEIGHT * 2);
    105107        }
    106108        return 0;