Arjuman Beginner
- Member since Nov 7th 2019
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Arjuman -
Replied to the thread How to trigger the specific language from csv file in the sample code "WIDGET_MultiLanguageCSV" provided by emwin ???.
PostHi, Instead of the binary format, we are trying to access the csv file directly. We are facing issue to read the csv file. NumLanguagesCSV = GUI_LANG_LoadCSVEx(_GetData, &_ResFileName[0]); GUI_LANG_LoadTextEx(_GetData, &_ResFileName[1],… -
Arjuman -
Replied to the thread language changing using csv file binary format.
PostHi, Is this is the example you were talking about?? Regards, Arjuman -
Arjuman -
Replied to the thread language changing using csv file binary format.
PostI tried something like this. Please see the attachment. Do I need to specifically convert the csv format into binary?? if yes, how to convert any csv file into its binary format?? If not, then how to read csv file in the code directly instead of binary… -
Arjuman -
Posted the thread language changing using csv file binary format.
ThreadHi, In the code for language changing "WIDGET_MultiLanguageCSV" which is mentioned in samples. They have used the binary format of the csv file. Is that necessary?? If yes, then how to convert csv file into binary format?? Can I just create a excel of… -
Arjuman -
Posted the thread How to trigger the specific language from csv file in the sample code "WIDGET_MultiLanguageCSV" provided by emwin ???.
ThreadHi, I have recently started working with emwim and I am going through the same projects given. Recently I have gone through the "WIDGET_MultiLanguageCSV". I have understood the workflow and functions. [1]. I have given the binary format of the csv file…