add display rotation
This commit is contained in:
9
src/hardware/touch.h
Normal file
9
src/hardware/touch.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _TOUCH_H
|
||||
|
||||
#define _TOUCH_H
|
||||
|
||||
#include "TTGO.h"
|
||||
|
||||
void touch_setup( TTGOClass *ttgo );
|
||||
|
||||
#endif // _TOUCH_H
|
||||
Reference in New Issue
Block a user