avr: cleanup structure of graphics apps and gui2.

This commit is contained in:
Martin Preuss
2026-01-19 21:10:51 +01:00
parent 504e7568d4
commit 041f0fad6b
16 changed files with 49 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
<subdirs>
font
gui
gui2
ili9341
xpt2046
</subdirs>

View File

@@ -3,6 +3,7 @@
<gwbuild>
<extradist>
sensorwatch.asm
</extradist>
</gwbuild>

View File

@@ -0,0 +1,18 @@
<?xml?>
<gwbuild>
<extradist>
button.asm
guiapp.asm
imageview.asm
label.asm
object.asm
rootwidget.asm
valuelabel.asm
widget.asm
</extradist>
</gwbuild>