317 views
in Embedded Wizard Studio by
Hello,

i want to add the secound switch/encoder to the STM32F469 Discovery Board DeviceIntegration example but after including all in embedded wizard and uvision, it do not work.

I want to use an indicator for showing that a switch has been activated. The programm on the evaluations board works find but there is no change on the display. I think a setting is missing in the embedded wizard in the keyhandler or slot.

I add an dropbox link for my project in embedde wizard: https://www.dropbox.com/s/lrt8ke5p4qvbla7/DeviceIntegration.rar?dl=0

I would be glad for an answer.

 

Best Regards,

DDMW

1 Answer

0 votes
by
 
Best answer

Hi!

After a quick review I think that you just need to implement your onHardButtonEvent_ENC_AEvent Slot method:

/* set the indicator to active */
Indicator1.Active = true;

/* start the bool effect to switch off the indicator after a short time */
BoolEffect1.Enabled = false;
BoolEffect1.Enabled = true;

Hope this helps...

Best regards,
Manuel

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

...