pub fn debug_bitmap() -> Result<Bitmap<Default, false>, ApiError>Expand description
Only valid in the Simulator, returns the debug framebuffer as a bitmap.
Returns error on device.
This function is shorthand for Graphics::debug_bitmap,
using default ZST end-point.
Equivalent to sys::ffi::playdate_graphics::getDebugBitmap.