EPD Display
1.0.0
Library and application for EPD smart displays
|
Go to the documentation of this file.
13 #ifndef _EpdWebServer_h
14 #define _EpdWebServer_h
16 #include <HTTPClient.h>
20 #include <ESPAsyncWebServer.h>
42 #define ssidAP "ESP32-EPaper"
43 #define passwordAP "password"
48 #define MAC WiFi.macAddress().c_str()
@ SETTING_CARD
Definition: EpdWebServer.h:34
Configuration for 4.2" EPD.
SettingType
Definition: EpdWebServer.h:33
@ SETTING_TABLE
Definition: EpdWebServer.h:35
Configuration for 7.5" EPD.
Establing and creating network connection / Reading remote host API GET response.
Definition: EpdWebServer.h:55
Library for EPD displays.
void connectToWifi(EPD_Display *display)
Connecting to the choosen Wireless Network (reading credentials in internal memory)
Definition: EpdWebServer.cpp:185
String getSetup()
API GET Method - reading remote host endpoint.
Definition: EpdWebServer.cpp:270
@ SETTING_MEETING
Definition: EpdWebServer.h:36
Representation of image canvas.
Functions and methods for drawing to displays.
void createSoftAP()
Create and start Soft Acces Point mode for network setup.
Definition: EpdWebServer.cpp:142
String getApiResponse(String who, String what, String id)
API GET Method - reading remote host endpoint with data.
Definition: EpdWebServer.cpp:239
E-Paper display initialization (same functions for multiple display sizes)
Definition: EPD_Display.h:60
Configuration for 2.66" EPD.