Add extra models to ledmodes

- Configurable anime example
- Gfx power states as enum

Closes #72
This commit is contained in:
Luke D Jones
2021-03-29 19:36:30 +13:00
parent fbc248177a
commit 7ff01f12e9
52 changed files with 2983 additions and 564 deletions

25
rog-anime/Cargo.toml Normal file
View File

@@ -0,0 +1,25 @@
[package]
name = "rog_anime"
version = "1.0.0"
license = "MPL-2.0"
readme = "README.md"
authors = ["Luke <luke@ljones.dev>"]
repository = "https://gitlab.com/asus-linux/asus-nb-ctrl"
homepage = "https://gitlab.com/asus-linux/asus-nb-ctrl"
description = "Types useful for translating images and other data for display on the ASUS AniMe Matrix display"
edition = "2018"
[dependencies]
png_pong = "^0.8.0"
glam = "*"
pix = "0.13"
owo-colors = "2.0.0"
serde = "^1.0"
serde_derive = "^1.0"
zvariant = "^2.5"
zvariant_derive = "^2.5"
[features]
default = ["zbus"]
zbus = []