diff options
| author | JF <jf@codingfield.com> | 2019-12-02 18:42:10 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2019-12-02 18:42:10 (GMT) |
| commit | 66182d15bca7e88aaceee9bb4cc03218a4f24569 (patch) | |
| tree | c99bcdade207963574634922f148ebd08cbde1f1 /src/drivers/st7789.h | |
| parent | 2ea27e0cdac91cd4743d9f12496bb3f911d9efa9 (diff) | |
First code tested on the actual pinetime hardware
Diffstat (limited to 'src/drivers/st7789.h')
| -rw-r--r-- | src/drivers/st7789.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/drivers/st7789.h b/src/drivers/st7789.h new file mode 100644 index 0000000..dc3f083 --- /dev/null +++ b/src/drivers/st7789.h @@ -0,0 +1,14 @@ +// +// Created by jf on 12/2/19. +// + +#ifndef PINETIME_ST7789_H +#define PINETIME_ST7789_H + + +class st7789 { + +}; + + +#endif //PINETIME_ST7789_H |
