RojarSmith Posted July 19, 2017 Report Share Posted July 19, 2017 (edited) [QQ]Why my push button not work on STM32F746G-Disco I compile completed with arm gcc, and burn to target board. The graphic on screen is correct, one button. But I can not touch the push button. Is there any example project with GWIN ? I try hex file in "STM32F7-Disco", the button on the screen is freeze, too. If the code is OK, I will open my demo project source code to uGFX official web. Edited July 19, 2017 by RojarSmith Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted July 19, 2017 Report Share Posted July 19, 2017 You are not really giving us any information to work with. Did you check whether the software is still running? Do you have some sort of heartbeat? There are tons of examples. The most obvious one would be /demos/modules/gwin/button. Link to comment Share on other sites More sharing options...
RojarSmith Posted July 19, 2017 Author Report Share Posted July 19, 2017 OK, I am in the office, try it now. Link to comment Share on other sites More sharing options...
RojarSmith Posted July 19, 2017 Author Report Share Posted July 19, 2017 (edited) I try "ugfx_2.7\demos\modules\gwin\button", the touch with push button on the STM32F746G is OK. I think maybe the problem is on I use "ugfx_studio_0.15_windows" to generate the code and combine build file (makefile, gfxconf.h, main.c...) failed. I will read main.c code carefully. Thank you very much. The attachment is corrected project. p2.7z Edited July 19, 2017 by RojarSmith Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now