Search Results

Search results 1-1 of 1.

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

  • Rotating a character in emWin

    Tebeye - - emWin related

    Post

    Hello everyone, In API there is a function which called GUI_DispStringInRectEx(). This function can rotate whole string as we know. But in my project I want to do the rotation operation with "GUI_DispCharAt()" function. As far as I understood and examined the internal parts of the software, the "GUI Disp String" function in question takes a certain region on the screen and rotates it. Then again, a "string" print function is called inside.I want to adapt it to the DisplayCharAt function and just…