gui2: 2nd try for a matrix layout.
This commit is contained in:
@@ -255,8 +255,8 @@ test:
|
|||||||
|
|
||||||
push yl
|
push yl
|
||||||
push yh
|
push yh
|
||||||
bigcall ClimateWin_new
|
; bigcall ClimateWin_new
|
||||||
; rcall mkTestWindow
|
rcall mkTestWindow
|
||||||
mov xl, yl
|
mov xl, yl
|
||||||
mov xh, yh
|
mov xh, yh
|
||||||
pop yh
|
pop yh
|
||||||
@@ -339,8 +339,8 @@ mkTestWindow:
|
|||||||
|
|
||||||
push xl ; content window
|
push xl ; content window
|
||||||
push xh
|
push xh
|
||||||
rcall mkTestWidgets
|
; rcall mkTestWidgets
|
||||||
; rcall mkSimpleTestWidgets
|
rcall mkSimpleTestWidgets
|
||||||
pop xh
|
pop xh
|
||||||
pop xl
|
pop xl
|
||||||
mkTestWindow_popRet:
|
mkTestWindow_popRet:
|
||||||
@@ -470,6 +470,7 @@ GUI2_MODULE_BEGIN:
|
|||||||
.include "modules/lcd2/gui2/base/layout.asm"
|
.include "modules/lcd2/gui2/base/layout.asm"
|
||||||
.include "modules/lcd2/gui2/base/hlayout.asm"
|
.include "modules/lcd2/gui2/base/hlayout.asm"
|
||||||
.include "modules/lcd2/gui2/base/vlayout.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/guiapp.asm"
|
||||||
.include "modules/lcd2/gui2/base/mainwindow.asm"
|
.include "modules/lcd2/gui2/base/mainwindow.asm"
|
||||||
.include "modules/lcd2/gui2/base/rootwindow.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