avr: started working on another iteration of the layout modules.

This will become a base module for other layout modules (like hlayout,
vlayout and mlayout). All those modules will share the playment code.
This commit is contained in:
Martin Preuss
2026-04-07 23:57:28 +02:00
parent 5a9bff2d0b
commit 87c2314c2d
2 changed files with 718 additions and 0 deletions

View File

@@ -332,6 +332,7 @@ GUI2_MODULE_BEGIN:
.include "modules/lcd2/gui2/base/imageview.asm"
.include "modules/lcd2/gui2/base/valuelabel.asm"
.include "modules/lcd2/gui2/aqhome/sensorwatch.asm"
.include "modules/lcd2/gui2/base/layout2.asm"
GUI2_MODULE_END:
.equ MODULE_SIZE_GUI2 = GUI2_MODULE_END-GUI2_MODULE_BEGIN