gui2: started working on autolayout.

This commit is contained in:
Martin Preuss
2026-03-07 00:04:36 +01:00
parent a8cb442502
commit 0af5aed2f6
8 changed files with 1367 additions and 28 deletions

View File

@@ -69,7 +69,7 @@ RootWindow_Init:
adiw xh:xl, ROOTWINDOW_OFFS_BEGIN
clr r16
ldi r17, (ROOTWINDOW_SIZE-ROOTWINDOW_OFFS_BEGIN)
bigcall Utils_FillSram ; (r17, X)
bigcall Utils_FillSram ; (r17, X)
; set default signal map
ldi r16, LOW(RootWindow_DefaultSignalmap*2)
@@ -129,7 +129,7 @@ RootWindow_SetApp:
RootWindow_DefaultSignalmap:
; header
.dw Widget_DefaultSignalmap ; next table to use
.dw MainWindow_DefaultSignalmap ; next table to use
; entries
; none for now
.db 0, 0, 0, 0 ; end of table