UiUiUi
A user interface library for micro controller sketches based on U8g2
|
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:
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.For more documentation, read through the widgets or visit the project page on Github.