MCPcopy Create free account
hub / github.com/OpenActionAPI/rust-elgato-streamdeck / lcd_strip_size

Method lcd_strip_size

src/info.rs:209–216  ·  view source on GitHub ↗

Size of the LCD strip on the device

(&self)

Source from the content-addressed store, hash-verified

207
208 /// Size of the LCD strip on the device
209 pub fn lcd_strip_size(&self) -> Option<(usize, usize)> {
210 match self {
211 Kind::Plus => Some((800, 100)),
212 Kind::PlusXl => Some((100, 1200)),
213 Kind::Neo => Some((248, 58)),
214 _ => None,
215 }
216 }
217
218 /// Tells if the Stream Deck kind has a screen
219 pub fn is_visual(&self) -> bool {

Callers 3

write_lcd_fillMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected