app: fix artnet text display

This commit is contained in:
King Kévin 2022-08-11 14:23:12 +02:00
parent 7f06533fe7
commit f7e0d514dc
1 changed files with 1 additions and 1 deletions

View File

@ -1209,7 +1209,7 @@ void main(void)
case UNIVERSE_OFFSET + 6: // back front line 2
if (dmx_length >= 5 && strlen((char*)&radio_esp8266_received[18 + 5]) + 5 < dmx_length) {
const int16_t position = (radio_esp8266_received[18 + 3] << 8) + radio_esp8266_received[18 + 4];
matrix_puts(true, position, 8, (char*)&radio_esp8266_received[18 + 5], FONT_KING10, radio_esp8266_received[18 + 0], radio_esp8266_received[18 + 1], radio_esp8266_received[18 + 2]);
matrix_puts(true, position, 8, (char*)&radio_esp8266_received[18 + 5], FONT_KING8, radio_esp8266_received[18 + 0], radio_esp8266_received[18 + 1], radio_esp8266_received[18 + 2]);
}
break;
default: