Mikromedia pic18F code for TFT Display and PIC microcontro

General discussion on mikroC.
Post Reply
Author
Message
saharul
Posts: 489
Joined: 08 Jul 2010 08:11

Mikromedia pic18F code for TFT Display and PIC microcontro

#1 Post by saharul » 30 May 2019 10:35

Hi,

i am totally newbie to this mikromedia pic18FJ. I wonder how to write code for the PIC to work as normal microcontroller and how to write code for the TFT Display .

1. Do i need to have two different compilers?
2. Can i just mixed the codes in the same .C file?
3. Do i have to Write two separate codes in .C and the .tft , and add it like normal add files...

Is there any basic code examples that have both display tft program combine with normal PIC microcontroller for this mikromedia.

Many Thanks :D :D :D

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

Re: Mikromedia pic18F code for TFT Display and PIC microcont

#2 Post by filip » 06 Jun 2019 08:55

Hi,
1. Do i need to have two different compilers?
You can use mikroC PRO for PIC to use mikromedia for PIC18F, we have examples for this board written there.
2. Can i just mixed the codes in the same .C file?
Which codes do you want to mix ?
3. Do i have to Write two separate codes in .C and the .tft , and add it like normal add files...
You can use built-in Visual TFT to design the GUI on the mikromedia board and then add your code there, or include your code in your GUI project.

Regards,
Filip.

saharul
Posts: 489
Joined: 08 Jul 2010 08:11

Re: Mikromedia pic18F code for TFT Display and PIC microcont

#3 Post by saharul » 28 Jun 2019 08:55

Thanks philip

Post Reply

Return to “mikroC General”