528 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...