gui2: 2nd try for a matrix layout.
This commit is contained in:
@@ -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"
|
||||
|
||||
1343
avr/modules/lcd2/gui2/base/mlayout2.asm
Normal file
1343
avr/modules/lcd2/gui2/base/mlayout2.asm
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user