Page 1 of 1

aksed about Calibrate TFT 5 inch in fusion for ARM v8

Posted: 21 Apr 2020 08:03
by Tia300104
how to calibrate the TFT from mikromedia 5 for STM32 CAPACITIVE because every time I make a button, it always shifts from the position of the button

Re: aksed about Calibrate TFT 5 inch in fusion for ARM v8

Posted: 22 Apr 2020 09:54
by jovana.medakovic
Hello,

In the folder portable, you can find mmb_5_stm32.h files and there you need to change hal_touch_init function.
Instead of FT5XX6_SetSizeAndRotation( 800, 480, 2 ); you need to write FT5XX6_SetSizeAndRotation( 800, 480, 0 ); or FT5XX6_SetSizeAndRotation( 800, 480, 1 );

Let me know the result.

Kind regards,
Jovana

Re: aksed about Calibrate TFT 5 inch in fusion for ARM v8

Posted: 23 Apr 2020 04:27
by Tia300104
it works when I changed FT5XX6_SetSizeAndRotation(800,480,0); with FT5XX6_SetSizeAndRotation(800,480,2); not vice versa.....Thank you very much

Re: aksed about Calibrate TFT 5 inch in fusion for ARM v8

Posted: 23 Apr 2020 08:43
by jovana.medakovic
Hi,

You're welcome!
I'm glad that your problem is solved.

Kind regards,
Jovana

Re: aksed about Calibrate TFT 5 inch in fusion for ARM v8

Posted: 23 Apr 2020 23:09
by Tia300104
How I can get mmb_5_stm32.h, mikromedia_5_STM32F4.*, _mm_5_STM32f4.* ?

Re: aksed about Calibrate TFT 5 inch in fusion for ARM v8

Posted: 24 Apr 2020 09:14
by jovana.medakovic
Hello,

I'm not sure if I understand you well.
Could you provide me with more details?
Where did you find these files: mikromedia_5_STM32F4.*, _mm_5_STM32f4.*?

Kind regards,
Jovana

Re: aksed about Calibrate TFT 5 inch in fusion for ARM v8

Posted: 29 Apr 2020 07:52
by Tia300104
I want to use stepper click and boost click on mikromedia 5 for stm32F4 capacitive but there is no microSDK libraries available (microBUS BDF API) for mikromedia 5 for stm32F4 capacitive. Can you tell me the way?
Regard