
This shield is created for arduino DUE, which fit two types of LCD:

1. 40pin version LCD which is commonly used in previous version of TFT Mega shield for Arduino MEGA 2560
2. 32pin version LCD which is commonly used in STM32 development board.

There is a SD slot and a Font IC (SPI flash) footprint, for upgrade to include Font IC to draw text to the LCD. These two features are created to support LCD modules which do not have SD slot or font IC.

Shipping default jumper configuration:

The TFT/SD Shield for arduino DUE is shipped with the following jumper config, if you use TFT modules in our store, you do not need to reconfig the jumpers.

LCD Vcc - 5V (JP1 shorted)
LCD backlight (LEDA+) - 5V (JP3 shorted)
arduino Pin4 to TP_DIN (JP10 shorted)
On board SD - disabled (JP8 opened)




-----------------------------------
For those CTE TFT Module or CTE Shield has Font IC:

The IC has font of 10 sizes and commonly used icons which is great for application development. It is used together with CTE TFT Shield for Arduino DUE or MEGA 2560.

Font sizes (font height in pixel): 10,12,14,18,22,28,38,53,78,122
Icons size (42x42): total 236icons (For icons representation, please see icon.jpg)

How to use:
Please see the demo code in the arduino library.

e.g.
myGLCD.Load_image(0,0,33); 
(x-position, y-position, image number)
myGLCD.Put_Text("Coldtears electronics",5,210,BVS_15);
(String text, X-position, y-position, font size)