summaryrefslogtreecommitdiff
path: root/lib/oled/oled.h
blob: 7cda3365e2c0aad5a795e01b9a642850e32b1fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// #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();

// private:
//     Adafruit_SSD1306 display;
// };