stm32_tiny_monitor icon indicating copy to clipboard operation
stm32_tiny_monitor copied to clipboard

A tiny external monitor for PC using STM32 and ST7789. Connects to PC over USB and displays the captured screen on ST7789 (240x240) display.

Results 3 stm32_tiny_monitor issues
Sort by recently updated
recently updated
newest added

`fast_host.py` ``` ------------- [ initialize ] ------------- Device not found... Connect device Device Found!! Setting device configuration... ERROR: USBError occured. Re-connect the device... ---------------- [ end ] ---------------- ------------- [...

What is the bottleneck? I thought that these displays could refresh faster! And stm32 has JPEG codec.

Problems encountered on startup,Share the schematic diagram of ST7789 connected to STM32F103 Can the windows system be used? ![image](https://user-images.githubusercontent.com/21971730/215124527-f70ade3d-572d-4ca6-8f8e-be620f9ec18e.png) ![image](https://user-images.githubusercontent.com/21971730/215124747-00d4f8a0-347e-4024-b71c-1b3cb581519a.png) Please help me, thanks!