Crates.io | playdate-display |
lib.rs | playdate-display |
version | 0.3.6 |
source | src |
created_at | 2023-09-10 16:34:28.522845 |
updated_at | 2024-05-30 09:34:13.028601 |
description | High-level Display API built on-top of Playdate API |
homepage | https://github.com/boozook/playdate |
repository | https://github.com/boozook/playdate.git |
max_upload_size | |
id | 968905 |
size | 13,271 |
High-level display API built on-top of playdate-sys.
use playdate_display::Display;
let display = Display::new();
let width = display.width();
let height = display.height();
display.set_refresh_rate(30.0);
This software is not sponsored or supported by Panic.