sam-peach / SSD1306-OLED-Emulator

An open-source emulator for small OLED displays that are often used for Arduino/IOT projects.
50 stars 0 forks source link

Windows application stay blank #2

Open Sercurio opened 1 year ago

Sercurio commented 1 year ago

After integrated your library with my project, I start the windows app and saw my device connected (COM5).

After clicking submit, the app windows stay blank and not responding.

The mcu send data on the serial.

My MCU is a Seeeduino XIAO

image

Sercurio commented 1 year ago

I think there is something with the while(!Serial){} of the Xiao