Skip to main content
BDaki.1
Associate II
May 30, 2022
Solved

Hi. I have a ETEMB050013XDHAL display programed with program I made with TouchGFX. It enters in "Sleep Mode" after 180 seconds. I would like to know (in which file) I can adjust this time? Sorry I am new, so need help. Thanks in advance.

  • May 30, 2022
  • 3 replies
  • 1551 views

..

This topic has been closed for replies.
Best answer by BDaki.1

Solved.

I found in Vendor's Driver file "edt_f7xx_lcd.c", variable "Sleep_Time".

It was 180. I changed it to 600, and I have 10 minutes delayed sleep mode.

Thank You Yoann.

3 replies

Yoann KLEIN
ST Employee
May 31, 2022

Hello @BDaki.1​ ,

It's quite hard to help you without more details.

Can you share you project so we can take a look, and explain what does exactly your "program" do, and how it works ?

Thanks,

/Yoann

Yoann KLEINST Software Developer | TouchGFX
BDaki.1
BDaki.1Author
Associate II
May 31, 2022

Dear Yoann,

thank You for Your answer.

regardless of my code, the display enters in sleep mode.

When I program a display with an example from TouchGFX, I think it's called "Understanding MVP", the same thing happens. After exactly 180 seconds, the display enters in sleep mode. After touching, the screen that was current before sleep mode is displayed again.

Since this happens regardless of the code, I believe it needs to be set in the Vendor's files, but I don't know where.

Sleep mode is very useful, but I need longer time.

Thank You again.

Yoann KLEIN
ST Employee
June 1, 2022

Hello,

Since it's very probably written somewhere out of TouchGFX code files, I think you should try to contact the vendor's technical staff. Or try to create a post on their support website.

/Yoann

Yoann KLEINST Software Developer | TouchGFX
BDaki.1
BDaki.1Author
Associate II
June 1, 2022

Dear Yoann,

You are absolutely right.

I wrote to vendor. When I solve this, I will inform all about this stuff.

Thank You.

BDaki.1
BDaki.1AuthorBest answer
Associate II
June 1, 2022

Solved.

I found in Vendor's Driver file "edt_f7xx_lcd.c", variable "Sleep_Time".

It was 180. I changed it to 600, and I have 10 minutes delayed sleep mode.

Thank You Yoann.