


Steps to make proteus LCD shield simulation working in proteus 8. In proteus 8.3 the ILI9341 tft works only in SPI mode. So i think that i have wrong in Proteus connections for TFT LCD ILI9341.!!! A number of libraries See these instructionsfor details on installing libraries.

use a library in a sketch, select it from Sketch > Import Library. working with hardware or manipulating data. So you could find the Hex file and Proteus file here: Libraries provide extra functionality for use in sketches, e.g. So if the connections is correct it must show an blue page in Proteus simulator,but it don't work.!!! '- Color LCD CONFIG -ĭim TFT_16bit_DataPort_Lo as byte at PORTDĭim TFT_16bit_DataPort_Hi as byte at PORTEĭim TFT_16bit_DataPort_Lo_Direction as byte at DDRDĭim TFT_16bit_DataPort_Hi_Direction as byte at DDREĭim TFT_16bit_WR_Direction as sbit at DDA1_bitĭim TFT_16bit_RD_Direction as sbit at DDA2_bitĭim TFT_16bit_CS_Direction as sbit at DDA3_bitĭim TFT_16bit_RS_Direction as sbit at DDA0_bitĭim TFT_16bit_RST_Direction as sbit at DDA4_bit I modified it in Proteus with one IC Atmega128 as you see in this picture:Īnd i used this code in Mikrobasic for AVR : program MyProject I am using Mikrobasic for AVR, and Proteus V8.3 ,So i have wired my circuits as you see in this picture:
