Difference between revisions of "MTF-T035"

From ArmadeusWiki
Jump to: navigation, search
(LCD orders)
(Connection with the DevLight v2 & the DevFull)
 
(65 intermediate revisions by 16 users not shown)
Line 1: Line 1:
 
== TFT Specifications ==
 
== TFT Specifications ==
The MTF-T035 320x240 3.5" color TFT display from Microtips is the default TFT display supported.
+
 
Two pin compatible versions are available. One with touchscreen (analog outputs) and one without.
+
The MTF-T035 320x240 3.5" color TFT display from Microtips was once the default TFT display supported on APF9328.
 +
Two pin compatible versions of this LCD are available: one with touchscreen (analog outputs) and one without.
 
The MTF-T035 is provided with a 4 white led backlight.
 
The MTF-T035 is provided with a 4 white led backlight.
  
 
The specification can be found here:
 
The specification can be found here:
 
[http://www.microtipsusa.com/product_pdfs/Color%20TFT/MTF-T035DHSLP-A%20(24BIT,%20parallel,%20external%20BL%20control,%20anti-glare,%20TP).pdf]
 
[http://www.microtipsusa.com/product_pdfs/Color%20TFT/MTF-T035DHSLP-A%20(24BIT,%20parallel,%20external%20BL%20control,%20anti-glare,%20TP).pdf]
 +
{{Warning | THIS LCD IS NO MORE AVAILABLE FROM MICROTIPS...}}
  
 
Some photos are although available here:
 
Some photos are although available here:
 
[[Board Pictures]]
 
[[Board Pictures]]
 +
 +
 +
{{Warning| the TFT equipped with a touch panel requires an external touch controller which is not on the LCD_Adapt. This is due to the fact that the touch panel option was not available when the LCD_adapt was designed.
 +
Nevertheless, the touch controller will be present on the DevFull board.  }}
  
 
== Adapter Board ==
 
== Adapter Board ==
 +
 +
[[Image:MTF_035_Adapt.jpg|center|frame|'''figure 1''' - ''MTF-T035 picture'']]
 +
 
This kind of LCD requires an adapter board.  
 
This kind of LCD requires an adapter board.  
The small board generates the required bias voltages, integrates a while led driver and provides a standard 2.54 connector interface.  
+
The small board generates the required bias voltages, integrates a white led driver and provides a standard 2.54 connector interface.  
It has to be noted that a simple 3.3V supply must be used.
+
It has to be noted that only a 3.3V supply is required.
  
The <strong>schematics</strong> can be found here:
+
The '''specification''' can be found here:
[http://www.armadeus.com/downloads/lcd_adapt_MTFT035/schematics.pdf]
+
[http://www.armadeus.com/downloads/lcd_adapt_MTFT035/documentation/datasheet.pdf]  
  
The <strong>assembly drawings</strong> can be found here:
+
The '''schematics''' can be found here:
[http://www.armadeus.com/downloads/lcd_adapt_MTFT035/assembly.pdf]
+
[http://www.armadeus.com/downloads/lcd_adapt_MTFT035/hardware/schematics.pdf]
  
Note that the pin 1 of the connectors are altough written in the top layer copper.  
+
The '''assembly drawings''' can be found here:
 +
[http://www.armadeus.com/downloads/lcd_adapt_MTFT035/documentation/assembly.pdf]
  
 +
Note that the pin 1 of the connectors are although written in the top layer copper.
  
 +
==Connecting the LCD to the adapter board==
  
== Connections with the DevLight ==
+
{|border=0 summary="Connecting the LCD"
Just connect signals with same names together. <strong>Use only short wires !</strong>
+
|----------------
 +
| [[Image:LCD_Adapt_align.jpg|thumb|left|Open connector, plug & align LCD Flex pin 1 and PCB pin 1]] || [[Image:LCD_Adapt_closed.jpg|thumb|Close connector]]
 +
|----------------
 +
|}
 +
 
 +
== Connection with the APF9328DevLight v1.0==
 +
 
 +
Just connect signals with same names together. '''Use the shortest wires you can !'''
  
 
The DevLight schematics and specification may be usefull:
 
The DevLight schematics and specification may be usefull:
 
[http://www.armadeus.com/products_APF9328DevLight.html]
 
[http://www.armadeus.com/products_APF9328DevLight.html]
  
Once done verify the connections by means of your multimeter.  
+
Once done, verify the connections with a multimeter.  
<strong>Do not forget to check the 3.3V supply polarity on the LCD_adapt board before to power up the system !</strong>
+
{{Warning | Do not forget to check the 3.3V supply polarity on the LCD_adapt board before to power up the system !}}
 +
 
 +
== Connection with the APF9328DevLight v2 & the APF9328DevFull==
 +
 
 +
Use a straight flat cable and connect pin 1 to pin 1. (Same way as [[LQ043_Adapt|LQ043]]).
 +
 
 +
== Troubleshooting ==
 +
 
 +
* If your LCD shows too much White then set the potentiometer on the LCD_Adapt to the minimum value.
 +
[[Image:LCD_Adapt_potar.jpg|thumb|center]]
 +
 
 +
* If LCD screen fall asleep after a given time and you want to awake it, take a look at: [[FrameBuffer#Tips]]
 +
 
 +
==Linux drivers==
 +
 
 +
* [[FrameBuffer | How to activate/use Linux FrameBuffer driver]]
 +
* [[BackLight | How to use Backlight control interface]]
  
 +
==Screenshots==
  
== LCD orders ==
+
[[Image:MTF-T035_jim.jpg|thumb|left|SNES emulator running on the LCD]]
Please add your name and the LCD type you want to the list below.
+
[[Image:MTF-T035_street.jpg|thumb|center|SNES emulator running on the LCD]]
On order will be placed in two/three weeks.
+
The production of the LCD Adapter board has been launched.
+
Expected delivery date: Week 17/18
+
  
*Rachid Koucha: 1x LCD_Touchscreen
+
[[Category:LCD]]
*Henri Geist: 1x LCD_Touchscreen ?
+
*ThomasB: 1x LCD (with or without touchscreen)??
+
*Michael Lerjen: 1x LCD (with or without touchscreen)??
+
*Olivier Coutanceau: 1x LCD_Touchscreen
+
*Arnaud Coffinet : 1x LCD_Touchscreen
+

Latest revision as of 15:21, 1 July 2015

TFT Specifications

The MTF-T035 320x240 3.5" color TFT display from Microtips was once the default TFT display supported on APF9328. Two pin compatible versions of this LCD are available: one with touchscreen (analog outputs) and one without. The MTF-T035 is provided with a 4 white led backlight.

The specification can be found here: [1]

Warning Warning: THIS LCD IS NO MORE AVAILABLE FROM MICROTIPS...


Some photos are although available here: Board Pictures


Warning Warning: the TFT equipped with a touch panel requires an external touch controller which is not on the LCD_Adapt. This is due to the fact that the touch panel option was not available when the LCD_adapt was designed.

Nevertheless, the touch controller will be present on the DevFull board.


Adapter Board

figure 1 - MTF-T035 picture

This kind of LCD requires an adapter board. The small board generates the required bias voltages, integrates a white led driver and provides a standard 2.54 connector interface. It has to be noted that only a 3.3V supply is required.

The specification can be found here: [2]

The schematics can be found here: [3]

The assembly drawings can be found here: [4]

Note that the pin 1 of the connectors are although written in the top layer copper.

Connecting the LCD to the adapter board

Open connector, plug & align LCD Flex pin 1 and PCB pin 1
Close connector

Connection with the APF9328DevLight v1.0

Just connect signals with same names together. Use the shortest wires you can !

The DevLight schematics and specification may be usefull: [5]

Once done, verify the connections with a multimeter.

Warning Warning: Do not forget to check the 3.3V supply polarity on the LCD_adapt board before to power up the system !


Connection with the APF9328DevLight v2 & the APF9328DevFull

Use a straight flat cable and connect pin 1 to pin 1. (Same way as LQ043).

Troubleshooting

  • If your LCD shows too much White then set the potentiometer on the LCD_Adapt to the minimum value.
LCD Adapt potar.jpg
  • If LCD screen fall asleep after a given time and you want to awake it, take a look at: FrameBuffer#Tips

Linux drivers

Screenshots

SNES emulator running on the LCD
SNES emulator running on the LCD