gui2: started working on autolayout.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user