15 lines
138 B
C++
15 lines
138 B
C++
//
|
|
// Created by jf on 12/2/19.
|
|
//
|
|
|
|
#ifndef PINETIME_ST7789_H
|
|
#define PINETIME_ST7789_H
|
|
|
|
|
|
class st7789 {
|
|
|
|
};
|
|
|
|
|
|
#endif //PINETIME_ST7789_H
|