UiUiUi
A user interface library for micro controller sketches based on U8g2
UiUiUi - A User interface library for micro controllers.

UiUiUi is a library for user interfaces. It is aimed at micro controller platforms like Arduino, ESP32 or ESP8266. It uses U8g2 as foundation for accessing the display hardware so it runs on a vast number of displays.

You incorporate UiUiUi into your project by one of two alternative ways:

  1. Include UiUiUi.h to access the whole library and all widget types. Use this if you design a complex interface and compile time does not matter.
  2. In smaller projects, you can simply include the header files of the classes you need directly. It makes no difference and all subsequently needed files will be loaded internally anyway.

For more documentation, read through the widgets or visit the project page on Github.