First code tested on the actual pinetime hardware

This commit is contained in:
JF
2019-12-02 19:42:10 +01:00
parent 2ea27e0cda
commit 66182d15bc
7 changed files with 181 additions and 13 deletions

5
src/drivers/st7789.cpp Normal file
View File

@@ -0,0 +1,5 @@
//
// Created by jf on 12/2/19.
//
#include "st7789.h"

14
src/drivers/st7789.h Normal file
View File

@@ -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