Search Results

Search results 1-13 of 13.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi Adrian, Sorry, my bad. I forgot to use MULTIPAGE_SetDefaultFont()! Case closed. Thanks :)

  • Hi, MULTIPAGE_SetText() writes nothing when using Cyrillic characters. I'm using a Font scheme that includes the Cyrillic characters, in such way that writing to the display with GUI_DispStringAt() or GUI_DispStringHCenterAt() is not a problem and the Cyrillic characters are correctly displayed. Can you confirm this error? If yes, can you provide me a fix or a workaround? Thanks, David

  • Hi Adrian, Any news regarding this pending issue? Thank you, David

  • Hi Adrian, thank you for your reply. Unfortunately the number of decimal digits being shown is crucial for me. Please let me know as soon as possible of a way to fix this function. Thank you, David

  • Hi, Could anyone confirm this error? It can be tested by taking the example project, found on the emWin package inside the "Start" folder, and adding the code snippet from my previous post. Thanks, David

  • Hi, I get a wrong output from GUI_DispSFloatMin, namely for a fractional value the zero digit before the comma is missing. I can reproduce it by adding the following code to the example project delivered with emWin. Source Code (5 lines) Can you confirm this error? If yes, can you provide me a fix or a workaround? Thanks, David

  • Solved! One can do emWin simulations using for example Code::Blocks + GNU GCC. CB can open MS Visual C++ projects and GCC can be easily installed on Windows using MinGW. Just for reference, I'll leave the links: MinGW mingw.org/wiki/Getting_Started sourceforge.net/projects/mingw…Installer/mingw-get-inst/ Code::Blocks codeblocks.org/downloads Greetings, David

  • Hello Adrian, I am already a licensed and paying user of SEGGER emWin software. My question is if the creation of executables using the simulation package provided by SEGGER with MS Visual C++ is considered commercial use (of MS Visual C++) ? I'm asking because MS Visual C++ is free for non-commercial use. BTW, is there any free compiler that can be used to create emWin simulations? Thanks, David

  • Any clue what may be missing here? Best Regards, David

  • Hi, I would like to use the simulation possibility of emWin with MS Visual Studio Express but I'm unsure if it's possible with the free version. Does anyone know if the simulation is considered a commercial use of the program? Thanks, David

  • Hi Adrian, I have now in the Includes folder of my project the directories: /Config /GUI/Core /GUI/DisplayDriver /GUI/Widget /GUI/WM Still I have the errors: ../arm-none-eabi/bin/ld.exe: C1200.axf section `.bss' will not fit in region `RamLoc64' c:/code_red/redsuite_5.0.14_1145/redsuite/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/bin/ld.exe: region `RamLoc64' overflowed by 2032168 bytes (...) ./GUI/Core/GUI_Core.o: In function `GUI_Init': ../GUI/Core/GUI_Core.c:216: undefi…

  • Hello Adrian, Sorry for the late reply, I didn't get an email alert... Could you please elaborate? I have just followed the instructions in point 2.1.2 of the Manual. Do you mean if I created a library as described in point 2.3? Thanks for the help, David

  • Hello everyone, I had a good experience with the already made emWin example project for LPCXpresso available at LPCWare but now that I own the library I would like to create a clean project. I have created a new project in LPCXpresso for LPC1788 and included the folders as described in "2.1.2 Include directories" of emWin5.18 User Manual. Still, when compiling my project I get a lot of errors of this kind: ../src/main.c:272: undefined reference to `GUI_Init' ../src/main.c:274: undefined referenc…