hardware driver separation

This commit is contained in:
sharandac
2020-08-26 15:20:44 +02:00
parent c335328ab4
commit d93c90e3c8
13 changed files with 42 additions and 28 deletions

View File

@@ -46,13 +46,13 @@
*
* @param ttgo pointer to an TTGOClass
*/
void display_setup( TTGOClass *ttgo );
void display_setup( void );
/*
* @brief display loop
*
* @param ttgo pointer to an TTGOClass
*/
void display_loop( TTGOClass *ttgo );
void display_loop( void );
/*
* @brief save config for display to spiffs
*/