Changes between Version 18 and Version 19 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook


Ignore:
Timestamp:
02/08/24 14:58:36 (10 months ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v18 v19  
    771. If it has not been done yet create 825gen2 build configurations for the project: Debug-ARM825, Release-ARM825, (See [wiki:UpdatingLegacyApps Updating Legacy Apps]) and Debug-ARM825-SIM (See  [wiki:Simulating825gen2 Simulating 825gen2 Apps]).
    88
    9 2. Copy the files apphelpers.cpp, apphelpers.h, and appinfo.h from one of the new standard projects such as ID storage into the project to update.
    10 
    11 3. Copy code for main screen features such as below:
     92. Copy the files apphelpers.cpp, apphelpers.h, and appinfo.h from one of the new standard projects such as ID storage into the project to update. Changes to these files might be needed. For example, if different fonts or font sizes are desired these are specified in apphelpers.cpp.
     10
     113. Copy code for main screen code below from a standard app such as ID storage. It is likely changes will need to be made to this code to suit the particular application.
    1212
    1313{{{