Changes between Version 56 and Version 57 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
- Timestamp:
- 04/04/25 12:48:11 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
v56 v57 168 168 169 169 For example ShowGTN cut and pasted from the main cpp and made a member function may look like this: 170 {{{ 170 {{{#!c++ 171 171 void CWeighingScreen::ShowGTN(void) 172 172 { … … 178 178 DisplayText(TARE_LBL_X, TARE_WT_Y, LANG(STR_TARE_LABEL), 0, BIG_FONT); 179 179 DisplayText(NET_LBL_X, NET_WT_Y, LANG(STR_NET_LABEL), 0, BIG_FONT); 180 } 180 181 } 181 182 }}}