CFAF320240F-T-TS informations

ditchou

New member
Hello,
I bought a CFAF320240F-T-TS to use it on my industrial system. So, I need a development kit able to work with my computer.
Is there one existing able to do that? or I need to develop my own?

Thank you very much
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 

CF Support2

Administrator
Our development board for our TFT modules is currently, well, in development (oh, that was bad). It is based on our current CFA-10xxx series of development / demonstration boards we have for our OLED and KS0107/KS0108 based graphics modules.

To get you started, we have some very basic sample code for 16 bit 8080 and 4 wire SPI modes on the modules Files tab. The code was written for an Atmel micro-controller. I have attached a PDF document that has a table showing the connections necessary for 10 of the 11 interfaces that the CFAF320240F series supports. This should help you determine which micro-controller to use.

If you choose to go with an Atmel micro-controller as well, there are a couple of free applications that you can use for writing your code.

AVRStudio:
http://www.atmel.com/dyn/Products/tools_card.asp?tool_id=2725

WinAVR:
http://winavr.sourceforge.net/

For connectivity, the 50 pin FPC mates with standard 0.5mm ZIF sockets such as:

HIROSE FH12-50S-0.5SH(55)
http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=HFJ150CT-ND

FH12A-50S-0.5SH(55)
http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=HFK150CT-ND

The touch panel FPC mates with 1mm pitch spaced ZIF sockets like the

FCI SFW4R-1STE1LF
http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=609-1883-1-ND

and FCI SFW4R-4STE1LF
http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=609-1886-1-ND

The touch screen is an "Analog 4-wire" there is no controller on board.

The touch screen must be driven in one direction, then read in the other direction. TI makes a low-level part that
has the drivers and ADC built into one part. Some micros have analog
inputs that may work directly. There is a company <http://www.tsharc.com/> that makes a high-level controller from a
pre-programmed PIC micro.

Basically you put a gradient across one set of electrodes (both set as digital outputs, drive one high and the
other low), then you look at either of the other set of electrodes (both set as
inputs, at least one analog). The analog input will pick up the voltage of the gradient at the contact point. To
read the other channel, you just rotate the whole process 90 degrees:

http://www.elotouch.com/products/accutec/accworks.asp

This description is just a conceptual outline, I am sure there are many other nuances to be addressed (references,
calibration, drift, non-contact,detecting "taps" and "double-taps").

Some information on the structur of a resistive touch screen:

http://www.dmccoltd.com/english/tecnical/logs/tec20041126_a.asp

Here is a bunch of book-marks on touchscreen controllers:

http://www.howstuffworks.com/question716.htm
http://www.microtouch.com/mthtml/03h_specs.htm
http://products.analog.com/products/info.asp?product=AD7843
http://www.icst.com/products/mk715.html
http://dbserv.maxim-ic.com/quick_view2.cfm?qv_pk=2755
http://focus.ti.com/docs/prod/productfolder.jhtml?genericPartNumber=ADS7843
http://focus.ti.com/docs/prod/productfolder.jhtml?genericPartNumber=TSC2003
http://focus.ti.com/docs/prod/folders/print/tsc2003.html
http://www.tsharc.com/

Software graphics driver library:

http://www.ramtex.dk/products/lcdd07xx.htm>

Please let me know if you have any questions.

Thank you.
 

Attachments

John Morelli

New member
pinout for 4 wire touch screen connector

Hello,

I can't seem to find the pinout for the 4-wire touch screen connector for the CFAF320240F-T-TS. Can you please post it or let me know where to find it?

Thank you,
John Morelli
 
Top