BRT Community

General Category => Discussion - EVE => Topic started by: alexis.marquet on January 11, 2021, 10:51:33 AM

Title: Eve Screen Designer Language support
Post by: alexis.marquet on January 11, 2021, 10:51:33 AM
Hi,

We are working on a project that will be sold in multiple countries, and might need multiple language support. Do you know if such feature is in the pipeline in ESD?

Similar tools sometimes offer that function (eg. Segger's appwizard)


Best regards,

Alexis Marquet
Title: Re: Eve Screen Designer Language support
Post by: BRT Community on January 11, 2021, 05:01:14 PM
Hello,

The latest versions of ESD support Unicode fonts for applicable EVE ICs (BT81x), please see page 20 of the User Guide:
EVE Screen Designer 4.10 User Guide (https://brtchip.com/wp-content/uploads/Support/Documentation/Programming_Guides/Modules/EVE/BRT_AN_029_EVE%20Screen_Designer_4.10_User_Guide.pdf)

could you let me know what EVE IC you are planning on using in your project?

Best Regards,
BRT Community
Title: Re: Eve Screen Designer Language support
Post by: Kaetemi on March 10, 2021, 07:27:56 PM
There's currently no built-in support for language switching, but you can expose a set of global const char * in a C source file, along with some functions to assign them. Then connect those variables to the text inputs in the logic editor. The EVChargePoint example implements it this way.
Title: Re: Eve Screen Designer Language support
Post by: BRT Community on March 11, 2021, 12:43:06 PM
Hello,

Thanks for your feedback, I will result that the development team look into adding features to support language switching in the upcoming revisions of ESD.

Best Regards,
BRT Community