omeraygor Community Member

  • Member since Sep 13th 2021
Last Activity

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

  • omeraygor -

    Replied to the thread Renesas RA6M3 EmWin AppWizard 90 degree screen rotation problem.

    Post
    Hi Mahmut, sorry for late return. i am calling this function start of my code. after calling these: GUI_Init(); WM_MULTIBUF_Enable(1); GUI_MEMDEV_MULTIBUF_Enable(1); OrientationInit(VERTICAL_ORIENTATION); Source Code (10 lines)
  • omeraygor -

    Replied to the thread Renesas RA6M3 EmWin AppWizard 90 degree screen rotation problem.

    Post
    Hi Mahmut, Did you try? GUI_SetOrientationEx(GUI_SWAP_XY | GUI_MIRROR_X, 0);
  • omeraygor -

    Posted the thread EMwin ttf font.

    Thread
    Dear, This is my label create call back function. I am using ttf font create library. Mp problem is whenever label changed , again and again calling GUI_TTF_CreateFont(&Font, &Cs); function. it creates function every changed. So it will takes time. I…
  • omeraygor -

    Replied to the thread LISTVIEW Get All data to buffer and Set again.

    Post
    Thank you very much. i solved. Get all data with for loop and saved to file. and again i wrote a parser to initialize list again.
  • omeraygor -

    Posted the thread LISTVIEW Get All data to buffer and Set again.

    Thread
    Dear, i have a listbox. so i want to save listbox datas to save file and restore again. When this code runs , Source Code (2 lines) it prints 0. i cant find get all data from listview. and restore it again. can you suggest any solition? my orginal…