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),