external nextion display example
This commit is contained in:
parent
6edef21351
commit
6ccbc32911
6 changed files with 38 additions and 18 deletions
|
@ -1,9 +1,10 @@
|
|||
#pragma once
|
||||
#include <ESPMegaPRO.h>
|
||||
#include <EasyNextionLibrary.h>
|
||||
#include <Nextion.h>
|
||||
#include <PubSubClient.h>
|
||||
#include <PubSubClientTools.h>
|
||||
#include "espmega_iot_timer.hpp"
|
||||
#include "espmega_iot_external_lcd.hpp"
|
||||
|
||||
// External LCD Configuration
|
||||
#define ENABLE_EXTERNAL_LCD
|
||||
|
@ -21,6 +22,7 @@ void user_loop();
|
|||
void virtual_interrupt_user_callback(int pin, int state);
|
||||
void pwm_changed_user_callback(int pin);
|
||||
void timer_tick_callback();
|
||||
void timer1_callback();
|
||||
void bt0PopCallback(void *ptr);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue