Skip to main content
FHugo.1
Associate
December 16, 2021
Question

Hello everyone, I'm new to STM and I would like to know if it is possible, to draw rectangles on PC Window like a rectangle or cricle on the symbols or anything. Are there some libraries to draw stuff on PC Window?

  • December 16, 2021
  • 1 reply
  • 1031 views

..

    This topic has been closed for replies.

    1 reply

    mƎALLEm
    Technical Moderator
    December 16, 2021

    Hello @FHugo.1​ ,

    What do you mean by "draw rectangles on PC Window" ? is it a tool to be used to draw these shapes and then the latter will be drawn in an LCD screen with STM32?

    To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
    FHugo.1
    FHugo.1Author
    Associate
    December 16, 2021

    Hello there,

    similar but instead of drawing on a TFT or LCD Screen, I want to draw some stuff on the PC Window (OS Windows).

    Is it possible with STM32 + some Windows API's ?

    I just want to know if the STM32 (or any ST MCU) can interact & communicate with the PC and execute some code on PC.

    mƎALLEm
    Technical Moderator
    December 16, 2021

    Hello,

    Still not clear. Do you want to use STM32 MCU to send data for example with (UART/USB etc ..) to PC which will treat this data and draw circles/rectangles based on received data?

    To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.