Search found 1 match

by drage1994
04 Oct 2023 04:35
Forum: Visual TFT General
Topic: How do I move my circle around?
Replies: 3
Views: 869

Re: How do I move my circle around?

Anoniem wrote:
11 Feb 2023 18:48
Hi

I found the solution.

for(i = 1; i < 400; i++)
{

Circle1.Left = i;
DrawScreen(&Screen1);
Delay_ms(100);
}
It works. Thanks for solution.

Go to advanced search