2021-12-16 02:11 AM
2021-12-16 03:11 AM
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?
2021-12-16 03:23 AM
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.
2021-12-16 03:38 AM
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?
2021-12-16 04:04 AM
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 STM32 or any ST MCU capable to do that? The flash memory, is it expandable?