VTFT Bugs TFT5 fusion v8 STM32F4

General discussion on Visual TFT Software.
Post Reply
Author
Message
DrBernd
Posts: 8
Joined: 24 Apr 2012 12:26

VTFT Bugs TFT5 fusion v8 STM32F4

#1 Post by DrBernd » 12 Feb 2021 15:03

Hi all,
after changing the following lines i can finally work. Problem was that, after modifying a screen, input was mirrored.

void UpdatePBPosition(TProgressBar *AProgressBar) {
TProgressBarSector sector_action;
unsigned long locPosition = 0;
unsigned long _temp, _tempII; <== was int! bad for huge progressbars!


void DrawProgressBar(TProgressBar *AProgressBar) {
unsigned long locPosition = 0;
.........
unsigned long _tmpI, _tmpII; <== was int! bad for huge progressbars!

char FT5XX6_Config() {
......
FT5XX6_SetSizeAndRotation(800,480,2); <== was x,y,0,

Regards,
Bernd

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: VTFT Bugs TFT5 fusion v8 STM32F4

#2 Post by filip » 19 Mar 2021 08:20

Hi,

I'm glad that you been able to sort out this issue.

Regards,
Filip.

Post Reply

Return to “Visual TFT General”