Difference between revisions of "MTF-T035"

From ArmadeusWiki
Jump to: navigation, search
m (Troubleshooting)
m (Troubleshooting)
Line 60: Line 60:
 
  mkdir -p /var/spool/cron/crontab
 
  mkdir -p /var/spool/cron/crontab
 
  crontab -e
 
  crontab -e
And write line :
+
write line :
  */5 * * * * echo 0 >  /sys/class/graphics/fb0/blank
+
  */5 * * * * echo 0 >  /sys/class/graphics/fb0/blank  
 +
And launch crond :
 +
crond
 
To awake LCD each 5 minutes, it's a tricky patch but it works ;-)
 
To awake LCD each 5 minutes, it's a tricky patch but it works ;-)
  

Revision as of 00:11, 27 March 2008

TFT Specifications

The MTF-T035 320x240 3.5" color TFT display from Microtips is the default TFT display supported. 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]

Some photos are although available here: Board Pictures


Important: 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

MTF 035 Adapt.jpg

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

Connections with the DevLight

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 by means of your multimeter. Do not forget to check the 3.3V supply polarity on the LCD_adapt board before to power up the system !

Troubleshooting

  • If your LCD shows too much White then set the potar on the LCD_Adapt to the minimum value.
LCD Adapt potar.jpg
  • LCD screen sleep after a certain time, to awake it type :
echo 0 >  /sys/class/graphics/fb0/blank

A crontab can be made :

mkdir -p /var/spool/cron/crontab
crontab -e

write line :

*/5 * * * * echo 0 >  /sys/class/graphics/fb0/blank 

And launch crond :

crond

To awake LCD each 5 minutes, it's a tricky patch but it works ;-)

LCD orders

Please add your name and the LCD type you want to the list below. The LCD_Adapter boards have been received and are working so far so good. 15 TFT pcs arrived !!!

First order (closed):

  • Rachid Koucha: 1x LCD_Touchscreen ->Julien Nicolas
  • ThomasB: 1x LCD_touchscreen ->confirmé
  • Sonzerro: 1x LCD_Touchscreen ->livré
  • Olivier Coutanceau: 1x LCD_Touchscreen ->livré
  • Arnaud Coffinet : 1x LCD_Touchscreen ->livré
  • Henri Geist : 1x LCD_Touchscreen ->livré
  • JulienB: 1x LCD_Touchscreen ->livré
  • JeanMichelN: 1x LCD_Touchscreen ->livré
  • FabienG: 1x LCD_Touchscreen ->livré
  • Nicolas Aguirre: 1x LCD_Touchscreen ->Michel Talon
  • Cédric Pineau: 1x LCD_Touchscreen ->Livré
  • KarlB: 1x LCD_touchscreen ->livré
  • ChristopheF: 1x LCD_touchscreen ->libre
  • Reserved : 1x LCD_touchscreen
  • Reference board : 1x LCD_touchscreen


Second list for next order (15 pcs should arrive on Weeks 40/41):

  • MichelT : 1x LCD_touchscreen ->livré
  • Stephane Falck : 1x LCD_touchscreen ->livré
  • Julien Nicolas : 1x LCD_touchscreen ->livré
  • Mickael Toumi : 1x LCD_touchscreen (attente adhésion)
  • Denis Brion : 1x LCD_touchscreen
  • JulienB : 1x LCD_touchscreen
  • StephaneF : 1x LCD_touchscreen
  • Bernard Borredon : 1x LCD_touchscreen

Linux drivers

Screenshots

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