Changes between Version 15 and Version 16 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight
- Timestamp:
- 02/25/20 16:55:48 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight
v15 v16 97 97 { 98 98 int n; 99 int y = FONT_HEIGHT; 99 100 for(n = 1; n <= GetNumScales(); n++) 100 101 { 101 102 if(IsGrossWtChanged(n)) 102 103 { 103 DisplayText( 0, (FONT_HEIGHT * n) + FONT_HEIGHT, GetChangedGrossWt(n));104 DisplayText((FONT_WIDTH * 10), y, GetChangedGrossWt(n), 0, BIG_FONT); 104 105 } 106 y += (FONT_HEIGHT * 2); 105 107 } 106 108 return 0;