add display rotation

This commit is contained in:
sharandac
2020-07-21 16:17:16 +02:00
parent 9bd9c4b013
commit f0ec905675
13 changed files with 459 additions and 19 deletions

9
src/hardware/touch.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef _TOUCH_H
#define _TOUCH_H
#include "TTGO.h"
void touch_setup( TTGOClass *ttgo );
#endif // _TOUCH_H