cancel
Showing results for 
Search instead for 
Did you mean: 

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.

BDaki.1
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
BDaki.1
Associate II

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.

View solution in original post

5 REPLIES 5
Yoann KLEIN
ST Employee

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 KLEIN
ST Software Developer | TouchGFX
BDaki.1
Associate II

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.

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 KLEIN
ST Software Developer | TouchGFX

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
Associate II

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.