Browse Source

Removed function never used warning

embedded-hal-1.0
Christoph Groß 8 years ago
parent
commit
450049ef0f
  1. 1
      src/drawing/mod.rs

1
src/drawing/mod.rs

@ -100,6 +100,7 @@ impl Graphics {
/// Draw a single Pixel with `color`
///
/// limited to i16::max images (buffer_size) at the moment
#[allow(dead_code)]
fn draw_byte(&self, buffer: &mut[u8], x: u16, y: u16, filling: u8, color: &Color) {
let idx = match self.rotation {
Displayorientation::Rotate0 | Displayorientation::Rotate180

Loading…
Cancel
Save