Search Results

Search results 1-6 of 6.

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

  • I have had a lingering issue that rears its ugly head from time to time and is a huge productivity killer. I honestly cannot say what triggers the issue, or how to fix it. It is becoming too big of an issue to continue development with the system like this. Hardware used: -STM32F746BG -Seggar J-Trace (SWD @ 4000kHz) or ST-Link When using my J-Trace from within STM32CubeIDE I get this output in the console window: Source Code (129 lines)If you look at the J-Trace log, clearly the verification of …

  • Hello again, As I was prepping a demo of this problem, I found the issue... Source Code (10 lines)When I first built this project, I implemented the GUI_Tick() function in a portion of code that STM32CubeMX destroyed when rebuilding my project. It went unnoticed until now. Without looking at the SWIPELIST source code, my guess is that the acceleration and deceleration functions rely on some sort of timing, and without that time, we have a SWIPELIST that doesn't really function. This is probably …

  • I have just checked the version of emWin, in this project it’s 54401. I will try to reduce the timing of my interrupts to be closer to the 25 milliseconds you have in your PIDConf. Right now my interrupt fires about once every 15 milliseconds. Today I will strip out all of the proprietary source code so I can upload the project for you to examine. Regards, Jim

  • I looked at the PIDConf.zip provided, the code is very similar to what I have, the biggest difference being that I am using TIM3 interrupt to trigger my touchscreen polling code instead of an RTOS, task, and a delay. Source Code (24 lines)I cannot post my application publicly, if there is a way to privately share, I can do that. I am actually using STemWin, I am not entirely sure what version is included with STM32CubeMX. If there is a way to extract this information, please share. I agree that …

  • Hello, Thank you for the wonderful product that emWin is. I truly have never seen such a well rounded product. Thank you for that. I am currently having an issue with a SWIPELIST. Please watch the video here: SWIPELIST Issues As you can see I am able to scroll a MULTIEDIT window with the vertical scroll bar without issue, but when I try to scroll the SWIPELIST, it will only scroll in little bursts. In the video I also show that my x and y touch points are being updated correctly as well as the t…

  • Displaying other languages

    JimJamUrCode - - emWin related

    Post

    Is there a recommended way to display multiple languages spanning multiple font files? I have a SWIPELIST that is a language selection menu. I would like to display the options in the native language. I don't have a single font file with every language in it. I would like the menu to appear as such: * - Language - * English ✓ * 中文 * 日本人 * Türk * عربى I did try building .c files for each individual font, and then handcrafting a 'master' font file by editing the 'GUI_CHARINFO_EXT' manually, but th…