esp32-pagebuilder

0

Описание

Compatible with ESP32. ESP-IDF framework.

Языки

  • C++98,5%
  • CMake1,5%
README.md

PageBuilder v1.0.0

Component for ESP-IDF framework, compatibility only with ESP32. PageBuilder it's software for fast making and prototyping ESP32 projects, using block and widgets. Uses the following ESP-IDF dependencies and C++ STD:

  • esp_check.h
  • esp_http_server.h
  • esp_wifi.h
  • esp_err.h
  • esp_event.h
  • esp_log.h
  • esp_system.h
  • nvs_flash.h
  • string
  • vector
  • cassert
  • map

Widget types

LiveLabel

Label that updates in runtime without update page.

Syntax example:

ButtonField

Button with input field for activate some function with input.

Syntax example:

Button

Simple button for activate some function.

Syntax example:

Full main.cpp example

Result: alt text