nextion
This commit is contained in:
parent
3409ed8fb7
commit
9d96b2b5b3
1438 changed files with 117700 additions and 18 deletions
|
@ -11,7 +11,7 @@
|
|||
#define RXD2 17
|
||||
|
||||
#ifdef ENABLE_EXTERNAL_LCD
|
||||
extern EasyNex user_panel;
|
||||
#define ESPMega_EXTLCD Serial2
|
||||
#endif
|
||||
|
||||
// User Defined Functions
|
||||
|
@ -19,9 +19,9 @@ void user_pre_init();
|
|||
void user_init();
|
||||
void user_loop();
|
||||
void virtual_interrupt_user_callback(int pin, int state);
|
||||
void pwm_changed_user_callback(int pin);
|
||||
void timer_tick_callback();
|
||||
void external_lcd_callback(int touch_hex);
|
||||
void timer_tick_callback();
|
||||
void bt0PopCallback(void *ptr);
|
||||
|
||||
|
||||
// ESPMega IoT Core Build-in Functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue