Update: Managed to get custom text working, just trying to figure out formatting. if anyones interested this is one of the packets
They seem to be bundled by 6 bytes. The last 2 bytes are the text in ASCII as hex. The first 4 seem to be color, but very weirdly
For example 4200 is white, but if you change it to 4201 it becomes pink and moves to the top left corner, so im still trying to figure that out.
Also in the screenshot of my ide the blue stuff is the actual text but the green stuff has to be sent too for it to work and i dont know what that is yet.
Maybe a character bitmap for each character?
Python style comments (everything after a #)
# TEXT
"f2"
# Position seems encoded by order
# first 2 bytes seem to be color
"4200""48" #H
"4200""65" #E
"4200""6C" #L
"0801""6C" #L
"4200""6F" #O
"6300""20" #SPACE
"8400""57" #W
"a500""6F" #O
"c600""72" #R
"e700""6C" #L
"0801""64" #D
"2901""20" #SPACE
"4a01""49" #I
"0000""6D" #M
"4200""20" #SPACE
"4200""4B" #K
"4200""75" #U
"4200""72" #R
"4200""69" #I
"4200""73" #S
"4200""75",#U