First code tested on the actual pinetime hardware
This commit is contained in:
5
src/drivers/st7789.cpp
Normal file
5
src/drivers/st7789.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by jf on 12/2/19.
|
||||
//
|
||||
|
||||
#include "st7789.h"
|
14
src/drivers/st7789.h
Normal file
14
src/drivers/st7789.h
Normal 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
|
Reference in New Issue
Block a user