h5 Supports colors from packet also @aonniemnoi
thanks aswell @Brado
writeEx(0x39);
writeD(_type); // 0 - system messages, 1 - your defined text
writeD(_sysMessageId); // system message id (_type must be 0 otherwise no effect)
writeD(_text_align.ordinal() + 1 );
writeD(0x00); // ?
writeD(_big_font ? 0 : 1);
writeD(_color); // HEX COLOR
writeD(0x00); // ?
writeD(_effect ? 1 : 0); // upper effect (0 - disabled, 1 enabled) - _position must be 2 (center) otherwise no effect
writeD(_time);
writeD(_event ? 0x00 : 0x01); // ?
writeElements();