User Activity

This notification is incorrect. This user created a new topic and did not reply in this topic: This notification is also incorrect:Two unrelated notifications got merged. I saw this happen once before and I was confused about it.I use Firefox.
I'm not satisfied with the limited alignment options of the text field in the standard button with label object. My text field is left aligned, but I want an offset without using spaces. I copied the cpp file and added a horizontal offset to the text...
 If I enable USB host and TouchGFX without OS I get the following generated code: /* USER CODE BEGIN WHILE */ while (1) { /* USER CODE END WHILE */ MX_USB_HOST_Process(); MX_TouchGFX_Process(); /* USER CODE BEGIN 3 */ } /* USE...
I want to align digits without prepending with 0. So %3d instead of %03d. 000:00 100:00 10:00 1:00 With non-monospaced fonts, such as verdana this doesn't work due to the space character not having the same width as digits. I don't care about the ...
I've made custom simulator skin for my project. My display is 1024*600 pixels (16-bit, rgb565, landscape). Project runs fine in simulator without skin and also on target.When adding the skin the corner of the skin is at the corner of my window, so th...