Revert "Delete external_lcd.hpp"

This reverts commit 77dbf204fa.
This commit is contained in:
Siwat Sirichai 2023-09-30 15:42:52 +07:00
parent 9d96b2b5b3
commit 71e7af4624
1 changed files with 12 additions and 0 deletions

12
src/external_lcd.hpp Normal file
View File

@ -0,0 +1,12 @@
#include <EasyNextionLibrary.h>
#ifndef trigger_h
#include "trigger.h"
#endif
#ifndef EXTERNAL_LCD_LOADED
#define EXTERNAL_LCD_LOADED
#include "user_code.hpp"
class ExternalLCD: public EasyNex {
protected:
void callTriggerFunction();
};
#endif