Touch Screen Kits
FDI is committed to providing the best support possible for it's products. If there is an answer that you cannot find or if you have additional questions, you can send an email to our support team. We will respond directly to your inquiry as quickly as possible.
For additional questions that relate more specifically to the manufacturer’s products, FDI provides full service design and development support.
Touch Screen Kits FAQs
- Can I debug the board using ULINK2 debugger as it is mentioned as "Mini-JTAG Debug Connector" in the page?
- The SOMDIMM-LPC3250 includes a "Mini-JTAG Debug Connector" so a J-Link device can be used to debug the target outside of Linux. Inside of Linux there is information on the internet for setting up a gdb debug session, however, FDI currently does not offer support for this. If you purchase our complete DK-57TS-LPC3250 Kit or DK-57VTS-LPC3250 Kit, it includes a Segger JTAG debugger and the necessary cable to connect to the mini JTAG for debugging.
- As the LPC3250 chip does not have internal flash how can I use a debugger and load the code into the external flash provided in the board?
- If using Linux, the current method of programming the NAND flash involves using J-Link Commander to download the data into the memory and then program the NAND flash with the U-boot bootloader. Alternatives to using J-Link Commander is a network connection or even a serial download (usually quite slow). It should be noted that Linux executes from on-board SDRAM once it is loaded.
- I need to integrate a TFT LCD with touch screen in my project. Is it possible for you to provide hardware, schematics and sample code for the same?
- You can review any of our Touch Screen Kits. They are full blown LCD touch screen kits that should be perfect for your application.
- On purchase of the SOMDIMM-LPC3250, what kind of support can I expect from you for my further development, such as Errata sheets, Application notes, Sample codes, Schematics, etc?
- FDI provides basic hardware and software technical support for all of our products and NXP (or other silicon suppliers) provide data sheets, App Notes and other support for their ICs. FDI also offers full design customization for our Touch Screen Kits into customer applications, and we would be happy to provide you with a quote if you will e-mail us your requirements.
- The website lists “Segger JTAG Debugger with cables.” Is this included in the kit?
- The Segger JLink Lite is included with the DK-57VTS-LPC2478 and all other Touch Screen Kits from FDI. The JLink Lite is a low cost, custom JTAG debugger designed by Segger for use with NXP Development Kits. It will work with IDE tools that support ARM microcontrollers and Segger JTAG debuggers. The JLink Lite works exactly the same as the JLink except the download speed is only about 33% that of the full price JLink and the +5V is constantly powered vs. switched on the JLink. Segger does not sell the JLink Lite separately. If a customer wants to have a high speed, full featured JTAG debugger, Segger recommends that they purchase the JLink at current market prices.

