BRT Community

General Category => Discussion - EVE => Topic started by: madhusudan.jadhav on March 04, 2020, 08:47:17 PM

Title: feed the value on display in box and store the value
Post by: madhusudan.jadhav on March 04, 2020, 08:47:17 PM
Hi there,
I am using xmc4500 with matrix orbital eve2-70A TPR. I want to put one input box. there I will put some values for the process on display. How to do? please help.
Title: Re: feed the value on display in box and store the value
Post by: BRT Community on March 05, 2020, 11:32:49 AM
Hello,

A good place to start would be our main 'Sample App' this covers a wide variety of examples including text entry for your HMI:
Sample App (https://www.ftdichip.com/Support/SoftwareExamples/FT800_Projects.htm#SampleApp)

Best Regards,
BRT Community
Title: Re: feed the value on display in box and store the value
Post by: madhusudan.jadhav on March 08, 2020, 12:19:27 PM
Hi there, is there any screen designer available for fast prototyping for FT812. So that I can port the code in my project?
Title: Re: feed the value on display in box and store the value
Post by: BRT Community on March 09, 2020, 11:58:33 AM
Hello,

We have two screen prototyping development tools available, the first is called EVE Screen Designer (ESD). ESD can be used to develop an HMI using visual programming techniques, and can export code to our FT9XX series of MCUs:
https://brtchip.com/esd-4-8/ (https://brtchip.com/esd-4-8/)

The second is called EVE Screen Editor (ESE), ESE can be used to design screens and their layouts, but it does not produce logical code for the given screen. This gives you access to the raw display list for a given screen which can be easily transferred into which ever library you are using:
https://brtchip.com/eve-screen-editor/ (https://brtchip.com/eve-screen-editor/)

Best Regards,
BRT Community