FT810 Graphic Object routines

General discussion on Visual TFT Software.
Author
Message
User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: FT810 Graphic Object routines

#16 Post by filip » 01 Nov 2018 12:11

Hi,

We have tried the following order of commands :

Code: Select all

FT810_Canvas_Pen(5,0x1333,255);
FT810_Screen_BeginUpdate();
FT810_Screen_ClearColor();
FT810_Screen_Circle(200,200,50);
FT810_Screen_EndUpdate();
FT810_Screen_Show();
And we got this on the display :
FT810.gif
FT810.gif (348.57 KiB) Viewed 819 times
This is basically the same as Petar wrote before, we tested this on 4,3" TFT with FT810.

Regards,
Filip.

MedBoy
Posts: 137
Joined: 11 Jul 2012 11:45

Re: FT810 Graphic Object routines

#17 Post by MedBoy » 01 Nov 2018 19:20

Hi Filip. Why my display can not right screen? i wrote same codes, but screens are diffrent. do you have any suggest? my hardware has not mistake, because it can show right screen via vtft objects.
filip wrote:Hi,

We have tried the following order of commands :

Code: Select all

FT810_Canvas_Pen(5,0x1333,255);
FT810_Screen_BeginUpdate();
FT810_Screen_ClearColor();
FT810_Screen_Circle(200,200,50);
FT810_Screen_EndUpdate();
FT810_Screen_Show();
And we got this on the display :
The attachment FT810.gif is no longer available
This is basically the same as Petar wrote before, we tested this on 4,3" TFT with FT810.

Regards,
Filip.
Attachments
20181101_211650.jpg
20181101_211650.jpg (129.83 KiB) Viewed 811 times

Post Reply

Return to “Visual TFT General”