Small fix to RGB per-key

This commit is contained in:
Luke D Jones
2020-08-03 13:53:21 +12:00
parent b0a267b412
commit 1041cf5dbc
8 changed files with 185 additions and 142 deletions

View File

@@ -93,6 +93,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
writer.write_colour_block(&colours)?;
// can change 100 times per second, so need to slow it down
std::thread::sleep(std::time::Duration::from_millis(30));
//std::thread::sleep(std::time::Duration::from_millis(30));
}
}