User Activity

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::CanvasWi...
Description Resource Path Location Typeundefined reference to `touchgfx::ConstFont::ConstFont(touchgfx::GlyphNode const*, unsigned short, unsigned short, unsigned short, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsig...
I have successfully adapted a 480x480 round LCD to attach to the STM32L4R9AI-EVAL kit and can display an RGB888 image continuously, with a custom GFXMMU_Lut that reduces the required frame buffer to 558,336 bytes, and the frame buffer located in SRAM...