FoamyGuy / Blinka_Displayio_PyGameDisplay

Blinka makes her debut on the big screen! With this library you can use CircuitPython displayio code on PC and Raspberry Pi to output to a PyGame window instead of a hardware display connected to I2C or SPI. This makes it easy to to use displayio elements on HDMI and other large format screens.
MIT License
9 stars 9 forks source link

Return to prior auto_refresh functionality #7

Closed FoamyGuy closed 1 year ago

FoamyGuy commented 1 year ago

Return the use of threading for auto_refresh functionality. Thank you @bablokb for getting that working!

New API option event_loop() can be used instead of a "main loop".

running property has been replaced with check_quit() function. Call it in the main loop to check if user has pressed the X button on the window.