jcc147 Posted November 21, 2020 Report Share Posted November 21, 2020 Hello, I'm trying to use STM32CubeIDE with STM32CubeMX to build a project for HT-MiniSTM board. The TFT driver and touch driver are modified as shown below. I've tried a couple of demo examples. For some reason, any kind of gwinXXX () functions if right after a geventEventWaitevent () will be stuck. the program seems in a loop of mouse read function and can't get out. Is there any hint? Any help is very appreciated. board_SSD1289.h gmouse_lld_ADS7843_board.h gfxconf.h main.c Link to comment Share on other sites More sharing options...
jcc147 Posted November 23, 2020 Author Report Share Posted November 23, 2020 The problem solved by enabling #define GWIN_NEED_WINDOWMANAGER GFXON 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