181 views
in GUI Development by
Hello.

Can someone help me with more clock examples for Embedded Wizard 12? I need one but I don't know how to make it.

Thanks.

1 Answer

+1 vote
by

Hello,

please have a look to the examples that are installed with Embedded Wizard Studio - there you will find several examples:

"Clock":

"BezierClock":

and a set of analog watches in the example "Watches":

I hope these examples helps to implement your own clock...

Best regards,
Manfred.

by
Solved. Thank you.

When I am running the Prototyper the clock is correct, but on my board STM32F746 is other hour:minute. Can you tell me how to fix this?
by
Within the Build Environment for the STM32F746 target you will find the example BezierClock - so this example is already prepared for the screen size of the target.

Concerning the other hour:minute that should be "fixed": Please note, that on a Windows PC the current time is provided by the operating system. In case of an embedded system the initial time of the realtime clock (RTC) is undefined (or at least not the current time) - this has to be initialized by the actual time. You will find the RTC initialization within the file ewmain.c.

Best regards,
Manfred.
by
Ok, I understand.

 

Thank you Sir!

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...