gui2: 2nd try for a matrix layout.

This commit is contained in:
Martin Preuss
2026-03-21 08:28:23 +01:00
parent 722528f4e1
commit 5e3a8f444a
2 changed files with 1348 additions and 4 deletions

View File

@@ -255,8 +255,8 @@ test:
push yl
push yh
bigcall ClimateWin_new
; rcall mkTestWindow
; bigcall ClimateWin_new
rcall mkTestWindow
mov xl, yl
mov xh, yh
pop yh
@@ -339,8 +339,8 @@ mkTestWindow:
push xl ; content window
push xh
rcall mkTestWidgets
; rcall mkSimpleTestWidgets
; rcall mkTestWidgets
rcall mkSimpleTestWidgets
pop xh
pop xl
mkTestWindow_popRet:
@@ -470,6 +470,7 @@ GUI2_MODULE_BEGIN:
.include "modules/lcd2/gui2/base/layout.asm"
.include "modules/lcd2/gui2/base/hlayout.asm"
.include "modules/lcd2/gui2/base/vlayout.asm"
.include "modules/lcd2/gui2/base/mlayout2.asm"
.include "modules/lcd2/gui2/base/guiapp.asm"
.include "modules/lcd2/gui2/base/mainwindow.asm"
.include "modules/lcd2/gui2/base/rootwindow.asm"

File diff suppressed because it is too large Load Diff