mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 09:23:19 +01:00
chore: fix comments documenting Scar 18 implementation plan
Removed comments mentioning monochrome/grayscale LEDs added under the impression G14 and M16 used to have RGB LED lighting. This assumption has been proved false. Additionally added agent md files to gitignore and uncommented G635L width as even a random value is likely necessary
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -20,3 +20,7 @@ desktop-extensions/gnome*/@types/gir-generated
|
||||
desktop-extensions/gnome*/node_modules
|
||||
desktop-extensions/gnome*/schemas/gschemas.compiled
|
||||
desktop-extensions/gnome*/*.zip
|
||||
|
||||
# agents
|
||||
CLAUDE.md
|
||||
AGENT.md
|
||||
|
||||
@@ -114,7 +114,7 @@ impl AnimeType {
|
||||
match self {
|
||||
AnimeType::GU604 => 70,
|
||||
// TODO: Find G635L W*H
|
||||
// AnimeType::G635L => 68
|
||||
AnimeType::G635L => 68,
|
||||
AnimeType::G835L => 68,
|
||||
_ => 74,
|
||||
}
|
||||
@@ -125,7 +125,7 @@ impl AnimeType {
|
||||
match self {
|
||||
AnimeType::GA401 => 36,
|
||||
AnimeType::GU604 => 43,
|
||||
// AnimeType::G635L => 34,
|
||||
AnimeType::G635L => 34,
|
||||
AnimeType::G835L => 34,
|
||||
_ => 39,
|
||||
}
|
||||
|
||||
@@ -44,8 +44,6 @@ impl AnimeDiagonal {
|
||||
/// Generate the base image from inputs. The result can be displayed as is
|
||||
/// or updated via scale, position, or angle then displayed again after
|
||||
/// `update()`.
|
||||
///
|
||||
/// TODO: G835L and G635L only supports grayscale
|
||||
#[inline]
|
||||
pub fn from_png(
|
||||
path: &Path,
|
||||
@@ -385,8 +383,6 @@ impl AnimeDiagonal {
|
||||
}
|
||||
|
||||
// TODO: Implement `to_g635l_packets` and `to_g835l_packets` functions
|
||||
// IMPORTANT NOTE: G635L and G835L ONLY SUPPORT GRAYSCALE
|
||||
//
|
||||
// fn to_g835l_packets(buf: &[u8]) -> Result<AnimeDataBuffer> {
|
||||
// let mut buf = vec![0u8; AnimeType::GU604.data_length()];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user