The PC sends data to the STM32 via USB while it's plugged in to the PC -> STM32 receive the data (x.startPos, y.startPos, x.endPos, y.endPos) -> STM32 draws the rectangle on PC Window with some STM32 or Windows library.The questions are now.. is the ...
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 w...