This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Manual for GUI-Library

Hi,

I'm looking for the Manual of the GUI-Library which is included in my MDK-ARM Prof.? Where can I find such a document?

Thanks,
Kay

Parents
  • Hi Andrew,

    Thanks for your reply. What I mean is a technical documentation with a summary of all functions and procedures (API). I need also a guide or the necessary information to create an application with my own hardware (display).
    Segger emWin is not exactly the same like the GUI from Keil - For example to print out a string Segger use: "GUI_DispString("String)" - the code for Keil-GUI: "GLCD_DisplayString(Line, Column, Font, String)". So the docs from Segger are useless.

    Best regards,
    Kay

Reply
  • Hi Andrew,

    Thanks for your reply. What I mean is a technical documentation with a summary of all functions and procedures (API). I need also a guide or the necessary information to create an application with my own hardware (display).
    Segger emWin is not exactly the same like the GUI from Keil - For example to print out a string Segger use: "GUI_DispString("String)" - the code for Keil-GUI: "GLCD_DisplayString(Line, Column, Font, String)". So the docs from Segger are useless.

    Best regards,
    Kay

Children
  • Of course!

    Having paid the amount you do for a Pro licence, you should certainly expect that - and be complaining loudly to Keil if you haven't got it!

    Have you also contacted your distributor?

  • Hi Andrew,

    After a short talk with Keil I have all necessary information. The blinky demo doesn't work with the rigtht GUI-Lib from Keil (It's just a demo with a proprietary library). And so the API is different from Segger's emWin.
    I have found the right demos in the directory "emWin" (There is a little "mistake" in the project settings therfore you must press reset to start the demo).

    Kay