TOUCHGFX: 4.20.0: Compilation error: 'LCD1bpp' does not name a type
Hi there,
I am just starting touchGFX. I created a project in following steps:
- create IOC file.. enable touchGFX 4.20.0 , choose display as BW, 128*64, interface:custom, and generate code via STM32CubeMX for STM32CubeIDE.
- open .part file via touchGFX designer... choose blank templete to import.
- add widget: text area. Save and generate code in touchGFX designer.
- go back to STM32CubeIDE, open project. and refresh project.
- build project...
Then I got the compilation error in "../TouchGFX/target/generated/TouchGFXConfiguration.cpp:35:8: error: 'LCD1bpp' does not name a type
35 | static LCD1bpp display;".
seems some header file is not included... so the class definition is not included... but I understand from the doc, all these generated files are not supposed to be modified... So I am asking for help: anything I did wrong here?
Thanks and Best Regards
****
