summaryrefslogtreecommitdiff
path: root/lib/oled/oled.h
blob: 426842af74a77aa133b5524b78d02085771d8703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// #pragma once
// #include <Adafruit_SSD1306.h>
// #include "settings.h"

// class OLED
// {
// public:
//     OLED();
//     void clear();
//     void print(const String &text, int x, int y);
//     void drawBox();
//     void setCursor(int x, int y);
//     void setTextSize(int size);
//     void showAnimation();
// };