Acknowledged

SDK 4.2.4 (and above) renders simple data field incorrectly in simulator for old devices (e.g. FR235)

Recreation procedure:

1) create simple data field project from template in VS Code (no code changes necessary)

2) add fr235, fr245 as products

3) select SDK 4.2.4 or higher (6.2.0, 6.2.1, 6.2.2)

4) run app in sim for fr235, observe that output is corrupt. Instead of showing "My Label" and 0.0 as the code suggests, the simulator instead shows a large deformed rectangle (screenshot will be posted in a comment). Copy the PRG generated from this build to a safe place with a different filename

5) run app in sim for fr245 and observe that output is correct.

6) Compare the PRG for step 4 and step 5 and note that the contents are identical

7) select SDK 4.2.3 and run app in sim for fr235 again. Note that the output is now correct