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, 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, 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
-
Simulation of emWin using MS Visual Studio Express is considered a commercial use?
dcopeto - - emWin related
PostSolved! 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
-
Simulation of emWin using MS Visual Studio Express is considered a commercial use?
dcopeto - - emWin related
PostHello 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
-
Simulation of emWin using MS Visual Studio Express is considered a commercial use?
dcopeto - - emWin related
PostHi, 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 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…