Skip to main content
tecnico23
Associate III
May 17, 2012
Question

Graphic library for LCD to be used with STM32

  • May 17, 2012
  • 18 replies
  • 6538 views
Posted on May 17, 2012 at 15:43

Hi,

I would ask for recommended Graphic Libraries to use with STM32 controlers.

I 've found the ''Resource Editor for Embedded GUI Library'' developed by ST, but there is too few proprieties associated with each object. For example, I can't configure the background, text colour, and resize a button. And you also have few fonts types.

I would like to use a Windows software, where I could built the screens without spend much time. I found emWin developped by Segger. It seems to be good but it is too much expensive for what I really need.

I will need to use:

-Labels;

-Textbox;

-Buttons;

-Sliders;

-Switches;

-Checkboxes;

-Radiobuttons;

-Gauge;

-Picture;

And maybe grahps in the future.

I'm looking for something like ''

eGUI/D4D'' developed by Freescale.

Best regards,

A.Paiva
    This topic has been closed for replies.

    18 replies

    emalund
    Associate III
    May 17, 2012
    Posted on May 17, 2012 at 20:26

    something lik this?

    http://www.keil.com/forum/20852/

    Erik
    tecnico23
    tecnico23Author
    Associate III
    May 22, 2012
    Posted on May 22, 2012 at 11:03

    Hi Erik,

    I'm not using Keil's IDE.

    Thanks for your suggestion,

    A. Paiva

    oriday
    Visitor II
    May 23, 2012
    Posted on May 23, 2012 at 22:35

    bjfree
    Associate II
    May 24, 2012
    Posted on May 24, 2012 at 05:29

    I would suggest looking up ardiuno code like:

    https://github.com/adafruit/ST7565-LCD

    tecnico23
    tecnico23Author
    Associate III
    May 25, 2012
    Posted on May 25, 2012 at 13:10

    Dear BJ Freeman,

    Thank you for your suggestion. But I'm looking for a graphical interface where I can see and put the objects in panels, and then the graphical interface should convert the panels into a .c and .h files.

    I'm looking for a library like this one developed by ST (''Resource Editor for Embedded GUI Library), but more sophisticated but also low cost.

    Thank you very much,

    A. Paiva

    bjfree
    Associate II
    May 29, 2012
    Posted on May 29, 2012 at 04:16

    there is

    http://www.gtk.org/features.php

    aymen
    Associate III
    May 29, 2012
    Posted on May 29, 2012 at 11:58

    hi

    i need the ''Resource Editor for Embedded GUI Library'', if you have a link please send me. thanks.

    tecnico23
    tecnico23Author
    Associate III
    June 5, 2012
    Posted on June 05, 2012 at 10:38

    Hi BJ Freeman,

    Thank you for the link.

    Do you use it to built an application that runs in a microcontroller? I can't understand how to make this. Where are the low-level files for microcontrollers?

    Thank you very much,

    Regards,

    A.Paiva

    tecnico23
    tecnico23Author
    Associate III
    June 5, 2012
    Posted on June 05, 2012 at 11:23

    Hi Aymen,

    Here you are. Make a searce by the name GUI and you will find it quickly.

    http://www.st.com/stonline/stappl/resourceSelector/app?page=resourceSelectorPage&doctype=st_software_rsrc&ClassID=1734

    Best regards,

    A.Paiva

    bjfree
    Associate II
    June 5, 2012
    Posted on June 05, 2012 at 13:50

    Low level I design for every new OS/ARM.

    I also use a paging method for the routines off of external memory/SD device.