gui: added some text ressources.

This commit is contained in:
Martin Preuss
2026-05-08 00:28:07 +02:00
parent 80ac3cbebd
commit 6cb0ecd9ba
2 changed files with 26 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
.org RESSOURCE_ADDR
RessourceTable:
.dw 55 ; num of ressources
.dw 60 ; num of ressources
.dw (resImageNetwork*2) ; 0: RESSOURCE_IMG_NETWORK
.dw (resImageCloud*2) ; 1: RESSOURCE_IMG_CLOUD
.dw (resImageTemp*2) ; 2: RESSOURCE_IMG_TEMP
@@ -87,6 +87,12 @@ RessourceTable:
.dw (resTextLesserThan*2) ; 53: RESSOURCE_TXT_LESSERTHAN_C
.dw (resTextGreaterThan*2) ; 54: RESSOURCE_TXT_GREATERTHAN_C
.dw (resTextNodeAddr*2) ; 55: RESSOURCE_TXT_NODEADDR
.dw (resTextValueId*2) ; 56: RESSOURCE_TXT_VALUEID
.dw (resTextMotionSensor1*2) ; 57: RESSOURCE_TXT_MOTIONSENSOR1
.dw (resTextMotionSensor2*2) ; 58: RESSOURCE_TXT_MOTIONSENSOR2
.dw (resTextLightSensor*2) ; 59: RESSOURCE_TXT_LIGHTSENSOR
resImageNetwork:
.dw DISPLAY_IMAGETYPE_IDX2RLE
@@ -1187,6 +1193,20 @@ resTextLesserThan:
resTextGreaterThan:
.db ">", 0
resTextNodeAddr:
.db "Adresse", 0
resTextValueId:
.db "Variable", 0, 0
resTextMotionSensor1:
.db "Bew.-Sensor 1", 0
resTextMotionSensor2:
.db "Bew.-Sensor 2", 0
resTextLightSensor:
.db "Lichtsensor", 0

View File

@@ -69,6 +69,11 @@
.equ RESSOURCE_TXT_LESSERTHAN_C = 53
.equ RESSOURCE_TXT_GREATERTHAN_C = 54
.equ RESSOURCE_TXT_NODEADDR = 55
.equ RESSOURCE_TXT_VALUEID = 56
.equ RESSOURCE_TXT_MOTIONSENSOR1 = 57
.equ RESSOURCE_TXT_MOTIONSENSOR2 = 58
.equ RESSOURCE_TXT_LIGHTSENSOR = 59
#endif ; AQH_AVR_DEVICE_C03_RESSOURCES_INC