protected byte[] LcdTextColor(int red, int green, int blue){
        byte[] ret = new byte[6];

        // Command head
        ret[0] = 0x8a;