Search found 247 matches

by Daniel Divino
Mon Sep 23, 2019 8:25 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: require code for designing on EVE2-70A
Replies: 19
Views: 17812

Re: require code for designing on EVE2-70A

Hi madhusudan.jadhav, I believe you mentioned you were trying out the Basic EVE Demo as a quick test to verify that your hardware works. Please note that the Basic EVE Demo was developed to run on an EVE display connected to a USB2SPI Bridge adapter. Were you able to run the Basic EVE Demo properly ...
by Daniel Divino
Fri Sep 20, 2019 4:27 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: require code for designing on EVE2-70A
Replies: 19
Views: 17812

Re: require code for designing on EVE2-70A

Hi madhusudan.jadhav,

Which test executable are you running, and which display variant are you using?

Cheers,
Daniel
by Daniel Divino
Fri Sep 20, 2019 3:23 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE2 - Button Text color besides White
Replies: 3
Views: 4995

Re: EVE2 - Button Text color besides White

Hi Jwizard, You should be able to configure the color of your buttons using the CMD_FGCOLOR command. The color of your text can be set by using the COLOR_RGB display list/Co-processor command. Here's an example using our EVE library: Send_CMD(CMD_DLSTART); Send_CMD(CLEAR_COLOR_RGB(255,255,255)); Sen...
by Daniel Divino
Fri Sep 13, 2019 11:28 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: require code for designing on EVE2-70A
Replies: 19
Views: 17812

Re: require code for designing on EVE2-70A

Hi Madhausen,

I took a quick look at your startup code. Please note, you don't need to write anything to REG_CPURESET prior to reading the register.

All you'll need to do is perform a rd8(REG_RESET) and read what is in the Reset Register.

Cheers,
Daniel
by Daniel Divino
Thu Sep 12, 2019 10:43 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE Screen Designer Configuration Guide
Replies: 2
Views: 13353

EVE Screen Designer Configuration Guide

Hi All! This guide provides step by step instructions detailing how to setup and configure FTDI/Bridgetek's EVE Screen Designer software in order to create graphic user interfaces for our EVE3 displays. Currently, our 3.5", 4.3", 5", and 7" displays are supported. These instructi...
by Daniel Divino
Thu Sep 05, 2019 11:13 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Drawing Scope on Eve2-50G
Replies: 5
Views: 5963

Re: Drawing Scope on Eve2-50G

Hi Chris, Take a look at the Signals example that FTDI posted on their site. The Signals demo uses stored data to recreate sine, triangle, and ECG heartbeat waveforms on screen. You may be able to modify one of the waveform functions that they use for your own application. It isn't quite the same as...
by Daniel Divino
Wed Sep 04, 2019 11:25 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Drawing Scope on Eve2-50G
Replies: 5
Views: 5963

Re: Drawing Scope on Eve2-50G

Hi Chris,

Are you looking to create somthing similar to an oscilloscope screen, or an ECG meter?

Cheers,
Daniel
by Daniel Divino
Thu Aug 22, 2019 1:19 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE2-43G brightness increase possible?
Replies: 1
Views: 4187

Re: EVE2-43G brightness increase possible?

Hi Paul, Based on the values you're measuring, it sounds like the display is receiving sufficient power, so the LED's should be providing peak brightness. Our current EVE2-43G has a typical brightness rating of 472nits, which should be enough for indoor applications. Typical cell phones hover around...
by Daniel Divino
Tue Aug 20, 2019 5:07 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE2-43G intialization difficulty
Replies: 7
Views: 8491

Re: EVE2-43G intialization difficulty

Hi Paul, You are correct. The BL_VDD pins on the EVE2 have a different functionality than the BL_VDD pins on the EVE3. The EVE2 came with two sets of power and ground pins which were only capable of supplying 500mA each (1A) to the display. The BL_VDD lines were also part of the 3.3V rail, but these...
by Daniel Divino
Mon Aug 19, 2019 4:30 pm
Forum: GTT Series
Topic: Python Command Wrapper
Replies: 2
Views: 8218

Re: Python Command Wrapper

Hey nasax,

Wow, that's quite the wrapper. We really appreciate all of the work you've done and I'm sure plenty of people with find your wrapper very useful in their product development.

Thanks again,
Daniel
by Daniel Divino
Mon Aug 19, 2019 11:52 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE2-43G intialization difficulty
Replies: 7
Views: 8491

Re: EVE2-43G intialization difficulty

Hi Paul, I'm glad to hear that you were able to resolve your communication issues. As for the power situation, we offer a way to power the back light separately from the logic on our new EVE3 boards. From the factory, the EVE3 is configured so that both the back light and logic use the same 3.3V rai...
by Daniel Divino
Mon Aug 12, 2019 4:22 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: require code for designing on EVE2-70A
Replies: 19
Views: 17812

Re: require code for designing on EVE2-70A

Hi Madhusudan.jadhav,

What are you trying to draw on the screen? Could you provide a snippet of your code?

Cheers,
Daniel
by Daniel Divino
Fri Aug 09, 2019 11:12 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE2-43G intialization difficulty
Replies: 7
Views: 8491

Re: EVE2-43G intialization difficulty

Hi Paul, Your setup looks correct. That said, there could be other factors of your setup which may be affecting the display's operation. During testing here, we found that the FT81x is very stingy about how our traces were routed. For your situation, I suggest using the USB2SPI as a method of verify...
by Daniel Divino
Thu Aug 08, 2019 10:16 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE2-43G intialization difficulty
Replies: 7
Views: 8491

Re: EVE2-43G intialization difficulty

Hi Paul, Welcome to the forums! Out of curiosity, were you able to purchase a USB2SPI bridge adapter, or an Arduino Scoodo Shield? We can guarantee that our demos will run on our hardware, and we strongly advise purchasing either of these pieces to verify that your display is working. Do you have a ...
by Daniel Divino
Thu Aug 08, 2019 8:47 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: require code for designing on EVE2-70A
Replies: 19
Views: 17812

Re: require code for designing on EVE2-70A

Hi Madhusudan.Jadhav,

Your connections are correct. Are you still having difficulties communicating with the display?

Cheers,
Daniel