Difficulties to create my own GUI with emWin

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

    • Difficulties to create my own GUI with emWin

      Hello,

      I have followed chapter 4.3 of emwin startup guide that gives guidelines to create a simple startup application by using GUI Builder on NXP's OM13092 kit (with LPC54608 MCU), but it didn't work for me.

      nxp.com/docs/en/application-note/AN11244.pdf

      I just modified main file of SDK touch and draw demo code and added the code generated by GUI Builder, but the buttons are not displayed on the screen.

      Could you please lend me a helping hand on it?


      Thanks and best regards,

      Marco Aurelio P. Coelho
    • Hi,

      Did you tried if you get an output on the display at all?

      Try something like this:

      C Source Code

      1. /*********************************************************************
      2. *
      3. * MainTask
      4. */
      5. void MainTask(void) {
      6. GUI_Init();
      7. GUI_DispString("Hello world!");
      8. while(1);
      9. }
      Does this work?

      Regards,
      Sven
      Please read the forum rules before posting.

      Keep in mind, this is *not* a support forum.
      Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
      Should you be entitled to support you can contact us via our support system: segger.com/ticket/

      Or you can contact us via e-mail.