Using the TFT protoboard a LV24-33 v6 board and VisualTFT

General discussion on Visual TFT Software.
Post Reply
Author
Message
pp_314156
Posts: 3
Joined: 21 Apr 2011 01:23

Using the TFT protoboard a LV24-33 v6 board and VisualTFT

#1 Post by pp_314156 » 02 Jan 2012 17:27

The link here is a step-by-step guide to get these two working together including a wiring diagram. A few things were not obvious: threshold needs to be about 700, turning on the LEDs on the board interferes with the touch pad, and one of the generated lines of code needs to be commented out. I hope it helps someone.

http://nlcpr.com/MikroeTFTexample.pdf

User avatar
marko.ziv
mikroElektronika team
Posts: 530
Joined: 06 Dec 2007 10:11
Contact:

Re: Using the TFT protoboard a LV24-33 v6 board and VisualTF

#2 Post by marko.ziv » 08 Jan 2012 10:18

Hello,

sharing knowledge and projects is what makes this forum so great.
This topic is now a sticky.Thank you for this info and keep up the good work.

Best Regards

DaliborSuhanji
Posts: 30
Joined: 11 Jun 2007 19:13

Re: Using the TFT protoboard a LV24-33 v6 board and VisualTF

#3 Post by DaliborSuhanji » 24 Apr 2012 15:50

Hello,
can this be used with PIC32 MCUs?
I currently have PIC32MX development board and TFT proto. I need a low pin TFT connection (just on port E and control bits). When I make some test with Visual TFT with pin configuration like on the picture 1 i got situation on the picture 2.
Only when higher bits are on i got good picture, like the one on the picture 3. I think that this is because TFT on development board is set in 16bit mode, but if the board is in 8 bit mode(when i configure tft proto to use 8 bits 0011) what is happening with the rest of bits, because i see on my development board that when the screen is being refreshed 16 data bits are used(leds areblinking).
How to set up Visual TFT not to do this but to send only data to port E(PMD0-PMD7)+control bits?

Thanks in advance
Attachments
Picture3.JPG
Picture3.JPG (101.27 KiB) Viewed 8767 times
Picture2.JPG
Picture2.JPG (77.24 KiB) Viewed 8767 times
Picture1.JPG
Picture1.JPG (129.58 KiB) Viewed 8767 times
Best regards,
_____________
Dalibor Suhanji
SUHANjIElektro.net Site Founder & Administrator, R&D Specialist
Bachelor for Electronics and Telecommunication

http://www.suhanjielektro.net

User avatar
janko.kaljevic
Posts: 3565
Joined: 16 Jun 2011 13:48

Re: Using the TFT protoboard a LV24-33 v6 board and VisualTF

#4 Post by janko.kaljevic » 25 Apr 2012 10:27

Hello,

TFT on this system is connected to PMMODE pins, and VisualTFT sets this port in 16 bit mode.
Please notice that this is configured in MCU_Init routine and also you will have to modify Write_Data function if you want to make it work in 8bit mode.

Best regards.

Post Reply

Return to “Visual TFT General”