Any example for init Canvas, draw lines on it (using built-in function, ex. lineTo) and/or classes ex: Line, Circle and then copy to dynamic bitmap?Thank you
I have similar issueProject works fine in TouchGFX simulator 4.23.1 (upgraded from 4.22), but failed with Build in STM32CubeIDE 1.14.1 (upgraded from 1.13) C:/ST/STM32CubeIDE_1.13.1/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tool...
Widgets - difference in Docs and in sources of downloaded example.QR widget example hard to implement for novices , it does nothing if you supply 0 value as QR code, need to remove checking of data (if(!data)) to output something.