Editing SSD1306 library for I2C speed no longer neccessary.

This commit is contained in:
Johan Berglund 2021-01-01 12:59:21 +01:00
parent 822e15e33d
commit 2adbe75b49
2 changed files with 1 additions and 11 deletions

View file

@ -200,7 +200,7 @@ extern const MenuPage mainMenuPage; // Forward declaration.
#define OLED_RESET 4
Adafruit_SSD1306 display(128, 64, &Wire, OLED_RESET);
Adafruit_SSD1306 display(128, 64, &Wire, OLED_RESET,1000000,1000000);
int drawBatt(int x,int y){
display.drawRect(x+1,y,3,3,WHITE);