Skip to content
Snippets Groups Projects
Commit fcf5d6f5 authored by Eric Brombaugh's avatar Eric Brombaugh
Browse files

turn off i2c probing

parent 227f0d6a
No related branches found
No related tags found
No related merge requests found
......@@ -345,9 +345,13 @@ uint8_t ssd1306_i2c_init(void)
// load I2C regs
ssd1306_i2c_setup();
#if 0
// test if SSD1306 is on the bus by sending display off command
uint8_t command = 0xAF;
return ssd1306_pkt_send(&command, 1, 1);
#else
return 0;
#endif
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment