    commandStart();
    this->send(0x81); // set contrast for Color A (Red)
    this->send(contrast);
    this->send(0x82); // set contrast for Color B (Green)
    this->send(contrast);
    this->send(0x83); // set contrast for Color C (Blue)
    this->send(contrast);
    this->stop();
