4154 views|17 replies

76

Posts

2

Resources
The OP
 

TFT LCD display realizes dial pointer clock [Copy link]

 
This post was last edited by Cijian Dare Not Be Ahead on 2022-3-14 09:57

Case: Implementing a dial pointer clock - based on TOPWAY intelligent display module (HMT070ETD-1D)
Step 1: Use the host computer configuration development tool SGTools to create a project

Step 2: Create a page, import the background image, and then associate the page with the background image


Step 3: Create an analog clock control
① Select the analog clock control
② Create the control in the relevant position to determine the display position
③ Set:

Attribute-Style, Transparent=Yes, Chassis Enable=No
Attribute-Pointer, Pointer Type=Line
Attribute-Pointer, Hour Hand Color=Black, Minute Hand Color=Black
Attribute-Pointer, Second Hand Color=Red, Center Point Color=Red

The effect is as follows:

Step 4: Compile and download (Use USB data cable to connect the screen HMT070ETD-1D)
Step 5: Power-on display
① Disconnect USB from the module
② Supply power to the module
③ Power-on display
④ Connect to the serial port screen
⑤ Default baud rate: 115200,8,n,1
⑥ Send command: AA 9C 12 0A 0D 0A 09 00 CC 33 C3 3C (Set the RTC clock to 10:09:00)

The test results are shown in the figure


HMT070ETD-1D.pdf

1.54 MB, downloads: 5

This post is from Analog electronics

Latest reply

What a detailed article. I quickly glanced over it and then read it carefully.   Details Published on 2022-3-23 17:05

26

Posts

0

Resources
2
 

Does the RTC clock in the screen need battery power?

This post is from Analog electronics
 
 

8

Posts

0

Resources
3
 

What is the resolution of HMT070ETD-1D?

This post is from Analog electronics
 
 
 
 

3

Posts

0

Resources
4
 

Can the serial port read the time?

This post is from Analog electronics
 
 
 
 

26

Posts

0

Resources
5
 
This post was last edited by echo_xpout on 2022-3-11 13:48
echo_xpout posted on 2022-3-11 11:05 Does the RTC clock in the screen need battery power?

Should the RTC be powered internally when the screen is running? The battery is only needed when the power is off?

This post is from Analog electronics

Comments

Have you obtained our official information so quickly?  Details Published on 2022-3-11 13:32
 
 
 
 

26

Posts

0

Resources
6
 
This post was last edited by echo_xpout on 2022-3-11 13:49
Tianwai Feixian1 Published on 2022-3-11 11:35 What is the resolution of HMT070ETD-1D?

The resolution seems to be 1024x600, you can check their official website

This post is from Analog electronics
 
 
 
 

26

Posts

0

Resources
7
 
This post was last edited by echo_xpout on 2022-3-11 13:49
Another Dream Published on 2022-3-11 11:36 Can the serial port read the time?

It should support RTC query instructions, which can query the running time of the screen system in real time.

This post is from Analog electronics

Comments

What is the price? Is it easy to use? Is there any possibility of bricking? Please introduce it in all aspects.  Details Published on 2022-3-11 13:14
 
 
 
 

6818

Posts

11

Resources
8
 
echo_xpout posted on 2022-3-11 12:01 Yes, we support RTC query commands, which can query the running time of the screen system in real time.

What is the price? Is it easy to use? Is there any possibility of bricking? Please introduce it in all aspects.

This post is from Analog electronics

Comments

The official website provides the development software for the host computer, which is easy to use. I will continue to share practical cases later. The display interface is developed by configuration and is mainly used in the industrial field. The quality is guaranteed.  Details Published on 2022-3-11 13:45
 
 
 
 

76

Posts

2

Resources
9
 
echo_xpout posted on 2022-3-11 11:58 When the screen is running, the RTC works directly with internal power supply. When the screen is powered off, the battery is needed

Have you obtained our official information so quickly?

This post is from Analog electronics

Comments

Yes, I have used the similar model HMT070DTA-D of Topmicro before.  Details Published on 2022-3-11 14:15
 
 
 
 

76

Posts

2

Resources
10
 
lugl4313820 posted on 2022-3-11 13:14 How is the price, is it easy to use, is there any bricking situation, please introduce it in many aspects.

The official website provides development software for the host computer, which is relatively easy to use.

I will continue to share practical cases later.

It will not become bricked . This display interface is developed based on configuration and is mainly used in industrial fields. The quality is guaranteed.

This post is from Analog electronics
 
 
 
 

26

Posts

0

Resources
11
 
Cijian dare not be the first to publish on 2022-3-11 13:32 Have you obtained our official information so quickly?

Yes, I have used the similar model HMT070DTA-D of Topmicro before.

This post is from Analog electronics

Comments

If you have other questions, please continue to contact me. Our latest version supports Lua script design, which can design interface functions more conveniently and flexibly.  Details Published on 2022-3-11 18:54
 
 
 
 

76

Posts

2

Resources
12
 
echo_xpout posted on 2022-3-11 14:15 Yes, I have used the similar model HMT070DTA-D of Topmicro before

If you have other questions, please continue to contact me. Our latest version supports Lua script design, which can design interface functions more conveniently and flexibly.

This post is from Analog electronics

Comments

Yes, script support does make function design more convenient, without having to rely entirely on the underlying microcontroller processing.   Details Published on 2022-3-15 17:54
 
 
 
 

8

Posts

0

Resources
13
 
echo_xpout posted on 2022-3-11 12:00 Tianwai Feixian1 posted on 2022-3-11 11:35 What is the resolution of HMT070ETD-1D? The resolution seems to be 1024x600, you can go to...

Can you give me a link to the official website?

This post is from Analog electronics
 
 
 
 

76

Posts

2

Resources
14
 

I have the user manual for this model.

This post is from Analog electronics
 
 
 
 

26

Posts

0

Resources
15
 
Cijian dare not be the first to publish on 2022-3-11 18:54 If you have other questions, you can continue to contact me. Our latest version supports Lua script design, which can be more convenient and flexible to design interface functions.

Yes, script support does make function design more convenient, without having to rely entirely on the underlying microcontroller processing.

This post is from Analog electronics

Comments

You can refer to my latest post, which contains an application example of Lua script  Details Published on 2022-3-16 14:33
 
 
 
 

76

Posts

2

Resources
16
 
echo_xpout posted on 2022-3-15 17:54 Yes, supporting scripts can indeed make function design more convenient, without having to rely entirely on the underlying microcontroller for processing

You can refer to my latest post, which contains an application example of Lua script

This post is from Analog electronics
 
 
 
 

15

Posts

0

Resources
17
 

What a detailed article. I quickly glanced over it and then read it carefully.

This post is from Analog electronics

Comments

If you encounter any problems, you can contact me at any time (^U^)ノ~YO  Details Published on 2022-3-25 08:39
 
 
 
 

76

Posts

2

Resources
18
 
lvrc01 posted on 2022-3-23 17:05 Such a detailed article, I just glanced over it quickly and will read it carefully.

If you encounter any problems, you can contact me at any time (^U^)ノ~YO

This post is from Analog electronics
 
 
 
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list