avr: removed old lcd2/gui, replaced by lcd2/gui2.

This commit is contained in:
Martin Preuss
2026-04-14 23:53:30 +02:00
parent 7fb21a2f06
commit 0df5c68fb3
34 changed files with 51 additions and 4835 deletions

View File

@@ -0,0 +1,14 @@
AqHome Control System GUI
This is a simple GUI which allows microcontrollers to use a display.
It is completely written in AVR assembler and therefore rather small
and fast.
It provides layout elements (horizontal, vertical, matrix) which allow for
dynamic GUI elements. With those elements the widgets don't have to be
individually placed by hand, rather placement is delegated to those layout
elements.
This makes it very easy to change existing dialogs since the placement doesn't
have to be recalculated manually.