Search found 137 matches

by MedBoy
15 Aug 2022 22:54
Forum: mikroC PRO for PIC General
Topic: 18F452 analog pins problem
Replies: 10
Views: 1283

Re: 18F452 analog pins problem

Mikroelektronika team has been leaving my questions unanswered for almost 2 years. My last 3-4 questions to the forum were left unanswered. I think it's time to stop using mikroelektronika compilers and their products. Hi, Can you try the earlier version of the compiler, just for testing purposes ? ...
by MedBoy
11 Aug 2022 10:39
Forum: mikroC PRO for PIC General
Topic: 18F452 analog pins problem
Replies: 10
Views: 1283

Re: 18F452 analog pins problem

Hi Hexreader. Thanks for your reply. I try your ADCON0 and ADCON1 register settings but my problem continues. I am using that analog pins as button input, not output like in your code. I can write to High or Low analog pin when it be output. I can not use as button input. That pins behave logic leve...
by MedBoy
11 Aug 2022 10:03
Forum: mikroC PRO for PIC General
Topic: 18F452 analog pins problem
Replies: 10
Views: 1283

Re: 18F452 analog pins problem

I dont know how i can download earlier version. can you share version 6.6.3 link?
filip wrote:
11 Aug 2022 08:21
Hi,

Can you try the earlier version of the compiler, just for testing purposes ?

Regards,
Filip.
by MedBoy
09 Aug 2022 19:01
Forum: mikroC PRO for PIC General
Topic: 18F452 analog pins problem
Replies: 10
Views: 1283

Re: 18F452 analog pins problem

I think my problem is same with below link issue. According to the link I shared, ADCON1 register works in version 6.6.3. But i think ADCON1 register code does not work my latest 7.6.0 version. According to my design, E0, A4 and A5 pins are pull-up normally, that pins goes to low level when press bu...
by MedBoy
04 Aug 2022 21:13
Forum: mikroC PRO for PIC General
Topic: 18F452 analog pins problem
Replies: 10
Views: 1283

Re: 18F452 analog pins problem

No. Exact opposite. I can not use as digital input E0, A4 and A5. That pins are working analog mode. I want to use digital input for buttons. I am using just ADCON1 register for digital function. I think ADCON1 is not enough or i could not use correctly that register. Hi, If I understand correctly, ...
by MedBoy
04 Aug 2022 12:01
Forum: mikroC PRO for PIC General
Topic: 18F452 analog pins problem
Replies: 10
Views: 1283

18F452 analog pins problem

Hi everyone. I use 18F452, 7 buttons and 2 Analog input(A0,A1). Some button connections to analog pins that E0,A4 and A5. I made input that pins via Trisa and Trisc registers. and i made digital that pins via ADCON1 register. Normal buttons that is not analog pins (C6,C5..) is work correctly. But ot...
by MedBoy
19 Jan 2022 11:32
Forum: Visual TFT General
Topic: Draw a line with commands
Replies: 2
Views: 1051

Re: Draw a line with commands

Thanks Filip. I will try that your said. I added a DrawScreen command after my wrote codes. I have one more question to you; I define an event as "OnPress" with click sound to a button. This button mission is to increase a variable. OnPress event is playing click sound every increase. can it play cl...
by MedBoy
13 Jan 2022 14:31
Forum: Visual TFT General
Topic: Draw a line with commands
Replies: 2
Views: 1051

Draw a line with commands

Hi everyone. I'm using dsPIC mcu, FT810 with VisualTFT. I want to draw a line or circle with commands without clearing the current screen. When I execute the commands below, the current screen (buttons, all objects, etc..) is cleared and draws lines and circles. FT810_Canvas_Pen(5,0x0000,255); FT810...
by MedBoy
28 Dec 2021 14:47
Forum: Visual TFT General
Topic: Visual TFT with Serial Flash Memory
Replies: 3
Views: 1231

Re: Visual TFT with Serial Flash Memory

Hi Tanja, are you there? I am waiting your suggests.
Tanja_Kovacevic wrote:
13 Dec 2021 13:22
Hi,

Unfortunately, Visual TFT only supports microSD cards for now.

Kind regards,
Tanja
by MedBoy
17 Dec 2021 21:15
Forum: Visual TFT General
Topic: Visual TFT with Serial Flash Memory
Replies: 3
Views: 1231

Re: Visual TFT with Serial Flash Memory

Hi. Thank you for your answer. I will have one more question for you; I am using dspic33ep series microcontroller and ft810. When I put 15 eve button on the screen, there is no problem. but when I add 1-2 more, I am experiencing screen distortion as in the picture. I had no problem when I added appr...
by MedBoy
10 Dec 2021 14:03
Forum: Visual TFT General
Topic: Visual TFT with Serial Flash Memory
Replies: 3
Views: 1231

Visual TFT with Serial Flash Memory

Hi. I can use microsd card with visual tft. but I think the system is running slow because of the images and fonts. I want to use serial flash memory instead of microsd card. I want to program ".res" extension file to serial flash memory and use it. I couldn't find a library or sample application fo...
by MedBoy
13 Oct 2021 12:17
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: FT810 Start up problem
Replies: 11
Views: 2783

Re: FT810 Start up problem

Filip, are you there?? :(
filip wrote:
24 Sep 2021 13:51
Hi,

I was actually referring to the following function calls :
FT810_Screen_BeginUpdateCP();
FT810_Screen_LogoCP();
Can you use only functions generated by the Visual TFT ?

Regards,
Filip.
by MedBoy
24 Sep 2021 14:33
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: FT810 Start up problem
Replies: 11
Views: 2783

Re: FT810 Start up problem

Hi Filip. Excuse me for misunderstanding :) I see you correctly now. And tried that you said, but unfortunately make again reseting like youtube video. :cry: Resetting and white screen. Hi, I was actually referring to the following function calls : FT810_Screen_BeginUpdateCP(); FT810_Screen_LogoCP()...
by MedBoy
24 Sep 2021 13:29
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: FT810 Start up problem
Replies: 11
Views: 2783

Re: FT810 Start up problem

Filip, are u there?
filip wrote:
17 Sep 2021 15:21
Hi,

I see that you call FT functions at the beginning. If you remove them and leave just what VTFT generates does the issue persist ?

Regards,
Filip.

Go to advanced search