Changes between Version 56 and Version 57 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook


Ignore:
Timestamp:
04/04/25 12:48:11 (2 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook

    v56 v57  
    168168
    169169For example ShowGTN cut and pasted from the main cpp and made a member function may look like this:
    170 {{{
     170{{{#!c++
    171171void CWeighingScreen::ShowGTN(void)
    172172{
     
    178178        DisplayText(TARE_LBL_X, TARE_WT_Y, LANG(STR_TARE_LABEL), 0, BIG_FONT);
    179179        DisplayText(NET_LBL_X, NET_WT_Y, LANG(STR_NET_LABEL), 0, BIG_FONT);
     180    }
    180181}
    181182}}}