DOCaCola
DOCaCola
I also have issues reading key inputs sent from the FUT89. Milight hub doesn't receive about 1 in 6 messages (simple on/off commands). I actually bought a second FUT89 (i...
Yes, 1.10.6 doesn't have the issue. I just downgraded and the problem with the FUT089 is entirely gone.
Yes. I also compared the code changes a while back and found nothing that may cause the issue with this particular remote. So i was surprised to find that the...
I could be wrong, but anything designated with that "2.4G" label uses a different protocol than the usual milight remotes
I am no expert in LV2 or LADSPA but i know VSTs are able to output MIDI data. The VAD float could be packaged in a MIDI. This would make...
I did some more testing. Using the 'native' image library results in the exact same issue. I also cropped the dithered tux image at the top and the same split...
I have output the data generated by escpos-php to a file. What is being sent to the printer appears to be correct. My TM-T88III has a native serial port connected...
I tested with bitImageColumnFormat. Even there, there are issues when instructing EscposImage to generate a dithered image. $tux = EscposImage::load('tux.png', false); $printer -> bitImageColumnFormat($tux); prints fine $tux = EscposImage::load('tux.png', true);...
I produced an image with 2 pixels height that still give me the pixel shift issue. I will attach it to this post along with the raw output from escpos-php....
Not really. I have upgraded to a TM-T88V which supports the "graphics" function which works unlike "bitImage" function. Maybe in bitImage mode the data needs some additional escaping when certain...