We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b628103 commit 2aeaa4fCopy full SHA for 2aeaa4f
src/command.rs
@@ -8,7 +8,6 @@ use display_interface::{DataFormat::U8, DisplayError, WriteOnlyDataCommand};
8
9
/// Commands
10
#[derive(Debug, Copy, Clone)]
11
-#[allow(dead_code)]
12
pub enum Command {
13
/// Set contrast. Higher number is higher contrast. Default = 0x7F
14
Contrast(u8),
0 commit comments