gui: sorted files. started working on TextSel class.

This commit is contained in:
Martin Preuss
2026-05-23 01:43:04 +02:00
parent 4b13f16e05
commit 710162e242
14 changed files with 864 additions and 7 deletions

View File

@@ -1089,6 +1089,7 @@ Widget_DrawCharAt:
; @param R5:R4 X relative to widget
; @param R7:R6 Y relative to widget
; @return Z pointer to next char to write if CFLAG clear
; @return R5:R4 X pos behind last written char
; @clobbers any, !Y
Widget_DrawTextFlash:
@@ -1127,6 +1128,7 @@ Widget_DrawTextRam:
; @param Z byte address pointer to text in flash (for LPM!)
; @return CFLAG set if completely written
; @return Z pointer to next char to write if CFLAG clear
; @return R5:R4 X pos behind last written char
; @clobbers any, !Y
Widget_DrawColoredTextFlash: