void setup() {
// put your setup code here, to run once:
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#define screen_width 1206
#define screen_hieght 06
Adafruit_SSD1306 oled(screen_width,screen_hieght,Wire,-1);
}
void loop() {
// put your main code here, to run repeatedly:
}