Search found 247 matches
- 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: 30630
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 ...
- 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: 30630
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
Which test executable are you running, and which display variant are you using?
Cheers,
Daniel
- Fri Sep 20, 2019 3:23 pm
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: EVE2 - Button Text color besides White
- Replies: 3
- Views: 7545
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...
- 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: 30630
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
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
- Thu Sep 12, 2019 10:43 am
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: EVE Screen Designer Configuration Guide
- Replies: 2
- Views: 21550
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...
- Thu Sep 05, 2019 11:13 am
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: Drawing Scope on Eve2-50G
- Replies: 5
- Views: 9948
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...
- Wed Sep 04, 2019 11:25 am
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: Drawing Scope on Eve2-50G
- Replies: 5
- Views: 9948
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
Are you looking to create somthing similar to an oscilloscope screen, or an ECG meter?
Cheers,
Daniel
- Thu Aug 22, 2019 1:19 pm
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: EVE2-43G brightness increase possible?
- Replies: 1
- Views: 5973
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...
- Tue Aug 20, 2019 5:07 pm
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: EVE2-43G intialization difficulty
- Replies: 7
- Views: 14345
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...
- Mon Aug 19, 2019 4:30 pm
- Forum: GTT Series
- Topic: Python Command Wrapper
- Replies: 2
- Views: 15727
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
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
- Mon Aug 19, 2019 11:52 am
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: EVE2-43G intialization difficulty
- Replies: 7
- Views: 14345
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...
- 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: 30630
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
What are you trying to draw on the screen? Could you provide a snippet of your code?
Cheers,
Daniel
- Fri Aug 09, 2019 11:12 am
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: EVE2-43G intialization difficulty
- Replies: 7
- Views: 14345
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...
- Thu Aug 08, 2019 10:16 am
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: EVE2-43G intialization difficulty
- Replies: 7
- Views: 14345
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 ...
- 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: 30630
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
Your connections are correct. Are you still having difficulties communicating with the display?
Cheers,
Daniel