pub fn display()Expand description
Manually flushes the current frame buffer out to the display. This function is automatically called after each pass through the run loop, so there shouldn’t be any need to call it yourself.
This function is shorthand for Graphics::display,
using default ZST end-point.
Equivalent to sys::ffi::playdate_graphics::display.