The <uint8_t> template instantiation was causing 8-bit writes to the command buffer, when they were intended to be 32-bit writes. This garbled and truncated the data ultimately sent to the VMU LCD.
The <uint8_t> template instantiation was causing 8-bit writes to the command buffer, when they were intended to be 32-bit writes. This garbled and truncated the data ultimately sent to the VMU LCD.