FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Show Posts

You can view here all posts made by this member. Note that you can only see posts made in areas to which you currently have access.

Messages - Asma Farheen

Pages: [1]
1
Discussion - Software / Re: FT813 Touch Issue
« on: March 06, 2020, 04:20:18 AM »
Hello,

I checked touch controller data lines, and its working fine, now i have added the while(EVE_MemRead8(REG_CPURESET) != 0x00) instruction too, and its working fine. But still i don't know the exact reason of sudden disable of touch ::).

Right now, the display and touch are working fine. Thank you for your continuous support.

Regards,
Asma

2
Discussion - Software / Re: FT813 Touch Issue
« on: February 28, 2020, 10:55:10 AM »
Hello,

Yes the issue got resolved after adding the while (EVE_MemRead8(REG_CPURESET) != 0x00), but when i was testing the keypad, the touch got disabled again. And, after removing the (EVE_MemRead8(REG_CPURESET) != 0x00), touch got enabled.

I didn't changed anything in my initialization code. Its the same code which i send you through email. Please find the attached copy for the FT813 initialization for your cross check.

And the touch controller present on my Newhaven display is FT5x06 controller.

Thank You,
Asma

3
Discussion - Software / Re: FT813 Touch Issue
« on: February 26, 2020, 11:05:18 AM »
Hello,

Thank you for your reply..

Yesterday, i checked it through the code only, then i removed  the while (EVE_MemRead8(REG_CPURESET) != 0x00) from the initialization sequence and run the code and checked the calibration part and the touch got enable.

Few days back i couldn't able to enable the touch but after adding the above instructions, it got enabled. But now, without that instruction it is enabling. What might be the reason for this behavior???

I will check the touch controller with oscilloscope and update on it soon.

Thank,
Asma

4
Discussion - Software / FT813 Touch Issue
« on: February 25, 2020, 06:32:21 AM »
Iam using NHD-7.0-800480FT-CSXV-CTP FT813 controller display. It was working fine till yesterday when i was checking the keypad working using cmd_keys, all keys were working fine and touch was enabled too and was working properly. But today when i was checking, it started behaving abrubtly, like the key tag was detecting without any press. Then later i checked with calibration function, then i found out it as it touch is not working.

In one of your blog's topic, i studied that Newhaven display needs extra settings to boot up. Iam referring the code present in the git hub i.e. https://github.com/RudolphRiedel/FT800-FT813 . Is their any need to add any extra settings?? or what might be the issue of its touch getting disable suddenly??

Please suggest the solution.

Thanks,
Asma

Pages: [1]