From 7c37ad930b72c70e84335f13303e452492bd8d38 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 16 Feb 2026 01:09:50 +0100 Subject: [PATCH] avr: updated string. --- avr/modules/lcd/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/modules/lcd/main.asm b/avr/modules/lcd/main.asm index 4e89b9e..7e70eda 100644 --- a/avr/modules/lcd/main.asm +++ b/avr/modules/lcd/main.asm @@ -759,7 +759,7 @@ lcdInitCommandsBegin: ; 28 bytes .db 0x20, 0x8d, 0x14, 0xaf lcdInitCommandsEnd: -lcdHelloMsg: .db "AqHOME 2024", 0 +lcdHelloMsg: .db "AqHOME 2026", 0 ; font taken from Tiny4kOLED (https://github.com/datacute/Tiny4kOLED/tree/master/src) by Stephen Denne (MIT license),