- Can't get the Segger JTAG connected to the SOMDIMM-LPC2478 Module.
- Download the following instructions to connect the Segger JLink Lite to the SOMDIMM-LPC2478 Module: SOMDIMM JTAG Connector Fix.
- I accidently lost SIBL on the LPC3250 and need to get it back.
- Download the following file to help get SIBL back: SOMDIMM-LPC3250 Programming SIBL.
- Do you have an adapter to convert from the standard 20 Pin 0.1' JTAG header to the 10 Pin header on the DIMM Modules?
- Unfortunately, we do not provide an adapter cable for the larger JTAG cable. All current units are now including a Seggar JTAG ULink Lite, which will connect directly to the SOMDIMM JTAG connector.
Also - download this drawing for creating your own adapter cable if you wish. - What are the Current Measurements for the SOMDIMM Modules?
- Conditions: DIMM modules are installed into a ‘bare’ CARRIER PCB with only minimal decoupling and the Ethernet Combo Jack, and NO other additional circuitry. No LCD, no RS232, no 3.3V regulator, etc.
Measurement Method: Using a cable from the I2C header, the 5V & 3.3V rails are connected to the BK Precision Dual Output power supply. Current measurements were taken using Fluke 189 Meter in circuit.
SOMDIMM-LPC3250:
State: Power On, performing boot process
5V = 0.017A
3.3V = 0.148A
State: Linux booted and sitting at the ‘login’ prompt
5V = 0.002A
3.3V = 0.185A
Observed max:
5V = 0.025A
3.3V = 0.333A
SOMDIMM-LPC2478:
State: Booted at the μEZ Screen
5V = 0.000A
3.3V = 0200A
Observed max:
5V = 0.002A
3.3V = 0.208A - Do you supply all the source code of the software?
- uEZ™ is an open source GPL project available at uez.sourceforge.net. There is no cost to use the software.
- Do you need strictly to use the FreeRTOS or is it possible to have C-examples without an OS?
- uEZ™ was developed using a RTOS model and requires one to operate properly. FreeRTOS is provided with uEZ™, but if another RTOS is required, uEZ™ has been developed to be RTOS portable.
- What kind of Graphical Libraries do you supply in order to manage the TFT? Are they supplied as open source code?
- uEZ™ includes the SWIM Graphical library. Basic features for drawing on the display are provided (lines, boxes, etc.). This code is included in the uEZ™ release. In fact, the demonstration that comes with the kit makes use of the SWIM Graphical Library.
- Do you supply the source code about the USB management as Host? If yes, are you able to manage FAT32-File System and extended file names?
- Yes. uEZ™ includes a USB Host driver and FATFS file system. Long filenames are not provided, but a FAT32 drive with short filenames is supported.
- Can I use the uEZ with the IAR compiler?
- uEZ™ does support the IAR compiler and the default project file can be found at uEZ_SRC/uEZ.eww within the downloaded files.
- I suspect the software is configured for the 5.7" display and I have the 3.5" display. Can someone tell me how to change the settings so the 3.5" display will work?
-
The option to change the LCD is in a file called Source\App\Config_App.h
You need to comment out #define for the Toshiba QVGA and remove the // before the #define for the Okaya 3x5.
Should look like this when you're done...
// Configure LCD screen being used and pull in the specific setup
// information for that LCD. See Types/LCD/Config_LCD.h for a list.
//#define UEZ_DEFAULT_LCD_CONFIG LCD_CONFIG_TOSHIBA_QVGA_LCDC_REV2
//#define UEZ_DEFAULT_LCD_CONFIG LCD_CONFIG_TOSHIBA_QVGA_LCDC_3_5
//#define UEZ_DEFAULT_LCD_CONFIG LCD_CONFIG_OKAYA_QVGA_LCDC_3_5
//#define UEZ_DEFAULT_LCD_CONFIG LCD_CONFIG_OKAYA_VGA_LCDC_3_5
#define UEZ_DEFAULT_LCD_CONFIG LCD_CONFIG_OKAYA_QVGA_3x5_LCDC_3_5 - How can I change the settings so the 5.7" Okaya VGA display will work?
-
The option to change the LCD is in a file called Source\App\Config_App.h
You need to comment out #define for the Toshiba QVGA and remove the // before the #define for the Okaya VGA LCDC_3_5. LCDC_3_5 refers to the LCD CARRIER board number and not the size of the display. VGA refers to a resolution of 640x480 instead of a QVGA resolution of 320x240.
The code should look like this when you're done...
// Configure LCD screen being used and pull in the specific setup
// information for that LCD. See Types/LCD/Config_LCD.h for a list.
//#define UEZ_DEFAULT_LCD_CONFIG LCD_CONFIG_TOSHIBA_QVGA_LCDC_REV2
//#define UEZ_DEFAULT_LCD_CONFIG LCD_CONFIG_TOSHIBA_QVGA_LCDC_3_5
//#define UEZ_DEFAULT_LCD_CONFIG LCD_CONFIG_OKAYA_QVGA_LCDC_3_5
#define UEZ_DEFAULT_LCD_CONFIG LCD_CONFIG_OKAYA_VGA_LCDC_3_5
//#define UEZ_DEFAULT_LCD_CONFIG LCD_CONFIG_OKAYA_QVGA_3x5_LCDC_3_5Recompile the code and the unit will work just like the release VGA version.
uEZGUI-2478-43WQS
- Revision History (Link) NEW!
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- emWin Demo for FDI kits at SORCESFORGE.net (HTML link)
- Manuals/Brochure
- uEZGUI-2478-43WQS Brochure (243KB - PDF)
- Quick Start Guide Rev 3 Boards (461KB - PDF)
- User’s Manual Rev 3 Boards (767KB - PDF)
- Schematics
- uEZGUI 4.3 Mainboard Schematics Rev 1.1 (Prototypes) (87KB - PDF)
- uEZGUI 4.3 Mainboard Schematics Rev 2 (75KB - PDF)
- uEZGUI 4.3 Mainboard Schematics Rev 3 (75KB - PDF)
- uEZGUI 4.3 Rev 1.1 BOM (PDF)
- uEZGUI 4.3 Rev 2 BOM (PDF)
- uEZGUI 4.3 Rev 3 BOM (PDF)
- Engineering Change Orders for Hardware (ECO's)
- uEZGUI-2478-43WQS Rev 1.1 ECO (83,472KB - PDF)
- uEZGUI-2478-43WQS Rev 2 ECO (120,533KB - PDF)
- uEZGUI-2478-43WQS Rev 3 ECO (233,023KB - PDF)
- uEZGUI-2478-43WQS Rev 3.1 ECO (69,485KB - PDF)
- Segger J-Link Software Support (Link)
uEZGUI-1788-43WQS
- Revision History (Link) NEW!
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- emWin Demo for FDI kits at SORCESFORGE.net (HTML link)
- Manuals/Brochure
- uEZGUI-1788-43WQS Brochure (243KB - PDF)
- Quick Start Guide (461KB - PDF)
- User’s Manual (767KB - PDF)
- Schematics
- uEZGUI 4.3 Mainboard Schematics Rev 3 (75KB - PDF)
- uEZGUI 4.3 Rev 3 BOM (PDF)
- Engineering Change Orders for Hardware (ECO's)
- uEZGUI-2478-43WQS Rev 3.1 ECO (69,485KB - PDF)
- Segger J-Link Software Support (Link)
uEZGUI-2478-70WVE
- Revision History (Link) NEW!
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- emWin Demo for FDI kits at SORCESFORGE.net (HTML link)
- Manuals/Brochure
- uEZGUI-2478-70WVE Brochure (258KB - PDF)
- Quick Start Guide (273KB - PDF)
- User’s Manual (775KB - PDF)
- Schematics
- Engineering Change Orders for Hardware (ECO's)
- uEZGUI-2478-70WVE Rev 1.1 ECO (83,472KB - PDF)
- uEZGUI-2478-70WVE Rev 1.2 ECO (120,533KB - PDF)
- uEZGUI-2478-70WVE Rev 2 ECO (120,533KB - PDF)
- Segger J-Link Software Support (Link)
uEZGUI-1788-70WVE
- Revision History (Link) NEW!
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- emWin Demo for FDI kits at SORCESFORGE.net (HTML link)
- Manuals/Brochure
- uEZGUI-1788-70WVE Brochure (258KB - PDF)
- Quick Start Guide (273KB - PDF)
- User’s Manual (775KB - PDF)
- Schematics
- Engineering Change Orders for Hardware (ECO's)
- Segger J-Link Software Support (Link)
uEZGUI-RX62N-35QT
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- Manuals/Brochure
- uEZGUI-RX62N-35QT Brochure (229KB - PDF)
- Quick Start Guide (244KB - PDF)
- User’s Manual (704KB - PDF)
- Schematics
- Engineering Change Orders for Hardware (ECO's)
- uEZGUI 3.5 Rev 1.1 ECO (PDF)
- uEZGUI 3.5 Rev 2 ECO (PDF)
- Segger J-Link Software Support (Link)
uEZGUI-EXP1
- Revision History (Link) NEW!
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- Manuals/Brochure
- uEZGUI-EXP1 Brochure (256KB - PDF)
- User's Manual (273KB - PDF)
- Schematics
DK-35TS-LPC2478
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- emWin Demo for FDI kits at SORCESFORGE.net (HTML link)
- Manuals/Brochure
- Touch Screen User's Manual (802KB - PDF)
- SOMDIMM-LPC2478 User's Manual (1.428MB - PDF)
- Software QuickStart Guide (459KB - PDF)
- DK-35TS-LPC2478 Brochure (182KB - PDF)
- Schematics
- SOMDIMM-LPC2478 (60KB - PDF)
- CARRIER (104KB - PDF)
- CARRIER R4 (104KB - PDF)
- LCDCARRIER 3-5 (59KB - PDF)
- Engineering Change Orders for Hardware (ECO's)
- DK-35TS-LPC2478 Revision History (22KB - PDF)
- SOMDIMM-LPC2478 (339KB - PDF)
- CARRIER (336KB - PDF)
- CARRIER R3 (123KB - PDF)
- CARRIER R4 (51KB - PDF)
- LCD CARRIER (1.25MB - PDF)
- Segger J-Link Software Support (Link)
DK-57TS-LPC2478
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- emWin Demo for FDI kits at SORCESFORGE.net (HTML link)
- Manuals/Brochure
- Touch Screen User's Manual (802KB - PDF)
- SOMDIMM-LPC2478 User's Manual (1.428MB - PDF)
- Software QuickStart Guide (459KB - PDF)
- DK-57TS-LPC2478 Brochure (205KB - PDF)
- Schematics
- SOMDIMM-LPC2478 (60KB - PDF)
- CARRIER (104KB - PDF)
- CARRIER R4 (104KB - PDF)
- LCDCARRIER 5.7 (33KB - PDF)
- Engineering Change Orders for Hardware (ECO's)
- DK-57TS-LPC2478 Revision History (22KB - PDF)
- SOMDIMM-LPC2478 (339KB - PDF)
- CARRIER (336KB - PDF)
- CARRIER R3 (123KB - PDF)
- CARRIER R4 (51KB - PDF)
- LCD CARRIER (86KB - PDF)
- Segger J-Link Software Support (Link)
DK-57VTS-LPC2478
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- emWin Demo for FDI kits at SORCESFORGE.net (HTML link)
- Manuals/Brochure
- Touch Screen User's Manual (802KB - PDF)
- SOMDIMM-LPC2478 User's Manual (1.428MB - PDF)
- Software QuickStart Guide (459KB - PDF)
- DK-57VTS-LPC2478 Brochure (185KB - PDF)
- Schematics
- SOMDIMM-LPC2478 (60KB - PDF)
- CARRIER (104KB - PDF)
- CARRIER R4 (104KB - PDF)
- LCDCARRIER 5.7 (33KB - PDF)
- Engineering Change Orders for Hardware (ECO's)
- DK-57VTS-LPC2478 Revision History (22KB - PDF)
- SOMDIMM-LPC2478 (339KB - PDF)
- CARRIER (336KB - PDF)
- CARRIER R3 (123KB - PDF)
- CARRIER R4 (51KB - PDF)
- LCD CARRIER (1.25MB - PDF)
- Segger J-Link Software Support (Link)
DK-57VTS-LPC1788
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- emWin Demo for FDI kits at SORCESFORGE.net (HTML link)
- Manuals/Brochure
- Touch Screen User's Manual (802KB - PDF)
- SOMDIMM-LPC1788 User's Manual (1.428MB - PDF)
- Software QuickStart Guide (459KB - PDF)
- DK-57VTS-LPC1788 Brochure (185KB - PDF)
- Schematics
- SOMDIMM-LPC1788 Rev 4 Schematic (60KB - PDF)
- CARRIER (104KB - PDF)
- CARRIER R4 (104KB - PDF)
- LCDCARRIER 5.7 (33KB - PDF)
- Engineering Change Orders for Hardware (ECO's)
- DK-57VTS-LPC1788 Revision History (22KB - PDF)
- CARRIER (336KB - PDF)
- LCD CARRIER (1.25MB - PDF)
- CARRIER R3 (123KB - PDF)
- CARRIER R4 (51KB - PDF)
- Segger J-Link Software Support (Link)
DK-43WQH-1788
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- emWin Demo for FDI kits at SORCESFORGE.net (HTML link)
- Manuals/Brochure
- Touch Screen User's Manual (791KB - PDF)
- SOMDIMM-LPC1788 User's Manual (1.428MB - PDF)
- Software QuickStart Guide (368KB - PDF)
- DK-43WQH-1788 Brochure (185KB - PDF)
- Schematics
- SOMDIMM-LPC1788 Rev 4 Schematic (60KB - PDF)
- CARRIER R4 (104KB - PDF)
- LCDCARRIER 4WQ(29KB - PDF)
- Engineering Change Orders for Hardware (ECO's)
- CARRIER R3 (123KB - PDF)
- CARRIER R4 (51KB - PDF)
- Segger J-Link Software Support (Link)
DK-57TS-LPC3250
- Software
- SIBL Bootloader Source Code - NEW! V1.04! (4.44MB - ZIP)
- SIBL Programming Utility - NEW! V1.04 (43KB - ZIP)
- Manuals/Brochure
- Touch Screen User's Manual (802KB - PDF)
- SOMDIMM-LPC3250 User's Manual (1.041MB - PDF)
- SOMDIMM-LPC3250 Linux BSP Manual (453KB - PDF)
- DK-57TS-LPC3250 Brochure (135KB - PDF)
- Schematics
- SOMDIMM-LPC3250 (77KB - PDF)
- CARRIER (104KB - PDF)
- CARRIER R4 (104KB - PDF)
- LCDCARRIER 5.7 (33KB - PDF)
- Engineering Change Orders for Hardware (ECO's)
- DK-57TS-LPC3250 Revision History (22KB - PDF)
- SOMDIMM-LPC3250 (329KB - PDF)
- CARRIER (135KB - PDF)
- CARRIER R3 (123KB - PDF)
- CARRIER R4 (51KB - PDF)
- LCD CARRIER (86KB - PDF)
- Segger J-Link Software Support (Link)
DK-57VTS-LPC3250
- Software
- SIBL Bootloader Source Code- NEW! V1.03 (3.55MB - ZIP)
- SIBL Programming Utility - NEW! V1.03 (18KB - ZIP)
- Manuals/Brochure
- Touch Screen User's Manual (802KB - PDF)
- SOMDIMM-LPC3250 User's Manual (1.041MB - PDF)
- SOMDIMM-LPC3250 Linux BSP Manual (453KB - PDF)
- DK-57VTS-LPC3250 Brochure (135KB - PDF)
- Schematics
- SOMDIMM-LPC3250 (77KB - PDF)
- CARRIER (104KB - PDF)
- CARRIER R4 (104KB - PDF)
- LCDCARRIER 5.7 (33KB - PDF)
- Engineering Change Orders for Hardware (ECO's)
- DK-57VTS-LPC3250 Revision History (22KB - PDF)
- SOMDIMM-LPC3250 (329KB - PDF)
- CARRIER (336KB - PDF)
- CARRIER R3 (123KB - PDF)
- CARRIER R4 (51KB - PDF)
- LCD CARRIER 3-5 (1.25MB - PDF)
- Segger J-Link Software Support (Link)
DK-57TS-RX62N
- Software
- Manuals/Brochure
- Schematics
- CARRIER Schematics, Rev 3 (106KB - PDF)
- SOMDIMM-RX62N Schematics, Rev 1 (71KB - PDF)
- Engineering Change Orders for Hardware (ECO's)
- Segger J-Link Software Support (Link)
DK-43WQT-RX62N
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- Manuals/Brochure
- Touch Screen User's Manual RX (782KB - PDF)
- SOMDIMM-RX62N User's Manual (1.428MB - PDF)
- Software QuickStart Guide (381KB - PDF)
- DK-43WQT-RX62N Brochure (197KB - PDF)
- Schematics
- SOMDIMM-RX62N Rev 2 Schematic (71KB - PDF)
- CARRIER R4 (104KB - PDF)
- LCDCARRIER 4WQ(30KB - PDF)
- Engineering Change Orders for Hardware (ECO's)
- CARRIER R3 (123KB - PDF)
- CARRIER R4 (51KB - PDF)
- Segger J-Link Software Support (Link)
DK-47WQH-RX62N
- Software
- μEZ® Source Files located at SOURCEFORGE.NET (HTML link)
- Manuals/Brochure
- Touch Screen User's Manual RX (782KB - PDF)
- SOMDIMM-RX62N User's Manual (1.428MB - PDF)
- Software QuickStart Guide (381KB - PDF)
- DK-47WQT-RX62N Brochure (197KB - PDF)
- Schematics
- SOMDIMM-RX62N Rev 2 Schematic (71KB - PDF)
- CARRIER R4 (104KB - PDF)
- LCDCARRIER 4WQ(30KB - PDF)
- Engineering Change Orders for Hardware (ECO's)
- CARRIER R3 (123KB - PDF)
- CARRIER R4 (51KB - PDF)
- Segger J-Link Software Support (Link)