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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-30 12:14 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-01 6:54 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-31 7:25 AM
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
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-31 8:00 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-01 12:01 AM
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
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-01 12:44 AM
Dear Yoann,
You are absolutely right.
I wrote to vendor. When I solve this, I will inform all about this stuff.
Thank You.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-01 6:54 AM
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.
