High-level display API built on-top of playdate-sys.
```rust use playdate_display::Display;
let display = Display::new();
let width = display.width(); let height = display.height(); display.setrefreshrate(30.0); ```
This software is not sponsored or supported by Panic.