Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexmohr/esp-gui
https://github.com/alexmohr/esp-gui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexmohr/esp-gui
- Owner: alexmohr
- License: mit
- Created: 2022-06-05T12:52:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:48:32.000Z (about 2 years ago)
- Last Synced: 2023-02-26T05:08:18.957Z (almost 2 years ago)
- Language: C++
- Size: 509 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# ESP-GUI
This library provides an easy way to create a simple GUI for ESP8266
## Features
* WiFi Configuration with config hot spot
* UpdateManager to allow firmware updates via web UI
* Several control elements
* Buttons
* Input
* Text
* Password
* Number (Double, Int)
* Configuration and storage to eeprom
* Responsive UI working on mobile and desktop
* 100% C++### Non-Features
* Styling
* Custom controls## Dependencies
* ESP Async WebServer@>=1.2.0
* ESP AsyncTCP@>=1.2.2
* AsyncTCP@>=1.1.1
* ArduinoJson@>=6.19.4
* yal## Examples
See `examples/src/`
## Screenshots
The screenshots are made from the example
### Desktop
### Mobile