How do you rotate a 2.4" color display?
My applications are landscape...
Use command "SD" follow value 0~3, or Arduino functions:
void setRot180(void);
void setRot270(void);
void undoRotation(void);
void setRotation(uint8_t);
i can't see that in the on-line emulator.
I cant see that in the emulator