I created a button widget with stem win library. The button click is detected but button release is not happening. I tried using some demo programs there it is working. I have attached a basic program which shows when a button is pressed and released...
Hi,I would like to try the hello world program from Stem win on my discovery board. Stem Win is not supported in STM cube ideCan anyone tell me how to proceed further to create and implement the project.Which IDE should I use.
I got the solution from another link:https://community.st.com/t5/stm32-mcus-touch-gfx-and-gui/stemwin-button-not-getting-wm-notification-released-message/td-p/448740.what I did is replaced a function which I added in attached file.Replace the functio...
Hi,The solution you provided worked. But if I want to create a new project and include Stem win. Is it possible.Or should I replace the hello world(old source file) file from the example with the new file(new source file).