This setting only affect color image command. If transparent ON, the Black area(pixels RGB value equal 0) on color image will not cover the contents on the screen.
This command affect all following color image outputs to screen, until set to a different value.
|
Direct: |
"TRANSd" |
|
Arduino: |
void setTrans(uint8_t d) |
|
C: |
void Digole_setTrans(uint8_t d) |
d
A byte of flag, if d=1, turn transparent ON, otherwise turn OFF
none
mydisp.setTrans(1); //set transparent ON
serial.writeString("TRANS1"); //set transparent ON
eg.:

| Version | Description |
|---|---|