JDI_MIP_Display
JDI_MIP_Display copied to clipboard
Add screen rotation function
Hi @feixiangjusha, thanks for PR. I tested it with LPM027M128B but I can't make it to work. What display did you test it with? Can you also provide an example sketch?
Need to call jdi_display.setRotation(); And you need to swap the width and height dimensions at the macro definition. After the software is rotated, the refresh speed will be greatly reduced.
Yes I tried that but rotation doesn't work for me. Will try again