TouchGFX 4.21.4 including a Line shape in a screen causes undefined reference
When including a Line shape in a Screen the Canvas Buffer gets set to the default size and then in the compile an undefined reference gets generated in the SelectorViewBase.cpp file constructor.
SelectorViewBase::~SelectorViewBase()
{
touchgfx::CanvasWidgetRenderer::resetBuffer();
}
Description Resource Path Location Type
undefined reference to `touchgfx::CanvasWidgetRenderer::resetBuffer()' SelectorViewBase.cpp