Display API for PlayDate
High-level display API built on-top of playdate-sys.
Usage
use Display;
let display = new;
let width = display.width;
let height = display.height;
display.set_refresh_rate;
This software is not sponsored or supported by Panic.