summaryrefslogtreecommitdiff
path: root/lib/oled/oled.h
blob: e229dbeec387b820eb049d0163f28a000051c92a (plain)
1
2
3
4
5
6
7
8
9
// #pragma once
// #include <Adafruit_SSD1306.h>
// #include "settings.h"


// void oled_init();
// void oled_clear();
// void oled_print(const String& text, int x, int y);
// void oled_drawBox();