User Activity

Hi,I am using word wrap with Text Area component:textArea.setWideTextAction(WIDE_TEXT_WORDWRAP);My texts are usually so long that they need to be wrapped to 3 lines. I have seen no issue with the first wrap (between line 1 and 2), but the second warp...
Hello,Is it possible to change partial buffer drawing from pixel rows to columns?I have partial buffer allocated for 3 rows (lines), so that lines 1-3 are drawn first, then lines 4-6, 7-9 ...I would like to change it to rows: rows 1-3 first, then 4-...
In Custom Widget example in documentation, there is a mistake in draw method.The example suggest to use touchgfx::HAL::DISPLAY_WIDTH to calculate position in framebuffer. framebuffer[absolute.x + x + (absolute.y + y) * touchgfx::HAL::DISPLAY_WIDTH...
Kudos given to