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

Autodetect screen-size, add caption as parameter to constructor #11

Closed bablokb closed 1 year ago

bablokb commented 1 year ago

I managed to autodetect the screen-size before the displayio-core is initialized. So the pygame-display can now start in fullscreen with full resolution or alternatively maximized by passing width and/or height as zero.

I also added caption as an additional parameter to the constructor.

BTW: pip still installs the old, somewhat broken version.

bablokb commented 1 year ago

I also changed the version string, see #10