SSD1963EVAL Rev2A UG Rev1 0b
SSD1963EVAL Rev2A UG Rev1 0b
SSD1963EVAL Rev2A UG Rev1 0b
User’s Guide
TechToys Company
Unit 1807, Pacific Plaza, 410 Des Voeux Road
West, Hong Kong
Tel: 852-28576267
Fax: 852-28576216
Web site: www.TechToys.com.hk
A representation of the board layout is shown in Figure 1.1. The board includes
these key features, as indicated in the diagram:
5. Standard 40-pin 2.54mm box header for MCU interfaces. This box header
provides a direct stack with our PIC24/32 Eval RevC2 board via a flat cable
which is included with every board SSD1963 Eval Rev2A sold.
3. Software
Several demo programs are provided for quality assurance. These programs
have been developed under Microchip Graphics Library Version v2.00 with a low
level driver for SSD1963 developed by us.
Some of these libraries are free as long as you would use their products while the
others provide port to various MCUs at a certain cost. Users may select their host
and decide which GUI is the best for the application. Microchip Graphics Library
has been chosen because it is free as long as the library will be embedded in
Microchip products.
Connect the 18cm flex cable of TY700TFT800480 to only J1! This time, silver
contacts of the flex cable should be facing upwards. Then, J7 connection can be
made for backlight. Connector J7 is a high voltage connector which is wired to
CAT4139 for a driving current as high as 160mA. Figure 4.3 illustrates the
connections.
Finally, connect the FPC for Touch Panel to J5 as shown in Figure 4.4. Use a
tweezers to handle this part close to the tip (don’t clip on the soft cable part.)
Push gently the FPC into J5 with gold contacts down. Please do it slowly with
great care because this FPC is very fragile.
Figure 4.4 Connect Touch Panel FPC to J5 by holding the tip of the FPC
Installation of 4.3” TFT panel is much easier because the LED backlight, data, and
Touch Panel signals are all integrated on a single 40-pin FPC. Connection is made
to J3 as shown in Figure 4.5.
The MCU interface is routed on a standard 2x20 2.54mm box header. Figure
5.1 shows an extract from the schematic.
Important message:
a. VDD = 3.3V from the voltage regulator AMS1117-3.3V onboard
b. EXT_VIN = External voltage input from an external source applied at DC
input jack J1P. Therefore, if you have 7.5V DC applied to J1P, EXT_VIN at
pin 38 would be at 7.5V.
The EVK prefixes are used to indicate how our PIC24/32 Eval Rev2C board is
connected to SSD_D[15:0] with various control signals. Figure 5.2 shows the
wiring to PIC24/32 Eval RevC2 board. A flat cable is provided for every SSD1963
Eval kit sold.
The choice of 2.54mm box header allows you to connect the SSD1963 Eval Kit to
any microcontroller or evaluation platform.
Figure 5.3 shows the scenario when SSD1963 Eval Kit is hooked up with an
Atmel SAM AT91 mcu kit by jumper cables. Jumper cable set is also available
from our store at the following hyperlink:
http://www.techtoys.com.hk/Components/JumperCable/JumperCable.htm
Figure 5.3 Connection to SSD1963 Eval kit can be made via 2.54mm jumper cables
EXT_VIN 5V DC-DC
(7.5V) converter (U1P)
3.3V DC-DC converter (U2P) LED backlight DC-DC
1.2V DC-DC
converter (U2)
SSD1963 FPC(s)
The board is powered from an external 7~9V DC with pin positive. This voltage is
regulated to 5V DC at U1P (AMS1117-5V) for two LED backlight circuits, CAT4237 and
CAT4139 and further stepped down to 3.3V for SSD1963 and TFT panels.
If the host PIC24/32 Eval board is used, power supply at 3.3V will be sourced from the
2.54mm interface header. Figure 6.2 illustrates the wiring with path of power supply.
Figure 6.2 Power up the board with an external voltage applied at J1P
Once we have got everything connected, apply 7.5V DC to J1P on SSD1963 Eval Kit.
Figure 6.3 shows the setup with a 7” TFT panel and PIC32MX360F512L MCU option
running.
Development Environment:
• Microchip MPLAB version 8.10 or later
• C32 compiler version 1.05 or later
• Microchip Graphics Library version 2.00
The source code is available for download starting from Doc 04 under our
product web site at this hyperlink.
1
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2608¶m=en532067
Download and uncompress the file GUIv200.rar to any location you find
convenient. For my case, it under
Two folders, namely \Microchip and \Graphics AN1136 as shown in Figure 7.2
will be installed. The folder \Microchip contains the source code for the graphics
library and an individual project is located under \Graphics AN1136 folder.
Figure 7.2 Microchip Graphics Library source folder and an application AN1136
First, launch MPLAB and browse to your working directory. Open the project file
AN1136Demo PIC32 (or xxx PIC32.mcp) for PIC32.
Make sure no missing file message is created. Also make sure the correct MCU
has been selected under Configure→Select Device to make sure the MCU
PIC32MX360F512L has been chosen.
Figure 7.4 gives an example for the hardware platform PIC24/32 EVAL Rev2C
(_PIC_EVK_V2C_), with 16-bit PMP interface (_16PMP), for SSD1963 (_SSD1963),
and 7” TFT Panel (_TY700).
Un
Figure 7.4 Under HardwareProfile.h select the panel to use
Finally, under Project, select Build All to make sure the project can be compiled
without any problem. You are now ready to play with the demo.