We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
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