Fix Typo in i2c command to set display

This commit is contained in:
Sebastien
2020-02-12 21:26:11 -05:00
parent c5c5835acc
commit 4c16e2c871

View File

@@ -419,7 +419,7 @@ static int do_i2c_set_display(int argc, char **argv)
}
if(!name) name = strdup("I2C");
if(!driver) driver = strdup("SSD136");
if(!driver) driver = strdup("SSD1306");
bool rotate = i2cdisp_args.rotate->count>0;