UiUiUi icon indicating copy to clipboard operation
UiUiUi copied to clipboard

Library for graphical user interface for Arduino/ESP32/ESP8266 programs

Results 6 UiUiUi issues
Sort by recently updated
recently updated
newest added

It is impossible to use `s00500/ESPUI` and `dirkhillbrecht/UiUiUi` in a single project because both define global constants. ``` .pio/libdeps/nodemcu/UiUiUi/src/UIEnums.h:12:20: error: 'None' conflicts with a previous declaration 12 | enum UIExpansion...

> A border around a widget. Some example sketches implement this with two horizontal and two vertical lines. I have also thought about adding this capability to UIEnvelope, but the...

Added a UIProgressBar widget, which can be oriented with the new enum UIDirection.

From the README: A progress bar which shows the progress of some operation. If it changes its setting gradually, it would be possible to render it extremely efficient by updating...

Currently, UITextIcon is designed to carry only one character. There is no real need for this limitation. It it were more like a "UIFixedWidthText" (or so) and carried multiple characters,...

enhancement

Methods should be structured more flexible

invalid