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

changing coordinate

it may be simple question,i use emWIN5 with arm cortex-m4, keil.
I would like to change coordinate. it means I usually set "GUI_DispStringAt("sample",30,40,);".
however, i don't know how to change vertical to horizon.
please let me know how to change. if you need further information, also let me know.
thank you.

Parents
  • summary
    1.I use Segger Emwin5 which is the GUI system and it is controlled by Coretex-M4(STM32f407IG)
    2.I used some functions that display on LCD. the functions are GUI_DispStringAt("Voltage",50,20); or GUI_DispDecAt(yaya,10,100,2); GUI_DispStringAt(".",80,100); etc
    3.please let me know how to change x-axis to y-axis( displayed vertical to horizon)

    i want to change to

    (0,0) (0,0) ---------------> X ---------------> Y | | | | | | | | | | | | | | Y X

Reply
  • summary
    1.I use Segger Emwin5 which is the GUI system and it is controlled by Coretex-M4(STM32f407IG)
    2.I used some functions that display on LCD. the functions are GUI_DispStringAt("Voltage",50,20); or GUI_DispDecAt(yaya,10,100,2); GUI_DispStringAt(".",80,100); etc
    3.please let me know how to change x-axis to y-axis( displayed vertical to horizon)

    i want to change to

    (0,0) (0,0) ---------------> X ---------------> Y | | | | | | | | | | | | | | Y X

Children
No data