Is there a way to add "User Code" areas to TouchGFX Generator files so user code is not over written by a CubeMX generation?
Currently, it appears that there are not "User Code" areas in TouchGFX target files which can be protected by a CubeMX generation.
This is possible throughout core/main.c and Hal drivers and it would be nice to have for TouchGFX Generator files as well.
This would be very useful, especially when adding dynamic bitmap cache to the registerBitmapDatabase() function call in TouchGFXConfiguration.cpp.
It is likely that it cannot be currently be done, but would it be possible to add to future releases?
