Hi Omar,
first of all, the sample on your photo seems not same that is on SDK_2_10_0_EVKB-IMXRT1050 I have downloaded from

About your questions:
- my EVK board is right configured, note that when I tried with QT example this is working well.
- the issue is on all display examples
- no change made on SDK examples, I only build it and download into my EVK board.
- I'm using on-board debugger
In addition, the serial log shows that sample seems start, but it stops into while error.
The same issue you can find in this topic https://community.nxp.com/t5/i-MX-RT/Touch-panel-not-work/m-p/1370755/highlight/false#M17117
In any case, I think I have found the issue.
As on i.MX RT1050 Processor Reference Manual, page 998-999, here below the GPIO registers allowed on RT1050 family

but on evkbimxrt1050_ew_gui_smart_thermostat from SDK_2_10_0_EVKB-IMXRT1050, the IGPIO module is configured to use CLR, SET and TOGGLE register (instead of directly DR register)

I see that GPIO library is provided for both method

I tried to modify the IGPIO module configuration

and now Termo and all Display examples are working

What you think about?
Thanks for your help
Abele