playdate-display

Crates.ioplaydate-display
lib.rsplaydate-display
version0.3.6
sourcesrc
created_at2023-09-10 16:34:28.522845
updated_at2024-05-30 09:34:13.028601
descriptionHigh-level Display API built on-top of Playdate API
homepagehttps://github.com/boozook/playdate
repositoryhttps://github.com/boozook/playdate.git
max_upload_size
id968905
size13,271
Alexander Koz. (boozook)

documentation

README

Display API for PlayDate

High-level display API built on-top of playdate-sys.

Usage

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.

Commit count: 445

cargo fmt